FlightGear 2.0

Asked by ArtemZ

Hi!
Why are you not going to include flightgear 2 in 10.10 release?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu flightgear Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

If you add the getdeb ppa you can get FlightGear 2.0

If you run this command it should add it:

wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -; sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu maverick-getdeb games" >> /etc/apt/sources.list.d/getdeb.list'

You can now run:

sudo apt-get update; sudo apt-get upgrade

Should install it for you

Revision history for this message
ArtemZ (zhirkow-yahoo) said :
#2

Thanks actionparsnip, that solved my question.