LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Where is executable file after package installation? (https://www.linuxquestions.org/questions/linux-newbie-8/where-is-executable-file-after-package-installation-649342/)

markkirklen 06-14-2008 10:15 PM

Where is executable file after package installation?
 
One of my frustrations in Linux after being a DOS/DRDOS/DESQVIEW/OS2/WIN3.1/WIN95/WIN98/WINXP is finding the program after installation. Then creating an icon on the desktop.

Any easy suggestions? <grin>

Also I wish DEBIAN would include the ATI Mobility X700 drivers, or at least make it easy to install. Just get a blank screen at thexwindow login terminal.

Mark in GA
Guess I need to look for a local LUG.
larrymkirklen@yahoo.com

jschiwal 06-14-2008 10:28 PM

ATI drivers won't be something that show up in the menu. You need to configure your xorg.conf. Search this site for "ati xorg.conf". There have been many posts on it.

pinniped 06-14-2008 10:32 PM

The 'absolutely essential' tools will be in /bin and /sbin. Most others are in /usr/bin and /usr/sbin. Some are in /usr/local/whatever. Graphical executables are sometimes installed in weird places, but they need a symlink in the 'PATH' directories or the system cannot find them; I have a few in /usr/games though. To locate something, use the 'whereis' command:

whereis bash

bash: /bin/bash /etc/bash.bashrc /usr/share/man/man1/bash.1.gz

Generally, I only install software which did not come as a Debian package into the /usr/local directories (so I can locate and delete them easily when they conflict with a Debian package). Sometimes Debian packages use /usr/local and I don't really understand why. And of course, all users can install their own executables in their home directories (and some very silly or nasty users would install the occasional executable in the /tmp directory or any other system directory they have write permissions on).

lazlow 06-14-2008 10:32 PM

You can usually find anything on the system using "find" or "locate". Look at "man X". Where X is whatever you want the user's manual for(ex; man find).

rickh 06-14-2008 11:02 PM

Assuming you are using Gnome, you should be able to find a menu item for any installed program. Among the choices offered in a right click on that menu item will be "Add Icon to Desktop."

Quote:

Also I wish DEBIAN would include the ATI Mobility X700 drivers
Obviously, you have no concept of Debian's position regarding non-free software.


All times are GMT -5. The time now is 11:42 PM.