Hi All
Help how do I Install 1.80. oolite ,im new to Linux(ubuntu@)
Do not know how to go about running the tgz file extracting etc and running
any help appreciated
Reform
Last edited by Getafix on Thu Oct 30, 2014 6:54 am, edited 1 time in total.
Reason:Marked as 'Solved'.
Hi reform70, and welcome. It's been a while since I installed, so fingers crossed...
Extract the tgz file, and you will get a file called oolite-<number>.linux-x86.run. Double click it and you will get a prompt to 'run in terminal', 'display', 'cancel' or 'run'.
Hit 'run' and a terminal will open and the install will start. You will be prompted as to whether you want to run 'system wide' or in your home directory. Choose which you prefer - there is not much difference - I use 'home directory' FWIW. It should all happen automatically from there if I remember rightly.
Commander Smivs, the friendliest Gourd this side of Riedquat.
Then run (press enter on) the .run file, choose if you want to install system wide or into your home directory. I use the second due to I like to modify it.
$ cd Downloads/
$ tar zxvf oolite-1.80.linux-x86_64.tgz
$ ./oolite-1.80.linux-x86_64.run
That's assuming your downloads go into your Home/Downloads folder, and that you're using the 64-bit version. For the 32-bit, remove the _64 part.
"Actually this is a common misconception... I do *not* in fact have a lot of time on my hands at all! I just have a very very very very bad sense of priorities."
--Dean C Engelhardt
Last edited by CheeseRedux on Wed Nov 26, 2014 7:41 am, edited 1 time in total.
"Actually this is a common misconception... I do *not* in fact have a lot of time on my hands at all! I just have a very very very very bad sense of priorities."
--Dean C Engelhardt
Ok, then for sure please answer the following questions:
Are you see the noexec flag in the output of a mount command?
Are you found the "user" word in your fstab?
Can you edit the /etc/fstab file?
For example, if you see a line like this: /dev/sda6 /something ext4 user,defaults 0 2
then change to either: /dev/sda6 /something ext4 defaults 0 2
or: /dev/sda6 /something ext4 user,exec,defaults 0 2
Ah, there is not a noexec flag from mount. When I ran the command earlier, I must not have looked closely as the noexec was on a partition not beginning with /dev.
Got all turned around, lost my nav connection... Where am I now?
Looking into the .run script I think your "./setup: Permission denied" problem is based on that the execution in your /tmp directory is not allowed. You can go around this if you specify another temporary directory for extracting like this: