rpm packages

Patrick O'Callaghan pocallaghan at gmail.com
Sun Oct 10 15:48:28 UTC 2010


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



More information about the users mailing list