Results 1 to 7 of 7
how to see an installed software in linux fedora ?...
- 10-06-2010 #1Just Joined!
- Join Date
- Apr 2010
- Location
- Pakistan
- Posts
- 3
how to see an installed software?
how to see an installed software in linux fedora ?
- 10-06-2010 #2
Please clarify:
See the software in a graphical environment like gnome or kde?
In their respective application structure
In general, you can get an overview of all installed packages on a rpm based system with
Code:rpm -qa
You must always face the curtain with a bow.
- 10-06-2010 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,096
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 10-07-2010 #4Just Joined!
- Join Date
- Oct 2010
- Location
- Noida
- Posts
- 7
how to search for ny software
rpm -qa | grep "NAME OF SERVICE"
enter d name w/o quotes...tis will work...grep and pipeline gives the input of one side to d other...
- 10-08-2010 #5
Or
Install Graphical Interface of yum, Yum Extender. You can manage packages easily with it.
Look for Yum Extender in Administrative Menu.Code:su - yum -y install yumex
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-08-2010 #6
you can see the install and available software in group using yum as
yum grouplist
- 10-10-2010 #7


Reply With Quote
