Torus Trooper for Ubuntu 7.10 Gutsy Gibbon
Torus Trooper is a beautiful shoot-them-up where you fly a ship inside a torus. The game play is really complex and allow you to play during long periods without any boring. Its a highly addictive game that i recommend to you ! This howto allow you to install it on Ubuntu 7.10 Gutsy Gibbon using the Debian packages i've created.
Fast and obfuscated
The following command lines summaries this guide. It allow you to install Torus Trooper very quickly. First, setup your sudo environment :
sudo echo
and copy / paste the following command lines in your terminal :
echo "# Lone Wolf games packages for Ubuntu 7.10 Gutsy Gibbon
deb http://falcon.landure.fr gutsy games
deb-src http://falcon.landure.fr gutsy games" \
| sudo tee /etc/apt/sources.list.d/gutsy-landure-games.list
wget http://falcon.landure.fr/9FA7DC39.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install torus-trooper
You can now play to Torus Trooper by clicking on Torus Trooper shortcut in the Games menu of Gnome, or using ttrooper command line.
Installation
First, we add the repository containing xrick to our apt configuration :
echo "# Lone Wolf games packages for Ubuntu 7.10 Gutsy Gibbon
deb http://falcon.landure.fr gutsy games
deb-src http://falcon.landure.fr gutsy games" \
| sudo tee /etc/apt/sources.list.d/gutsy-landure-games.list
We download the GPG key used to sign this repository :
wget http://falcon.landure.fr/9FA7DC39.gpg -O- | sudo apt-key add -
We update the list of available packages :
sudo apt-get update
Now, click here to install Torus Trooper.
Thanks
- Thanks to Kenta Cho, who created Torus Trooper.
- Thanks to yeKcim who made me discover this beautiful game.