LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   finding a program after downloading (https://www.linuxquestions.org/questions/linux-software-2/finding-a-program-after-downloading-542578/)

mpooley 04-02-2007 03:38 AM

finding a program after downloading
 
Hi
I downloaded Flightgear for linux and it installed ok ( i think?) and then vanished!
I cant find it on any menu or in the file system?

I tried "Whereis flightgear" in the terminal and the reply was
flightgear:

which didnt help me much!!

can anyone advise please?

Update:

I did a "Locate" and found all the doc files - still couldnt see the program file but as i'm new to linux i still havnt got the hang of the not having an EXE file extension!
found out that by just typing FGFS in terminal the program runs.

I'm trying not to moan LOL BUT the people who wrote this must have devoted huge amounts of time to this program. would it have been that hard to add this to a menu plus links to the help files?
or is this harder with linux cos of all the different distro's?


thanks

Mike

Glennzo 04-02-2007 03:53 AM

Quote:

Originally Posted by mpooley
Hi
I downloaded Flightgear for linux and it installed ok ( i think?) and then vanished!
I cant find it on any menu or in the file system?

I tried "Whereis flightgear" in the terminal and the reply was
flightgear:

which didnt help me much!!

can anyone advise please?

thanks

Mike

What distro? In Fedora and probably many other distros, you could run 'updatedb' first and then 'locate flightgear' or 'whereis flightgear'.

mpooley 04-02-2007 04:33 AM

Quote:

Originally Posted by Glennzo
What distro? In Fedora and probably many other distros, you could run 'updatedb' first and then 'locate flightgear' or 'whereis flightgear'.


thanks :) i used locate - I have updated my original post to reflect this

thanks

Mike

Glennzo 04-02-2007 04:18 PM

Then type locate FGFS - the search will be case sensitive I believe.

jdriller 04-02-2007 04:38 PM

menu after downloading
 
Is it just that certain distros automatically update the menu after an install and include the new program? Or is this a configuration you can set in any distro. I know Xandros updates the menu. I find this helpful.

Jen

almatic 04-02-2007 04:52 PM

if all you wanna do is creating an enty in some menu and you know the program starts by typing FGFS, then you can just type that in the 'execute' line. You don't need to specify the exact path, if it's in you PATH variable. If you still want to find it, just for the sake of it, then type 'echo $PATH' and look in the directories it outputs (for example with 'find /some/directory -name FGFS')

mpooley 04-02-2007 06:18 PM

Thanks thats just exactly what i want to do!

Done it now

Ta


All times are GMT -5. The time now is 07:44 AM.