Hello Guys.

In this article I will show you how to install Astromenace on Ubuntu and Fedora Linux Operating Systems.
Astromenace is a modern 3D space shooter running on Linux without wine. You control a space ship and fight with aliens to survive. At first you have a ship with simple weapons, but you collect money and upgrade your weapons and ship and increase the firepower agains your alien enemies.
Astromenace is opensource and has nice graphics.
So, let’s start installing Astromenace.
How to install Astromenace on Ubuntu 12.10:
Step 1: Add the repository GPG key:
$ sudo wget -q -O- http://archive.getdeb.net/getdeb-archive.key | apt-key add -
Add the games repo:
$ sudo echo 'deb http://archive.getdeb.net/ubuntu/ quantal-getdeb games' >> /etc/apt/sources.list
Update the repository package index:
$ sudo apt-get update
Install the game:
$ sudo apt-get install astromenace
How to install Astromenace on Ubuntu 12.04:
The installing guide for Ubuntu 12.04 is identical with the one for Ubuntu 12.10, all you have to change is the repository, so I will not explain the installation steps again, just modify the line needed.
$ sudo wget -q -O- http://archive.getdeb.net/getdeb-archive.key | apt-key add -
$ sudo echo 'deb http://archive.getdeb.net/ubuntu/ precise-getdeb games' >> /etc/apt/sources.list
$ sudo apt-get update
$ sudo apt-get install astromenace
How to install Astromenace on Fedora 18 and Fedora 17:
Because the game is in the Fedora 18 and 17 default repositories, all we have to do is install it with yum:
$ sudo yum install astromenace