1.73 on Linux?
Moderators: winston, another_commander, Getafix
- DaddyHoggy
- Intergalactic Spam Assassin
- Posts: 8515
- Joined: Tue Dec 05, 2006 9:43 pm
- Location: Newbury, UK
- Contact:
1.73 on Linux?
Ok, with the flurry of activity over 1.73 - what's the best way to get it on my linux box) - I haven't done anything on since 1.72.2 and 'fess I can't remember what to do and in the various threads - Winston's bleeding edge nightly's doesn't appear to be (when you follow the link to the status page) and I'm not quite sure (anymore) if Getafix's Ubuntu install is relevant for 1.73...
Apologies if I'm just being dumb...
Apologies if I'm just being dumb...
Oolite Life is now revealed hereSelezen wrote:Apparently I was having a DaddyHoggy moment.
-
- Quite Grand Sub-Admiral
- Posts: 6740
- Joined: Wed Feb 28, 2007 7:54 am
- DaddyHoggy
- Intergalactic Spam Assassin
- Posts: 8515
- Joined: Tue Dec 05, 2006 9:43 pm
- Location: Newbury, UK
- Contact:
Faber-rooney! (must stop watching The Tweenies with the kids)
Oolite Life is now revealed hereSelezen wrote:Apparently I was having a DaddyHoggy moment.
- DaddyHoggy
- Intergalactic Spam Assassin
- Posts: 8515
- Joined: Tue Dec 05, 2006 9:43 pm
- Location: Newbury, UK
- Contact:
Getafix wrote:Linux will go for 1.73.1 release.
Cheers.
Nice to see you back on the forums!
Oolite Life is now revealed hereSelezen wrote:Apparently I was having a DaddyHoggy moment.
- Getafix
- Quite Grand Sub-Admiral
- Posts: 979
- Joined: Tue Apr 01, 2008 12:55 pm
- Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
- Contact:
When installing the .deb for 1.73.2, if it complaints about missing dependencies then do:
Code: Select all
sudo apt-get -f install
This will install any missing libraries.
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]
Exactly how did you try to install the packages?
I must admit, I initially only tested that the packages work, so 'cheated' and used the repository I set up which means download/install is fully integrated into the Ubuntu GUI tools and hence very easy.
But I just tried by downloading and installing the packages directly, and on my virgin install, they got opened via the GDebi package installer, which is a GUI tool and automatically downloads and installs any missing dependencies.
I must admit, I initially only tested that the packages work, so 'cheated' and used the repository I set up which means download/install is fully integrated into the Ubuntu GUI tools and hence very easy.
But I just tried by downloading and installing the packages directly, and on my virgin install, they got opened via the GDebi package installer, which is a GUI tool and automatically downloads and installs any missing dependencies.
The glass is twice as big as it needs to be.
- Getafix
- Quite Grand Sub-Admiral
- Posts: 979
- Joined: Tue Apr 01, 2008 12:55 pm
- Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
- Contact:
What I did was:
Code: Select all
sudo bash
dpkg -i oolite-data_1.73.2-1_all.deb
dpkg -i oolite_1.73.2-1_i386.deb
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]
- Getafix
- Quite Grand Sub-Admiral
- Posts: 979
- Joined: Tue Apr 01, 2008 12:55 pm
- Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
- Contact:
Following an investigation it seems that is the official way to install .deb files and their dependencies (at least for Ubuntu).
Case closed.
Code: Select all
sudo apt-get -f install
Case closed.
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]