Debian’s repository for Wesnoth

The debian repository is loaded the prebuilt packages for all distributions based on debian.
You’ll find inside the stable and unstable packages and compiled for 64 and 32 bit.
But let’s see what we have to do to use this repository:

sudo wget -O /etc/apt/sources.list.d/itwesnoth.list \

http://download.tuxfamily.org/itwesnoth/ITWESNOTH-<suite>.list

sudo wget -O- http://download.tuxfamily.org/itwesnoth/itwesnoth.asc |sudo apt-key add -
sudo apt-get update

Where it says <suite> logically should be replaced with the name of your distribution.
The possibilities are:
karmic (ubuntu)
jaunty (ubuntu)
lucid (ubuntu)
lenny (debian)
squeeze (debian)
sid (debian)
So if you want to add the repository on my karmic koalas should write this in a terminal:

sudo wget -O /etc/apt/sources.list.d/itwesnoth.list \

http://download.tuxfamily.org/itwesnoth/ITWESNOTH-karmic.list

sudo wget -O- http://download.tuxfamily.org/itwesnoth/itwesnoth.asc |sudo apt-key add -
sudo apt-get update

Now your system is ready, you simply install wesnoth for the stable or wesnoth-unstable for version unstable

Comments
Trackbacks and Pings
 
  • clara2g says:

    When I do this it says it won’t install, E: broken packages:

    Los siguientes paquetes tienen dependencias incumplidas:
    wesnoth-unstable: Depende: wesnoth-unstable-core (>= 1:1.7.2-2~itwesnoth1) pero no va a instalarse
    Depende: wesnoth-unstable-httt (= 1:1.7.2-2~itwesnoth1) pero no va a instalarse
    Depende: wesnoth-unstable-tsg (= 1:1.7.2-2~itwesnoth1) pero no va a instalarse
    Depende: wesnoth-unstable-trow (= 1:1.7.2-2~itwesnoth1) pero no va a instalarse
    Depende: wesnoth-unstable-ttb (= 1:1.7.2-2~itwesnoth1) pero no va a instalarse
    Depende: wesnoth-unstable-ei (= 1:1.7.2-2~itwesnoth1) pero no va a instalarse
    Depende: wesnoth-unstable-utbs (= 1:1.7.2-2~itwesnoth1) pero no va a instalarse
    Depende: wesnoth-unstable-did (= 1:1.7.2-2~itwesnoth1) pero no va a instalarse
    Depende: wesnoth-unstable-nr (= 1:1.7.2-2~itwesnoth1) pero no va a instalarse
    Depende: wesnoth-unstable-sof (= 1:1.7.2-2~itwesnoth1) pero no va a instalarse
    Depende: wesnoth-unstable-sotbe (= 1:1.7.2-2~itwesnoth1) pero no va a instalarse
    Depende: wesnoth-unstable-l (= 1:1.7.2-2~itwesnoth1) pero no va a instalarse
    Depende: wesnoth-unstable-aoi (= 1:1.7.2-2~itwesnoth1) pero no va a instalarse
    Depende: wesnoth-unstable-thot (= 1:1.7.2-2~itwesnoth1) pero no va a instalarse
    Depende: wesnoth-unstable-low (= 1:1.7.2-2~itwesnoth1) pero no va a instalarse
    Depende: wesnoth-unstable-dm (= 1:1.7.2-2~itwesnoth1) pero no va a instalarse
    E: Paquetes rotos

    (Sorry, it’s in spanish)

  • V4LD4N says:

    Acabo de comprobarse el paquete y todos están bien.
    No sé lo que hay que añadir, que nunca han sucedido.
    ¿Has probado a escribir:

     apt-get install wesnoth-unstable-all

    Hágamelo saber

  • clara2g says:

    Sí, eso es exactamente lo que he probado, uso Debian Squeeze por cierto.

    Gracias.

Leave a Reply