Help - Search - Members - Calendar
Full Version: Linux packag List.
linux-noob.com/forums > Linux Noob > Tips and Tricks
munyit
Can somebody help me, how to find out the packages that been install to my computer(Linux).
Is there any command to do that..?
xDamox
What distrobution are you using?
znx
If its under Fedora (yum systems) you can do:

CODE
yum list installed | more


You can also do this with RPM (suse, mandrake, etc) with:
CODE
rpm -qa | more


To scroll through the "more" lists hit enter or space bar.

Not sure about slackware .. but I believe you can search and it will tell you if its installed or not.
CODE
swaret --search package


For debian systems:
CODE
dpkg --list | grep '^ii'


That should do it too.
djsmiley2k
gentoo : emerge -ae world

Gives a listing of all files emerged, some maybe missed because they were installed using -1 (--one-shot) which means they aren't added to the world list. Im not sure how you would find these, but there shouldn't be very many.
znx
QUOTE (djsmiley2k @ Oct 10 2006, 04:23 PM) *
gentoo : emerge -ae world


Under gentoo you could list like this:
CODE
ls -d /var/db/pkg/*/*


I believe that will list all the packages installed.
munyit
yum list installed | more

and

rpm -qa | more

seems working for my fedora.

biggrin.gif

Thank You.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.