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, Dec 17, 2011 at 2:19 PM, William Case <billlinux@xxxxxxxxxx> wrote:
> I think I remember reading a suggestion here about how to get a list of
> the main or core programs on my machine.  It was -- I think -- an rpm or
> yum list command of some kind + grep.  I don't want every plugin or
> update or library just the main program.
>
> I am about to do a virgin install of Fedora 16 (because its about time I
> started fresh rather than with preupgarde again ) and I would like to
> get a simple editable list of all the stuff I now have.
>
> It was one of those things that you say "hey neat" but don't save.  Now
> I can't replicate it.

This will list all RPMs that put something in */bin/ (e.g. all
packages that ship something you can run):
rpm -qal | grep '/bin/' | xargs rpm -q --whatprovides | sort -u

-T.C.
-- 
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