On Sun, Aug 30, 2015 at 02:13:49PM +0200, Patrick Dupre wrote:
> Hello,
> This task used to run very often on my machine and makes every slow.
> How can I manage it?
> rpm -q -a --queryformat 
> %{NAME}\n%{VERSION}-%{RELEASE}\n%{EPOCH}\n%{GROUP}\n%{SUMMARY}\n\n

Why does it run very often on your machine?

In any case, you can speed it up by an order of magnitude by adding
`--nodigest --nosignature`, like this:

    $ time rpm -qa > /dev/null
    real        0m1.462s
    user        0m1.390s
    sys         0m0.042s

    $ time rpm --nodigest --nosignature -qa > /dev/null

    real        0m0.152s
    user        0m0.094s
    sys         0m0.058s


-- 
Matthew Miller
<mat...@fedoraproject.org>
Fedora Project Leader
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to