LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   after installation (https://www.linuxquestions.org/questions/linux-software-2/after-installation-162111/)

M.R 03-25-2004 01:54 AM

after installation
 
Hi, after i install the programs i cant find them. For example i just installed the AMSN by
rpm -Uvh amsn-0.90-1.i386.rpm and then i look at the start menu and itś not there under internet or any other directory. Can you tell me where it is? I installed 3 programs so far, and i cant find any of them.

MR

salparadise 03-25-2004 03:27 AM

probably in /usr/bin
or /usr/sbin if they're sys admin tools

if they launch from the command line (if you can open a terminal and type the program name and it launches) then it's in one of the DIR's on the PATH (/usr/bin /usr/local/bin)

if you have slocate installed then you can open a terminal, su to root and type
updatedb
when it's finished, you can then type
locate xxx (where xxx is program name)
and it will tell you all the instances of files/programs with that name and where they are

i'm presuming this holds true for fedora, it was true for redhat , and it is true for mandrake

M.R 03-25-2004 05:24 AM

What does updatedb do?

MR

salparadise 03-25-2004 07:02 AM

ah
apologies

it means update data base
and it builds a database which lists all the files and folders on the computer

locate xxx then accesses that database

s'a good idea to run updatedb every once in a while or after an install session

you'll find that after a while you begin to remember where things are anyway, but it's a great help at first

because it's command line based,
you don't get a silly animated dog jumping up and down before the search prog tells you it can't find the file you KNOW is on the computer (thankyou bill!)

M.R 03-26-2004 04:54 AM

Thanks salparadise :)

MR


All times are GMT -5. The time now is 02:29 AM.