LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installing App (https://www.linuxquestions.org/questions/linux-software-2/installing-app-94492/)

csosa 09-19-2003 09:06 AM

Installing App
 
I have installed an application by running
./configure
make
make install

Everything seemed to work but I don't see the app anywhere? how can I run the app or how can I check if it is install?

Thanks in Advance

Carlos

Looking_Lost 09-19-2003 09:11 AM

What I do if I didn't take note or if something installs to a non-usually accessible location is

updatedb

immediately then

locate name_or_similar_to_name_of_app

then sort of deduce where it is from the output of locate


All times are GMT -5. The time now is 01:06 PM.