Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Linux packag List.
#3

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.

Reply


Messages In This Thread
Linux packag List. - by munyit - 2006-10-09, 06:24 AM
Linux packag List. - by xDamox - 2006-10-09, 07:35 AM
Linux packag List. - by znx - 2006-10-09, 05:45 PM
Linux packag List. - by djsmiley2k - 2006-10-10, 03:23 PM
Linux packag List. - by znx - 2006-10-10, 05:24 PM
Linux packag List. - by munyit - 2006-10-11, 06:10 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)