On Sat, 2010-10-09 at 15:22 -0500, Aaron Konstam wrote: > On Sat, 2010-10-09 at 17:53 +0100, Patrick Dupre wrote: > > Hello, > > > > Before (fedora 10), the list of the installed packages was available > > in /var/log/rpmpkgs. > > this directory does not exists any more. > > Where can I get the list of installed packages ? > > > > Thank. > > > Thew simplest way is to run: > rpm -qa That gives you the currently installed packages. However it doesn't give the history of installs, updates and removals. Also, it tends to be rather slow. I find "less /var/log/yum.log" useful in many situations (there's also a "yum history [options]" incantation for more detail, though that can also be slow). poc -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines