From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-February/012239.html | 90 ++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-February/012239.html (limited to 'zarb-ml/mageia-dev/2012-February/012239.html') diff --git a/zarb-ml/mageia-dev/2012-February/012239.html b/zarb-ml/mageia-dev/2012-February/012239.html new file mode 100644 index 000000000..6daec99f6 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-February/012239.html @@ -0,0 +1,90 @@ + + + + [Mageia-dev] How to see the Suggests of a rpm package + + + + + + + + + +

[Mageia-dev] How to see the Suggests of a rpm package

+ Florian Hubold + doktor5000 at arcor.de +
+ Thu Feb 23 14:31:21 CET 2012 +

+
+ +
Am 23.02.2012 09:12, schrieb Pascal Terjan:
+> On Thu, Feb 23, 2012 at 06:38, Remco Rijnders <remco at webconquest.com> wrote:
+>> This question falls perhaps in the 'silly' category, but I haven't been able
+>> to find the answer myself, even though I have searched for it.
+>>
+>> How does one check the Suggests provided by a rpm package that is not
+>> installed and only locally available? I know how to see the Requires, etc.
+>> but have had no luck with the Suggests part of it.
+> rpm -qp --suggests foo.rpm
+>
+The long form would be
+rpm -qp --queryformat "%{SUGGESTS}" foo.rpm
+
+You can see all queriable tags via rpm --querytags
+
+BTW: You can also use urpmf to query which package from the repos
+suggests a given package/library "foobar" via urpmf --suggests foobar
+
+
+ + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1