On Wed, Mar 13, 2013 at 5:01 PM, Jorge Martínez López <jorg...@gmail.com> wrote:
> Hi!
>
> 2013/3/13 Patrick Dupre <patrick.du...@univ-littoral.fr>:
>> Hello,
>>
>> In fedora 16 there was a directory /var/log/rpmpkgs
>> where I could find a record or the installed packages.
>> This directory does not seem to exist any more.
>> Has it moved somewhere else?
>
> /var/log/yum.log
>
> or yum list installed

If you really just want a current list of installed packages (not when
they were installed or what repo they came from) try:

rpm -qa

which is much faster than yum, but to be useful I would dump it in a text file:

rpm -qa > installed.txt

or if you're looking for something in particular:

rpm -qa | grep -i <name>

Richard
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to