You are not logged in.
Pages: 1
I installed the flightgear, flightgear-data and flightgear-atlas packages. My problem is that I cannot figure out how to run it. I can't seem to find an executable file. Is there something else I need to install, or am I missing something? Thanks.
I don't suffer from insanity. I enjoy every minute of it.
MSI CR600 / 3GB Memory / 320GB HDD / Intel Pentium Dual-Core CPU T4200 @ 2.00 GHz | Archlinux x86_64
Offline
I guess it's installed into /opt, right? In order to have the executable in the PATH, you need to re-login.
edit: Nope, that might have been wrong. The executable lies in /usr/bin and is called fgfs. For the future, you can tell pacman to show you what files are installed with
pacman -Ql $PACKAGEWith a pipe and grep you can filter binaries
pacman -Ql flightgear | grep binThat's the way I always do this.
Last edited by Army (2010-09-25 17:46:26)
Offline
Thanks. It was call fgfs. I was looking for the wrong things in the wrong places. Thanks for telling me about the commands also.
I don't suffer from insanity. I enjoy every minute of it.
MSI CR600 / 3GB Memory / 320GB HDD / Intel Pentium Dual-Core CPU T4200 @ 2.00 GHz | Archlinux x86_64
Offline
Pages: 1