Flightgear

Archived topics about LMDE 1 and LMDE 2
Locked
olderunner

Flightgear

Post by olderunner »

Anyone had success installing flightgear? If so, how did you install it.
Thanks
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
kyphi
Level 9
Level 9
Posts: 2735
Joined: Sat Jul 09, 2011 1:14 am
Location: The Hunter Valley, Australia

Re: Flightgear

Post by kyphi »

I do not have flightgear installed but it is in Synaptic:

Code: Select all

sudo apt-get install flightgear
Linux Mint 21.3 Cinnamon
vrkalak

Re: Flightgear

Post by vrkalak »

Yes. Flight-Gear in the repros, avialable for install the Synapic Package Manager.

Main Flight-Gear Site > http://www.flightgear.org/
Flight-Gear Wiki page > http://wiki.flightgear.org/Main_Page
olderunner

Re: Flightgear

Post by olderunner »

I've tried synaptic but it doesn't install the executable.
If I download the deb from the flightgear site it installs but crashes.
Looking for someone who has a working flightgear on their lmde.
Thanks for the replies though... :)
User avatar
filozofio
Level 2
Level 2
Posts: 55
Joined: Thu Apr 14, 2011 2:31 am

Re: Flightgear

Post by filozofio »

Yes, I can confirm that the LMDE repositories only have flightgear data files. But the main program files are not there.

1. One solution is to compile the program, as it is explained here: http://wiki.flightgear.org/Building_FlightGear_-_Debian

I have done it, with some adaptations, and it works. If you are still interested, I can reproduce for you the steps I did.

2. Other solution, that probably also works would be to add the testing repository

Code: Select all

deb http://ftp.us.debian.org/debian testing main contrib non-free
to your sources list. You can do this in Origins of Software program. Then update the repositories

Code: Select all

sudo apt-get update
.

Then install flightgear, and afterwards disable the testing repository again and again update the repositories.

I have not done this, but I have seen that probably no dependencies conflicts will appear. Nevertheless, the best solution, the clean one, is the first.
Locked

Return to “LMDE Archive”