fixup Fix to build with libxml 2.12.x (fixes #505)
[platform/upstream/libzypp.git] / doc / zypp-NameReqPrv.1.txt
1 ZYPP-NAMEREQPRV(1)
2 ==================
3 :man manual: LIBZYPP
4 :man source: SUSE Linux
5
6
7 NAME
8 ----
9 zypp-NameReqPrv - Investigate packages and dependencies in solver test-cases
10
11
12 SYNOPSIS
13 --------
14 *zypp-NameReqPrv* [*--root* 'DIR'] [['OPTIONS'] 'NAME'...]...
15
16
17 DESCRIPTION
18 -----------
19 Load all enabled repositories (without refresh) and search for occurrences of regular expression 'NAME' in package names or dependencies. In case 'DIR' denotes a directory containing a solver test-case, repositories and settings provided by the test-case are loaded instead.
20
21 A solver test-case is an abstract of repositories, packages, hardware and dependency resolution related settings which can be created by using zyppers *--debug-solver* option. Attached to a bug report the test-case helps investigating the reported behavior. Options and output of this command are tailored to this use-case and may change as needed.
22
23 Reported matches show the packages 'internal id', 'name', 'version' and 'architecture', 'priority' and name of the providing 'repository', 'vendor', 'buildtime' and the locations matching 'NAME'.
24
25 --------------------
26 2431  zypper-1.9.16-22.2.x86_64  (99)@System  openSUSE  1400499579
27                                               nam: zypper
28 40947  zypper-1.9.3-1.1.x86_64    (99)repo-oss (13.1)  openSUSE     1383049437
29                                                        nam: zypper
30 56140  zypper-1.9.16-22.2.x86_64  (99)repo-oss-update (13.1)  openSUSE     1400499579
31                                                               nam: zypper
32 --------------------
33
34
35 OPTIONS
36 -------
37 *--root* 'DIR'::
38           Load repos from the system located below 'DIR'. If 'DIR' denotes a solver test-case, the test-case is loaded.
39 *--installed*::
40           Process installed packages only.
41 *-i*/*-I*::
42           Turn on/off case insensitive search (default on)
43 *-n*/*-N*::
44           Turn on/off looking for names       (default on)
45 *-p*/*-P*::
46           Turn on/off looking for provides    (default off)
47 *-r*/*-R*::
48           Turn on/off looking for requires    (default off)
49 *-c*/*-C*::
50           Turn on/off looking for conflicts   (default off)
51 *-o*/*-O*::
52           Turn on/off looking for obsoletes   (default off)
53 *-m*/*-M*::
54           Turn on/off looking for recommends  (default off)
55 *-s*/*-S*::
56           Turn on/off looking for supplements (default off)
57 *-a*::
58           Short for *-n -p -r*
59 *-A*::
60           Short for *-n -P -R*
61 *-D* 'PKG'::
62           Dump dependencies of package 'PKG' (exact name).
63
64
65 AUTHORS
66 -------
67 Michael Andres <ma@suse.de>
68
69
70 SEE ALSO
71 --------
72 zypper(8)