LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Where I can find installed appz? (https://www.linuxquestions.org/questions/linux-newbie-8/where-i-can-find-installed-appz-281946/)

Lead Expression 01-25-2005 04:29 AM

Where I can find installed appz?
 
Hi. When I've installed FC3 on my laptop, I've choosen custom installation, 'cause I remember in old distributions that they install so many applications I don't use, ignoring some others I really need. The problem is: where are programs I've choosen? I can't find some of them in Gnome or KDE menu... I see / directory as so much subdirectories, for example /home is the home directory for users, /root for root... I think others had a meaning I don't know, and probably in some of them I can find what I search, and I can understand so many things... :)

Can you help me?

Thx ;)

Mara 01-25-2005 05:21 AM

Some programs are not added to the menus, but you should be able to run them using console (or run program option) by just entering their names. The executables are probably in /usr/bin

atom 01-25-2005 10:01 AM

or
/usr/bin
/usr/local/bin
...


I have written what specific directories are in this post. If you are searching for the place the individual apps are installed it would vary greatly from distro to distro.

kornerr 01-25-2005 11:06 AM

Hard, but usefull: http://www.linuxquestions.org/questi...hreadid=174647

abisko00 01-25-2005 11:14 AM

The command which <command> shows the location of a binary (if it is installed in your PATH).

Also, the command rpm -ql <packagename> gives you a list of files in that package (and where they are copied to).

There is a small KDE application (I think the name is kappfinder), that searches the system for newly installed software and adds them to your menu.


All times are GMT -5. The time now is 07:54 AM.