LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   List of software installed in fedora 12 (https://www.linuxquestions.org/questions/linux-newbie-8/list-of-software-installed-in-fedora-12-a-786165/)

anika.ella 02-01-2010 05:13 AM

List of software installed in fedora 12
 
I have installed F12. only the office package. How can I find out which programs are installed ? In fact, my question is if all the installed programs are appearing in the "applications" tab.
Thank you !

addynix 02-01-2010 05:33 AM

I'm not sure about GUI, but here is what you can do on CLI:

# List all installed packages
rpm -qa

# This could be a long list, so u can search a specific package, for e.g.:
rpm -qa | grep -i screen

anika.ella 02-01-2010 05:40 AM

this is not a long list, it is a HUGE list !
:)
Thank you....but I have in mind only my normal programs. Maybe I am not so clear on what I want.
Anyhow, if I install a new program, in principle it should enter in the aplications menu, isn't ?

knudfl 02-01-2010 07:18 AM

rpm -qa | sort > my-packages.txt
.. saves an alphabetic text file in /home/"user"/

rpm -qa --last > last-packages.txt
.. a list with the latest package in line 1.

Not all software will make an entry to the menu.

The command : rpm -ql <package-name>
will show the files, and make it possible to create
an icon / a link.
.....

If you want an answer for an application, please tell which.
.....

addynix 02-01-2010 07:37 AM

Quote:

Originally Posted by knudfl (Post 3848213)

Not all software will make an entry to the menu.

Probably this should answer what 'anika.ella' is looking for.

To add to it, if a software is listed under applications menu, it is installed for sure, but the vice-versa does not hold true.

anika.ella 02-01-2010 10:01 AM

OK. Thank you for your advices


All times are GMT -5. The time now is 05:20 AM.