LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   opening a d/l program (https://www.linuxquestions.org/questions/linux-newbie-8/opening-a-d-l-program-17417/)

purelific 03-31-2002 02:28 PM

opening a d/l program
 
after u install a d/led program where is the program located?. After i used the ./file
i cant find the program i just isntalled where would it usuallyt be located?

acid_kewpie 03-31-2002 03:56 PM

downloaded programs will go wherever you told them to go

installed programs will *usually* be on your path, so you should just be abel to run it from a console. if not use the "whereis" and "locate" to find out where it's gone.

trickykid 03-31-2002 04:16 PM

usually by default if you don't specify a location when you download it will be in your users home directory..

-trickykid

purelific 03-31-2002 10:39 PM

like i d/l qtella and did rpm -ivh " " and i went to home and all i see the the icon qtella with the rpm logo.. I installed it and all but i can't find it, and i did locate qtella and all that came up was that rpm file.

Sixpax 03-31-2002 11:10 PM

run: rpm -qa | grep qtella
That will tell you the name of the package you have installed.
Then run: rpm -ql <qtella package>
to see a list of the files it installed.


All times are GMT -5. The time now is 06:49 AM.