Archives For Battle for Wesnoth

Battle For Wesnoth in Ubuntu

This quick tutorial shows you how to install the latest Battle for Wesnoth 1.14.3 in Ubuntu 18.04, and/or Ubuntu 16.04.

Battle for Wesnoth is an open source, turn-based strategy game with a high fantasy theme. It features both singleplayer and online/hotseat multiplayer combat.

While all current Ubuntu releases offer Wesnoth 1.12 in the main repositories, the latest version has reached 1.14.3.

Install Battle for Wesnoth 1.14 via PPA:

There’s an unofficial PPA that contains the game packages for Ubuntu 16.04, Ubuntu 18.04 so far.

1. Open terminal either via Ctrl+Alt+T or by searching for ‘terminal’ from software launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:vincent-c/wesnoth

Type your password (no asterisks feedback) when it prompts and hit Enter.

2. Then run 2 commands one by one to check updates and install the game:

sudo apt-get update

sudo apt-get install wesnoth-1.14

Once installed, launch it from your system software launcher and enjoy!

Uninstall:

To remove the PPA, open Software & Updates utility and navigate to Other Software tab.

To remove the game, open terminal and run command:

sudo apt-get remove --autoremove wesnoth

Battle For Wesnoth in Ubuntu

The Battle for Wesnoth game has reached a new stable series by releasing the 1.12.0 release. Here’s how to install it in Ubuntu from PPA.

The Battle for Wesnoth is a turn-based strategy video game with a fantasy setting, featuring both single-player, and online/hotseat multiplayer combat. In Wesnoth, the player attempts to build a powerful army by controlling villages and defeating enemies for experience. The game is loosely based on the Sega Genesis games Master of Monsters and Warsong.

The latest Wesnoth 1.12.0 was released a few days ago, which brings forth loads of new features for players and content creators, as well as a vast number of bug fixes and small enhancements. A new multiplayer faction, a refurnished game interface, and an improved map editor comprise only a small fraction of the changes this new version has to offer to veterans from previous versions.

For details, go to the official web page.

Screenshots:

wesnoth-1.12.0-1 wesnoth-1.12.0-2
wesnoth-1.12.0-3 wesnoth-1.12.0-4
wesnoth-1.12.0-5 wesnoth-1.12.0-6
wesnoth-1.12.0-7 wesnoth-1.12.0-8

How to Install Battle for Wesnoth 1.12.0 in Ubuntu:

An unofficial PPA has made the new release into PPA, available for Ubuntu 14.04, Ubuntu 14.10 and Linux Mint 17.

To install the game, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run the commands below one by one:

sudo add-apt-repository -y ppa:vincent-c/wesnoth

sudo apt-get update

sudo apt-get install wesnoth-1.12

Above commands will add the PPA repository, update your system package cache, and finally download & install the game.