1INSTALLCHECK(1) LIBSOLV INSTALLCHECK(1)
2
3
4
6 installcheck - find out which packages cannot be installed
7
9 installcheck ARCH REPO1 REPO2... --nocheck NREPO1 NREPO2...
10
12 The installcheck tool checks if all packages in REPO1...REPON are
13 installable. A package is installable if there is a set of packages
14 from the repositories that satisfies its dependencies. The repositories
15 after the --nocheck option are only used for dependency resolving, but
16 the tool does not check if the packages in them are installable.
17
18 A Repository can be a solv file, a rpmmd primary.xml.gz file, a SUSE
19 packages or packages.gz file, or a Debian Packages or Packages.gz file.
20
22 Michael Schroeder <mls@suse.de>
23
24
25
26libsolv 08/04/2017 INSTALLCHECK(1)