Find the answer to your Linux question:
Results 1 to 7 of 7
how to see an installed software in linux fedora ?...
  1. #1
    Just Joined!
    Join Date
    Apr 2010
    Location
    Pakistan
    Posts
    3

    Unhappy how to see an installed software?

    how to see an installed software in linux fedora ?

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,097
    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.

  3. #3
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,096
    Quote Originally Posted by Fayazali View Post
    how to see an installed software in linux fedora ?
    It's not clear what you are wanting to do, but you can use yum to see a listing of your installed packages. Check the manual page for details and options on using yum:

    Code:
    man yum
    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.

  4. #4
    Just Joined!
    Join Date
    Oct 2010
    Location
    Noida
    Posts
    7

    Smile 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...

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Or

    Install Graphical Interface of yum, Yum Extender. You can manage packages easily with it.
    Code:
    su -
    yum -y install yumex
    Look for Yum Extender in Administrative Menu.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    ved
    ved is offline
    Linux User ved's Avatar
    Join Date
    Jan 2008
    Location
    New Delhi
    Posts
    309

    Smile

    you can see the install and available software in group using yum as

    yum grouplist

  7. #7
    Linux Newbie ryptyde's Avatar
    Join Date
    Apr 2005
    Location
    Tragic City Michigan USA
    Posts
    228
    Quote Originally Posted by Fayazali View Post
    how to see an installed software in linux fedora ?
    Open a terminal:
    Code:
    yum list installed
    will give you a printout of all installed packages.

    phil

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...