1SOLV(1)                             LIBSOLV                            SOLV(1)
2
3
4

NAME

6       solv - example package manager based on libsolv
7

SYNOPSIS

9       solv install [OPTIONS] PKG...
10
11       solv erase [OPTIONS] PKG...
12
13       solv list [OPTIONS] PKG...
14
15       solv info [OPTIONS] PKG...
16
17       solv search [OPTIONS] STRING...
18
19       solv verify [OPTIONS] PKG...
20
21       solv update [OPTIONS] PKG...
22
23       solv dist-upgrade [OPTIONS] PKG...
24
25       solv repolist [OPTIONS]
26

DESCRIPTION

28       The solv tool demos some features of the libsolv library. It is not
29       meant to replace a real package manager, for example it does not cache
30       downloaded packages.
31
32       --root ROOTDIR
33           Install packages using ROOTDIR as root of the filesystem. This also
34           means that the package database of ROOTDIR will be used.
35
36       --clean
37           Also get rid of no longer needed packages when erasing, like
38           libraries that have been used by the erased packages.
39
40       --best
41           Force usage of the best package (normally the one with the highest
42           version) for install and update operations.
43
44       --testcase
45           Write a testcase after dependency solving.
46
47       The following options can be used to filter the packages. If the same
48       option is used multiple times, the result is ORed together.
49
50       -i
51           Limit the packages to installed ones.
52
53       -r REPO
54           Limit the packages to the specified repository.
55
56       --arch ARCHITECTURE
57           Limit the packages to the specified package architecture.
58
59       --type TYPE
60           Limit the packages to the specified package type.
61

AUTHOR

63       Michael Schroeder <mls@suse.de>
64
65
66
67libsolv                           10/22/2018                           SOLV(1)
Impressum