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