PDA

View Full Version : where are programs kept?


rjs
May 15th, 2005, 02:36 AM
ok, so i download whatever my new program is (in this case irb), then what? i want to use it, but dont know where aptitude put it? Is there a standard place that programs live on linux, if so where is it?

thanks,
-rjs

nad
May 15th, 2005, 02:44 AM
From your pull down menus, pick Applications->Run Application, type it in and go.

For documentation about a program, open a terminal window and issue the command: man irb (for example).

rjs
May 15th, 2005, 02:53 AM
Thanks heaps, but i still wonder where apps are kept, and also how do i add them to the main menu?

-rjs

nad
May 15th, 2005, 11:36 AM
Binaries and other executables are typically placed in; /bin,/sbin,/usr/bin,/usr/sbin,/usr/local,/usr/share,/usr/games and other distribution specific places.

At a command prompt, type: echo $PATH to see where your path variable points.

As to adding items to your menus, from the drop down menus pick: Applications highlight any menu item and right click. Highlight 'Entire Menu'. You will be given an option to 'add item'.

This feature is and has been sometimes broken. It is not entirely stable yet as far as I know.

rjs
May 15th, 2005, 07:35 PM
thanks
-rjs