Dark Oberon on Ubuntu Feisty Fawn
Dark Oberon is a real-time strategy game (RTS) similar to Warcraft II. Its more interesting feature is its graphics ! They are made out of plasticine. The sound-effects are also very fun since they are voice made :D. This article explain to you how to install this game on Ubuntu Feisty Fawn
Fast and obfuscated
If you are on the run, start by initializing your sudo environment:
sudo echo
Then, you just need to copy/paste the following command lines in your term to install Dark Oberon.
echo "# Dark Oberon pour Ubuntu Feisty Fawn
deb http://falcon.landure.fr feisty dark-oberon
deb-src http://falcon.landure.fr feisty dark-oberon" \
| sudo tee /etc/apt/sources.list.d/feisty-landure-dark-oberon.list
wget http://falcon.landure.fr/9FA7DC39.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install dark-oberon
Install
The first stage is to add the repository to the apt configuration.
echo "# Dark Oberon pour Ubuntu Feisty Fawn
deb http://falcon.landure.fr feisty dark-oberon
deb-src http://falcon.landure.fr feisty dark-oberon" \
| sudo tee /etc/apt/sources.list.d/feisty-landure-dark-oberon.list
Then, we download the GPG key signing this repository:
wget http://falcon.landure.fr/9FA7DC39.gpg -O- | sudo apt-key add -
Now, we update the list of the available packages:
sudo apt-get update
and we install Dark Oberon:
sudo apt-get install dark-oberon
Thanks
- Thanks to the developers of Dark Oberon.
- Thanks to me for creation of the debian packages :D and for my repository.