Re: Getting a list of applications and packages on my Fedora machine !?

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

 



On Sat, 17 Dec 2011 16:19:14 -0500
William Case wrote:

> I think I remember reading a suggestion here about how to get a list of
> the main or core programs on my machine.

I use this command to get just the names and architecture
of rpms installed, leaving out the specific version numbers
which makes it harder to compare:

rpm -q --qf "%{NAME}.%{ARCH}\n" -a | sort > list.txt

If you do that on both the old and new, you can then
use tools like:

comm -13 old.txt new.txt

To find just the things installed on "old" that are
not installed in "new".

It is important to note that the comm output will include
stuff that is obsolete on the new (like things no longer
needed on f16 because of the switch to systemd, etc), so
you can't just blindly install everything in that list,
but it is a starting place.

I am now trying to remember to save that list immediately
after I do a clean install so that when I'm ready to do
another install in 6 months, I'll be able to compare current
contents to original clean install contents and deduce
what optional stuff I installed after the clean install.
-- 
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