Hello Linux friends.

In this article I will show you how to install Widelands on Ubuntu 12.10 / 12.04 and Linux Mint 14 / 13.
Widelands is an open source strategy game, available on Linux without wine or other emulators. At first, you are the regent of a small clan. You develop your headquaters, get resources: wood, food, iron gold and more and compete with other clans.
Widelands offers a unique style of play. For example, a system of roads plays a central role in your economy: all the goods that are harvested and processed by the tribe must be transported from one building to the next. This is done by carriers, and those carriers always walk along the roads. It is your job to lay out the roads as efficiently as possible.
Let’s start installing Widelands.
How to install Widelands on Ubuntu 12.10 and Linux Mint 14:
Download the *.deb file, for 32 bit systems:
$ wget -c http://archive.ubuntu.com/ubuntu/pool/universe/w/widelands/widelands_17-3build1_amd64.deb
Download the *.deb file, for 64 bit systems:
$ wget -c http://archive.ubuntu.com/ubuntu/pool/universe/w/widelands/widelands_17-3build1_i386.deb
Install the game:
$ sudo dpkg -i widelands*.deb
Fix the dependencies and remove the *.deb file:
$ sudo apt-get install -f
$ rm -rf widelands*.deb
How to install Widelands on Ubuntu 12.04 and Linux Mint 13:
Download the *.deb file, for 32 bit systems:
$ wget -c http://archive.ubuntu.com/ubuntu/pool/universe/w/widelands/widelands_16-1_amd64.deb
Download the *.deb file, for 64 bit systems:
$ wget -c http://archive.ubuntu.com/ubuntu/pool/universe/w/widelands/widelands_16-1_i386.deb
Install the game:
$ sudo dpkg -i widelands*.deb
Fix the dependencies and remove the *.deb file:
$ sudo apt-get install -f
$ rm -rf widelands*.deb