Re: packages installed

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Am 14.03.2013 14:02, schrieb Richard Shaw:
> On Wed, Mar 13, 2013 at 5:01 PM, Jorge Martínez López <jorgeml@xxxxxxxxx> wrote:
>> Hi!
>>
>> 2013/3/13 Patrick Dupre <Patrick.Dupre@xxxxxxxxxxxxxxxx>:
>>> 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

and if you want a usefull list without version-numbers
which are not helpful to install the same packages
months later on another machine:

[root@rh:~]$ cat /usr/local/bin/packages
#!/usr/bin/bash
/bin/nice -n 19 /bin/rpm -qa --queryformat "%{name}\n" | sort | tee /root/packages.txt
chmod 644 /root/packages.txt

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
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
Have a question? Ask away: http://ask.fedoraproject.org
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux