

I purchased and have the 1.54 version of Uplink. For these instructions, I'm going to shorten the installer file name to just uplink.sh. Also, I will assume that you have the uplink.sh file sitting in your home directory (/home/joeuser).
From a terminal do the following:
Code: Select all
cd /home/joeuser
mkdir uplinkinstall
cd uplinkinstall
sh ../uplink.sh --tar xvf
setup.data/bin/Linux/amd64/setup
From this point, you will be given the license to agree to, and a couple of questions to answer, such as where to install the game. I chose /home/joeuser/uplink. If you choose anything outside of your home directory, make sure to preface that last command with 'sudo' (or whatever command your flavor of linux uses to allow you to run a program as 'root').
Basically, these instructions run the same setup, just using text instead of a nice graphical interface.
P.S. -- If you're having issue in 32-bit with those same libg??? modules missing, you can try changing the last command above to:
Code: Select all
setup.data/bin/Linux/x86/setup
I haven't tried this myself so your mileage may vary.
Beemer