logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

solv - example package manager based on libsolv

Author

       Michael Schroeder <mls@suse.de>

libsolv                                            10/22/2018                                            SOLV(1)

Description

       The solv tool demos some features of the libsolv library. It is not meant to replace a real package
       manager, for example it does not cache downloaded packages.

       --rootROOTDIR
           Install packages using ROOTDIR as root of the filesystem. This also means that the package database
           of ROOTDIR will be used.

       --clean
           Also get rid of no longer needed packages when erasing, like libraries that have been used by the
           erased packages.

       --best
           Force usage of the best package (normally the one with the highest version) for install and update
           operations.

       --testcase
           Write a testcase after dependency solving.

       The following options can be used to filter the packages. If the same option is used multiple times, the
       result is ORed together.

       -i
           Limit the packages to installed ones.

       -rREPO
           Limit the packages to the specified repository.

       --archARCHITECTURE
           Limit the packages to the specified package architecture.

       --typeTYPE
           Limit the packages to the specified package type.

Name

       solv - example package manager based on libsolv

Synopsis

solv install [OPTIONS] PKG...

       solv erase [OPTIONS] PKG...

       solv list [OPTIONS] PKG...

       solv info [OPTIONS] PKG...

       solv search [OPTIONS] STRING...

       solv verify [OPTIONS] PKG...

       solv update [OPTIONS] PKG...

       solv dist-upgrade [OPTIONS] PKG...

       solv repolist [OPTIONS]

See Also