Games on Linux: How to Install Battle for Wesnoth on Ubuntu 12.10 and Linux Mint 14

Hello Linux Gamers.

Watch Free Movies

In this article I will show you how to install Battle for Wesnoth 1.11.2 on Ubuntu 12.10 and Linux Mint 14.

http://upload.wikimedia.org/wikipedia/commons/a/a1/Battle_for_Wesnoth_0.8.5_title.png

Battle for Wesnoth is a turn-based strategy game running onLinux without wine or other emulators. You build an army, train new recruts and fight against orcs, undead and bandits in the Kingdom of Wesnoth.

You choose a character between infantry, cavalry archers and mages.

Ok, now let’s start installing the game.

How to Install Battle for Wesnoth 1.11.2 on Ubuntu 12.10 and Linux Mint 14:

Download the game .deb package:

$ wget -c http://archive.ubuntu.com/ubuntu/pool/universe/w/wesnoth-1.10/wesnoth_1.10.4-1_all.deb

Install the game:

$ sudo dpkg -i wesnoth*.deb

Fix the dependecies and delete the .deb package:

$ sudo apt-get install -f
$ rm -rf wesnoth*.deb

Scroll to Top