File: installcheck.txt

package info (click to toggle)
libsolv 0.7.35-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,804 kB
  • sloc: ansic: 73,004; python: 871; perl: 742; tcl: 730; ruby: 705; sh: 263; cpp: 204; makefile: 41
file content (33 lines) | stat: -rw-r--r-- 842 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
installcheck(1)
===============
:man manual: LIBSOLV
:man source: libsolv


Name
----
installcheck - find out which packages cannot be installed

Synopsis
--------
*installcheck* 'ARCH' 'REPO1' 'REPO2'... *--nocheck* 'NREPO1' 'NREPO2'...

Description
-----------
The installcheck tool checks if all packages in 'REPO1'...'REPON' are
installable. A package is installable if there is a set of packages
from the repositories that satisfies its dependencies. The repositories
after the *--nocheck* option are only used for dependency resolving,
but the tool does not check if the packages in them are installable.

A Repository can be a solv file, a rpmmd *primary.xml.gz* file, a SUSE
*packages* or *packages.gz* file, or a Debian *Packages* or *Packages.gz*
file.

Author
------
Michael Schroeder <mls@suse.de>

////
vim: syntax=asciidoc
////