Wesnoth 1.12 for Ubuntu 14.04/Mint 17/Greenie 14 - easy way

Get help with compiling or installing the game, and discuss announcements of new official releases.

Moderator: Forum Moderators

Post Reply
User avatar
Elven
Posts: 182
Joined: February 3rd, 2008, 12:02 am
Location: Slovakia
Contact:

Wesnoth 1.12 for Ubuntu 14.04/Mint 17/Greenie 14 - easy way

Post by Elven »

Hello everyone. If you want to play Wesnoth on Ubuntu 14.04 LTS, or something very similar, you simply have to open a terminal (try control + t) and use this lines:


(adding keys)

Code: Select all

wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
(this one will add getdeb to your sources.list, so you can install Wesnoth AND other games in Ubuntu 14.04 LTS)

Code: Select all

sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu trusty-getdeb games" >> /etc/apt/sources.list.d/getdeb.list'
(use this one instead, if you are using Ubuntu 14.10 non-LTS)

Code: Select all

sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu utopic-getdeb games" >> /etc/apt/sources.list.d/getdeb.list'
(updating sources AND installing Wesnoth with campaigns, editor etc.)

Code: Select all

sudo apt-get update && sudo apt-get install wesnoth-1.12
Okay, game should be in your applications menu right now. Downloading WILL take a while, so you can get a coffee :)
Last edited by Iris on November 29th, 2014, 3:20 pm, edited 1 time in total.
Reason: Replaced colors with [code].
Creator of Greenie knižnica and Greenie Linux and Wesnoth unofficial LiveCD; Slovak/Czech translator and creator of many campaigns. Everything is here on one place.
Ernesto
Posts: 1
Joined: May 20th, 2011, 4:43 am

Re: Wesnoth 1.12 for Ubuntu 14.04/Mint 17/Greenie 14 - easy

Post by Ernesto »

Thank you, Elven. I can't install the game from the source since 1.8.
User avatar
SatHyre
Posts: 80
Joined: March 30th, 2008, 7:06 am
Location: dago

Re: Wesnoth 1.12 for Ubuntu 14.04/Mint 17/Greenie 14 - easy

Post by SatHyre »

thanks Elven.
yes, that is the easiest way to install a new release of wesnoth on ubuntu.
Bobajot
Posts: 4
Joined: January 29th, 2015, 3:18 pm

Re: Wesnoth 1.12 for Ubuntu 14.04/Mint 17/Greenie 14 - easy

Post by Bobajot »

Thanks Elven this worked great. :D
Zoom
Posts: 5
Joined: August 10th, 2013, 6:00 pm

Re: Wesnoth 1.12 for Ubuntu 14.04/Mint 17/Greenie 14 - easy

Post by Zoom »

Awesome, thank you Elven!
JoelPera
Posts: 26
Joined: June 9th, 2015, 7:29 am

Re: Wesnoth 1.12 for Ubuntu 14.04/Mint 17/Greenie 14 - easy

Post by JoelPera »

Thank you very much for this.
jmh
Posts: 20
Joined: May 2nd, 2015, 12:54 am

Re: Wesnoth 1.12 for Ubuntu 14.04/Mint 17/Greenie 14 - easy

Post by jmh »

Just joining the others in a Thank You for the easy way!
CaptainDiamondBeard
Posts: 8
Joined: December 4th, 2015, 6:23 am
Location: The seven seas

Re: Wesnoth 1.12 for Ubuntu 14.04/Mint 17/Greenie 14 - easy

Post by CaptainDiamondBeard »

Awesome!
Post Reply