Imported Upstream version 0.6.34
[platform/upstream/libsolv.git] / doc / installcheck.txt
1 installcheck(1)
2 ===============
3 :man manual: LIBSOLV
4 :man source: libsolv
5
6
7 Name
8 ----
9 installcheck - find out which packages cannot be installed
10
11 Synopsis
12 --------
13 *installcheck* 'ARCH' 'REPO1' 'REPO2'... *--nocheck* 'NREPO1' 'NREPO2'...
14
15 Description
16 -----------
17 The installcheck tool checks if all packages in 'REPO1'...'REPON' are
18 installable. A package is installable if there is a set of packages
19 from the repositories that satisfies its dependencies. The repositories
20 after the *--nocheck* option are only used for dependency resolving,
21 but the tool does not check if the packages in them are installable.
22
23 A Repository can be a solv file, a rpmmd *primary.xml.gz* file, a SUSE
24 *packages* or *packages.gz* file, or a Debian *Packages* or *Packages.gz*
25 file.
26
27 Author
28 ------
29 Michael Schroeder <mls@suse.de>
30
31 ////
32 vim: syntax=asciidoc
33 ////