Difference between revisions of "WesnothBinariesLinux"

From The Battle for Wesnoth Wiki
(SuSE / [http://www.opensuse.org OpenSUSE])
(Flatpak: Switch the order of the links. People are more likely to click the first link, probably want the stable version, and may not know what "nightly" means)
 
(185 intermediate revisions by 55 users not shown)
Line 1: Line 1:
= GNU/Linux =
+
{{Translations}}
Not all Distributions are always at the state of the current release. If you want to be sure to have the current version, please get the sources and compile it yourself.
 
  
=== Arch Linux ===
+
<div class="tright"> __TOC__ </div>
* For the official pkg from [extra]: <code>pacman -S wesnoth</code>  
 
* dibblethewrecker also provides regular SVN snapshots.  Please see [ http://dtw.jiwe.org/content.php?article.9 here] for details of how to access the repo.  As development of wesnoth continues this repo is likely to follow the unstable branch.
 
  
=== Ark Linux ===
+
Not all distributions carry the latest stable or development releases. If you want to make sure you are running the newest official version of Wesnoth from either branch, either get the sources from the [[Download]] page and [https://github.com/wesnoth/wesnoth/blob/master/INSTALL.md compile them yourself] or use the flatpak below.
* Ark Linux includes an official wesnoth package, currently at version 1.3.13 Simply use the package installation tool to install the wesnoth package, or run <code>apt-get update; apt-get install wesnoth</code> (or <code>apt-get -t dockyard-devel install wesnoth</code> if you wish to run the current development version of wesnoth with all other packages from the stable tree)
 
* Users of other similar distributions can download the packages at [http://arklinux.osuosl.org/dockyard-devel the Ark Linux file server]. They are likely to run on any rpm based distribution that uses a recent version of gcc (>= 4.0) and glibc (>= 2.4).
 
  
=== Debian ===
+
== Flatpak ==
* <code>apt-get install wesnoth</code> or
 
* <code>aptitude install wesnoth</code>
 
* [http://packages.debian.org/wesnoth Official packages] including the development releases in the experimental branch
 
* [http://backports.org/ backports.org] offers the stable wesnoth releases for Debian stable
 
  
====Compiling====
+
A flatpak of the current stable release can be found [https://flathub.org/apps/details/org.wesnoth.Wesnoth here].
  
If you want to play with the SVN version directly you may have to compile it yourself. See [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth].
+
A nightly flatpak of Wesnoth's development branch is also available.  Instructions for getting it can be found [https://forums.wesnoth.org/viewtopic.php?f=5&t=47872 here].
  
'''To install the dependencies :'''
+
== Arch Linux ==
 +
* The latest stable version can be installed from the [community] repository: <code>pacman -S wesnoth</code>
 +
* There's a wesnoth-devel package for development releases in [https://aur.archlinux.org/packages/wesnoth-devel/ the AUR].
  
<code>aptitude install build-essential libsdl-image1.2-dev libfreetype6-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libfribidi-dev python-dev</code>
+
== Debian ==
 +
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want a different version, you need to explicitly request which branch you want, e.g. [http://packages.debian.org/wesnoth-1.12 1.12] (stretch), or [http://packages.debian.org/wesnoth-1.14 1.14] (buster, bullseye, and sid)
 +
* [http://backports-master.debian.org/ backports.debian.org] offers the latest stable wesnoth releases, albeit only backported to stretch at this time. For more info on Debian backports, click [http://wiki.debian.org/Backports here].
  
 +
===Command-line install===
 +
To install Wesnoth, run the following to pull in everything:
 +
aptitude install wesnoth wesnoth-music
  
'''To compile it :'''
+
===Compiling===
If you have already installed and older version of wesnoth, uninstall it by:
 
  
<code>aptitude purge wesnoth</code>
+
If you want to run a newer release than the ones provided in the Debian repositories, or an unreleased version from the [[WesnothRepository|Git repository]], you will have to build it from source. See [https://github.com/wesnoth/wesnoth/blob/master/INSTALL.md Compiling Wesnoth] for more details.
  
Note that will remove all your wesnoth configuration.
+
To install Wesnoth's dependencies if you have Debian's source repositories enabled in your config, you can just use apt's <code>build-dep</code> command with the package that best matches the version you are trying to build:
Then, download the source by wget, or your internet navigator. Save it in the /usr/src directory.
 
Now, it's very easy :
 
  
  cd /usr/src
+
  # Stable version
  tar -xvzf wesnoth-1.x.x.tar.gz
+
  aptitude build-dep wesnoth
  cd wesnoth-1.x.x
+
  # Development version
./configure
+
aptitude build-dep wesnoth-1.14
make
 
sudo make install
 
  
You may have more information about this part in the [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth] page.
+
'''Note:''' If you have already installed an older version of Wesnoth, you should uninstall it first by running:
  
=== Ubuntu ===
+
# Stable version
 +
aptitude purge wesnoth
 +
# Development version
 +
aptitude purge wesnoth-1.14
  
====Gutsy====
+
Bear in mind that this will '''not''' remove downloaded data or saved games stored in your [[EditingWesnoth#The_user_data_directory|home directory]].
7.10's universe repository includes version 1.2.8.
 
  
See the [http://ubuntuguide.org/wiki/Ubuntu_Feisty#How_to_add_extra_repositories Ubuntu Starter Guide]'s section on adding the universe repositories.
+
Additionally, build-dep will not install libssl-dev automatically due to a Debian patch to use WolfSSL instead due to a licence incompatibility with OpenSSL, so you will need to install that manually. This will likely be resolved within the next couple of years once OpenSSL 3 comes into use since that version will resolve the license incompatibility.
Install via System->Administration->Synaptic, via Applications->Add/Remove or aptitude/apt-get.
 
  
An [http://vleu.net/apt/ '''unofficial''' repository] is availabe with packages for beta versions. They are raw outputs of dh_make but they can be installed along with official packages.
+
== Ubuntu ==
  
====Feisty====
+
[http://apt.ubuntu.com/p/wesnoth Click here] to install the latest version of the <code>wesnoth</code> packaged for your release. Alternatively, search for "wesnoth" in the ''Ubuntu Software Center'' or use following command:
There is a version 1.2.6 available at the [http://www.getdeb.net/app.php?name=The+Battle+for+Wesnoth GetDeb.net] for both 32bit and 64bit Feistys.
 
  
Battle for Wesnoth 1.2.3-1 is included in the Ubuntu 7.04 (Feisty's) universe collection. You can install via System->Administration->Synaptic, via Applications->Add/Remove or aptitude/apt-get
+
sudo apt-get install wesnoth
  
====Edgy====
+
===Available Versions===
There is a version 1.2.4 available at the [http://www.getdeb.net/app.php?name=The+Battle+for+Wesnoth GetDeb.net] for 32bit Edgy.
 
  
Ubuntu 6.10 Edgy Eft includes binaries for Wesnoth 1.1.8 in its universe repository, so if you're happy with this version, just upgrade to Edgy Eft. But be aware that this version is completely outdated and there is no official mp-server running for it. Better try to update to a more recent version, like one from the 1.2.x stable series.
+
Different releases of Ubuntu provide different versions of Wesnoth in their repositories. Often, this version will be older than the most current Wesnoth.
  
====Dapper====
+
{| class="wikitable"
There is a version 1.2.3 available at the [http://www.getdeb.net/app.php?name=The+Battle+for+Wesnoth GetDeb.net] for 32bit Dapper.
+
|-
 +
! Release
 +
! Packaged Version
 +
|-
 +
| 22.04 LTS (Jammy)
 +
| 1.16.2
 +
|-
 +
| 21.10 (Impish)
 +
| 1.14.17
 +
|-
 +
| 20.04 LTS (Focal)
 +
| 1.14.9
 +
|-
 +
| 18.04 LTS (Bionic)
 +
| 1.12.6
 +
|}
  
Battle for Wesnoth 1.0.1-1 is included in Ubuntu Dapper's universe collection. This is the (really old) stable release of the 1.0.x series. As this is not the latest version, Breezy users will need to do one of the following to obtain the latest version:
+
Reference: https://packages.ubuntu.com/wesnoth
*Upgrade to the Dapper Drake, or
 
*Use the Breezy-Backports repository,
 
*Use an unofficial repository, or
 
*Build from the source per Debian above, or
 
*Use the generic binary for GNU/Linux found on the [[Download]] page.
 
Of these options, the final one is most likely the easiest at this time, while building from source is the most reliable.
 
  
====Other====
+
== Fedora ==
Do not attempt to install the debian package and associated dependencies using ''dpkg'' as you will break your environment! (Though we had no comment of anything in the system being broken after installing Wesnoth from a Debian rep, in fact the Debian binaries are exactly what is used for Ubuntu, too)
+
Battle for Wesnoth is included in [http://koji.fedoraproject.org/koji/packageinfo?packageID=4097 Fedora].  The current version of Battle for Wesnoth is available for ARMv7HL, AArch64, ppc64le, s390x, x86, and x86_64 architectures. If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:klember@redhat.com Kalev Lember].
  
After considering the warning above, if you would still like to use more updated Wesnoth packages in Debian Etch on your installation of Ubuntu Edgy (notice that the following instruction itself might be flawed, in addition to introducing Debian packages to your installation):
+
To install from command-line, simply run:
 +
dnf install wesnoth wesnoth-tools wesnoth-server
  
* Add a Debian etch mirror to your /etc/apt/sources.list, e.g.
+
== Gentoo ==
deb http://http.us.debian.org/debian/ etch main
+
To install the game only, run the following as root:
* Add to /etc/apt/preferences, or create it with the following content
+
  emerge wesnoth
Package: *
 
Pin: release o=Ubuntu
 
  Pin-Priority: 995
 
  
Package: wesnoth
+
To install the game and the server, add 'server' to your USE flags, then run emerge as above.
Pin: release o=Debian
 
Pin-Priority: 996
 
  
Package: wesnoth-data
+
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.
Pin: release o=Debian
 
Pin-Priority: 996
 
  
(You need to repeat this for each of wesnoth-music, wesnoth-server, wesnoth-httt, etc., just search for wesnoth in your normal package manager to get an idea which ones are needed, every campaign has its own package)
+
To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:
  
* Upgrade packages with apt-get or aptitude. Make sure that only wesnoth packages are upgraded from Debian repository.
+
games-strategy/wesnoth ~*
  
====Compiling====
+
The ebuild is currently maintained by [https://wiki.gentoo.org/wiki/Project:Games the Gentoo Games Project]
If you choose to build the source you should add the datadir flag to ''configure'' to ensure your installation puts the data in the same place as the official installation path:
 
  
cd /usr/src
+
== Mageia / Rosa Linux / OpenMandriva Lx ==
tar -xvzf wesnoth-1.x.x.tar.gz
 
cd wesnoth-1.x.x
 
./configure --datadir=/usr/share/games ...
 
make
 
sudo make install
 
  
=== Fedora ===
+
To install the latest stable version (as root):
Battle for Wesnoth is included in [http://fedoraproject.org/ Fedora].  The current version of Battle for Wesnoth is available for ppc, i386, and x86_64 architectures.  If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:bpepple_AT_fedoraproject.org Brian Pepple].
 
  
To install simply run:
+
urpmi wesnoth
* <code>yum install wesnoth wesnoth-tools wesnoth-server</code>
 
  
=== Gentoo ===
+
For the development version (Rosa Linux and OpenMandriva Lx only, as root):
For the stable release just type:
 
* <code>emerge wesnoth</code>
 
  
For the development release you will have to fetch an overlay, eg from this site:
+
urpmi wesnoth-unstable
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-dev.tbz
 
extract it to your local overlay-directory and then type
 
<code>emerge wesnoth-dev</code>
 
The ebuild will be updated whenever the person creating the ebuild finds the time to do so.
 
  
Or if you're too impatient to wait and willing to take the risk of things blowing up, download
+
You can also use the GUI package manager RPMDrake (in the Control Centre).
and extract the overlay, make a copy of the highest available ebuild version, but change the version number to
 
that of Wesnoth version you want (for instance, wesnoth-dev-1.3.2.ebuild might become
 
wesnoth-dev-1.3.8.ebuild ), run
 
<code>ebuild [new ebuild file] digest</code>
 
and then try to emerge. It may or may not work, depending on exactly how extensive the changes in the Wesnoth
 
source are--going from 1.3.2 to 1.3.8 this way worked for me.
 
  
For building from svn tree download the portage overlay from:
+
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-svn.tbz
 
extract it to your local overlay-directory and then type
 
<code>emerge wesnoth-svn</code>
 
  
wesnoth-dev are the official development releases
+
{|align="left" border="1"
while wesnoth-svn will build straight from SVN-source tree to keep you up to date with the lastest changes and all the errors ;-)
+
!align="left"|Distribution
updating wesnoth-svn will not work ! you have to reemerge it each time you want to update !
+
!align="left"|Repository for wesnoth
 +
!align="left"|Repository for wesnoth-unstable
 +
|-
 +
|Rosa Linux Desktop / OpenMandriva Lx
 +
|contrib release
 +
|contrib updates
 +
|-
 +
|Rosa Linux LTS
 +
|contrib updates
 +
|contrib updates
 +
|-
 +
|Mageia
 +
|core release
 +
|N/A
 +
|}
 +
<!-- Begin Carriage returns to keep the next entry from crashing into the Mandriva-based table -->
  
=== KateOS ===
 
Packages of Battle for Wesnoth for [http://www.kateos.org KateOS] can be downloaded from:
 
[http://sfery.org/pkgportal/index.php?section=packages sfery.org]
 
  
You can also add this link: http://sfery.org/kateos/community-unstable to repo list and install BfW by <code>updateos -i wesnoth</code> or by [http://wikidoc.kateos.org/index.php/KatePKG-en KatePKG] graphical tool.
 
This is recommended way - all the necessary dependent packages will be downloaded and installed automatically.
 
  
Only version '''1.3.6''' of BfW is available.
 
  
'''Currently Battle for Wesnoth v1.3.6 is available in offcial KateOS repo (testing for now)'''
 
[http://www.kateos.org/download/packages/testing3/]
 
  
=== klik ===
 
* The most easy way to testdrive BfW is provided via [http://klik.atekon.de/ klik]. klik enables clients to create distribution-independent binaries which require no "installation" (the base system remains untouched); its created "AppDir" bundles run even from USB stick or CD RW. klik support is pre-enabled on Knoppix and Kanotix Live CDs. Other distros need to install a small klik client (less than 20 kByte download, less than 20 seconds effort).  See the [http://klik.atekon.de/wiki/index.php/User%27s_FAQ klik FAQ] for details. A [http://wesnoth.klik.atekon.de/ BfW-specific klik website] has links to help with the package. Once the klik client is installed, look at this:
 
** [http://wesnoth.klik.atekon.de/ Wesnoth-1.0] stable Version: to "klik" it, type ''klik://wesnoth'' into your Browser
 
** [http://wesnoth-latest.klik.atekon.de/ Wesnoth-1.1.1] Development-Version: to "klik" it, type ''klik://wesnoth-latest'' into your Browser
 
  
=== Mandrake (cooker) ===
 
* <code>urpmi wesnoth</code>
 
* Binary: ftp://ftp.free.fr/pub/Distributions_Linux/Mandrakelinux/devel/cooker/i586/media/contrib/
 
* Source: ftp://ftp.free.fr/pub/Distributions_Linux/Mandrakelinux/devel/cooker/contrib/SRPMS/
 
  
=== Pardus ===
 
* Run Package Manager, click Games section, select Wesnoth and click install.
 
* If you prefer to install Wesnoth from command line type <code>pisi it wesnoth</code>.
 
  
=== Slackware ===
+
<!-- End Carriage returns to keep the next entry from crashing into the Mandriva-based table -->
* Packages of Battle for Wesnoth for Slackware-current can be downloaded from [http://www.develia.org/tarballs.php?p=hobby develia.org]
 
* Packages of Battle for Wesnoth for Slackware 10.2 can be downloaded from http://asteroid.celeonet.fr/wesnoth/
 
  
=== [[SuSE]] / [http://www.opensuse.org OpenSUSE] ===
+
==openSUSE==
  
These are builds of The Battle For Wesnoth for several SUSE Linux distributions, made for both i386 and x86_64 architecture. On SUSE Linux 10.1 and above, as well as on SLED, just use the zen-updater and add these directories to your available services (as ZYPP). On 10.0 and older, you can use YaST to add the installation sources. Furthermore, these packages are splitted into "wesnoth" (the game binary) and the data sets "wesnoth-data-base" and "wesnoth-data-full". If you want to be able to play the game, "wesnoth-data-base" is all you need, but you will be missing the full experience, because wesnoth-data-full includes larger images and music. Downloading "wesnoth-data-base" only is meant for slow-bandwidth downloaders. However if you select "wesnoth" in zen-updater or yast, it will automatically select "wesnoth-data-base" and "wesnoth-data-full" to deliver the full experience. If you have problems with these packages, or other questions, please contact [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].
+
These are builds of The Battle For Wesnoth for several versions of openSUSE, made for both i386 and x86_64 architectures.
  
 +
The openSUSE packages are maintained by [https://build.opensuse.org/package/view_file/openSUSE:Factory/wesnoth/wesnoth.changes multiple contributors].
  
* OpenSUSE 10.3 [http://software.opensuse.org/search?p=1&baseproject=openSUSE%3A10.3&q=wesnoth One-Click-Install]
+
===Install using One-Click Installation===
* SUSE Linux 10.1 http://software.opensuse.org/download/games:/strategy:/turn-based/SUSE_Linux_10.1/
 
* OpenSUSE Linux 10.2 http://software.opensuse.org/download/games:/strategy:/turn-based/openSUSE_10.2/
 
* OpenSUSE Factory http://software.opensuse.org/download/games:/strategy:/turn-based/SUSE_Factory/
 
* SLED 10 (SUSE Linux Enterprise Desktop) requires an additional installation source including common required packages SLED is missing. First add http://software.opensuse.org/download/SUSE:/SLE-10:/SDK:/Extra/SLE_10/ , then add http://software.opensuse.org/download/games:/strategy:/turn-based/SLED10_SDK_Extras/ to your installation sources.
 
  
=== Xandros Linux ===
+
Use the correct link for your version of openSUSE:
  
*This disto for wesnoth-1.1.1 works well with Xandros 3
+
* openSUSE Tumbleweed (rolling release) [https://software.opensuse.org/ymp/openSUSE:Factory/standard/wesnoth.ymp One-Click Install]
 +
* openSUSE Leap 15.3 (fixed release) [https://software.opensuse.org/ymp/openSUSE:Backports:SLE-15-SP3/standard/wesnoth.ymp One-Click Install]
  
* A distribution-independent binary (made with [http://oblisk.codu.org/ OBLISK]) for any somewhat modern GNU/Linux on i386 is available:
+
== Void Linux ==
** http://prdownloads.sourceforge.net/suparun/wesnoth-1.1.1-x86-Opkg.tar.gz?download
 
  
*Here is a disto for version .7 that works with Xandros
+
Void Linux is another rolling release distribution, utilizing its own package manager.
** http://support.xandros.com/downloads/desktop_2.0/user_contrib/boylinux/binary-i386/wesnoth_0.7-1_i386.deb
+
The current version is available for x86, x86_64, armv6, and armv7.
  
*Xandros 3 has the distro for wesnoth .9 available through Xandros Networks
+
To install simply run:
 
+
<code>xbps-install -S wesnoth</code>
=== Yoper Linux ===
 
All versions built for Yoper 2.2.0-6, although they should install on 2.1.
 
Please let kernowyon know via the Yoper forums if you get any problems
 
Latest 1.0.2 version
 
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0.2-1.i686.rpm
 
1.0.1 version
 
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0-1.i686.rpm
 
Earlier version
 
*http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-0.9.7-1.i686.rpm
 
 
 
=== Binaries for all distributions ===
 
* A distribution-independent binary (made with [http://oblisk.codu.org/ OBLISK]) for any somewhat modern GNU/Linux on i386 is available:
 
** [http://prdownloads.sourceforge.net/suparun/wesnoth-1.1.1-x86-Opkg.tar.gz?download wesnoth-1.1.1-x86-Opkg.tar.gz]
 
** [http://prdownloads.sourceforge.net/suparun/wesnoth-1.0.1-x86-Opkg.tar.gz?download wesnoth-1.0.1-x86-Opkg.tar.gz]
 
** This is NOT a static binary distribution, it resolves dependencies at runtime.
 
* Wesnoth 0.8.8 static binary (by Yann): http://prdownloads.sourceforge.net/wesnoth/wesnoth-i386-static?download (needs the [http://prdownloads.sourceforge.net/wesnoth/wesnoth-0.8.tar.gz?download source tarball] for the data - run it with the path to the unpacked data as argument)
 
  
=== Other ===
+
The build is currently maintained by [mailto:itself@hanspolo.net Phillip Hirsch]
* [http://rpmfind.net/linux/rpm2html/search.php?query=wesnoth Search RPMs]
 
  
= See Also =
+
== See Also ==
* [[CompilingWesnoth]]
+
* [https://github.com/wesnoth/wesnoth/blob/master/INSTALL.md Compiling Wesnoth]
 
* [[Download]]
 
* [[Download]]
  
 
[[Category:Building and Installing]]
 
[[Category:Building and Installing]]

Latest revision as of 12:47, 26 August 2022


Not all distributions carry the latest stable or development releases. If you want to make sure you are running the newest official version of Wesnoth from either branch, either get the sources from the Download page and compile them yourself or use the flatpak below.

Flatpak

A flatpak of the current stable release can be found here.

A nightly flatpak of Wesnoth's development branch is also available. Instructions for getting it can be found here.

Arch Linux

  • The latest stable version can be installed from the [community] repository: pacman -S wesnoth
  • There's a wesnoth-devel package for development releases in the AUR.

Debian

  • Official packages including the development releases. If you want a different version, you need to explicitly request which branch you want, e.g. 1.12 (stretch), or 1.14 (buster, bullseye, and sid)
  • backports.debian.org offers the latest stable wesnoth releases, albeit only backported to stretch at this time. For more info on Debian backports, click here.

Command-line install

To install Wesnoth, run the following to pull in everything:

aptitude install wesnoth wesnoth-music

Compiling

If you want to run a newer release than the ones provided in the Debian repositories, or an unreleased version from the Git repository, you will have to build it from source. See Compiling Wesnoth for more details.

To install Wesnoth's dependencies if you have Debian's source repositories enabled in your config, you can just use apt's build-dep command with the package that best matches the version you are trying to build:

# Stable version
aptitude build-dep wesnoth
# Development version
aptitude build-dep wesnoth-1.14

Note: If you have already installed an older version of Wesnoth, you should uninstall it first by running:

# Stable version
aptitude purge wesnoth
# Development version
aptitude purge wesnoth-1.14

Bear in mind that this will not remove downloaded data or saved games stored in your home directory.

Additionally, build-dep will not install libssl-dev automatically due to a Debian patch to use WolfSSL instead due to a licence incompatibility with OpenSSL, so you will need to install that manually. This will likely be resolved within the next couple of years once OpenSSL 3 comes into use since that version will resolve the license incompatibility.

Ubuntu

Click here to install the latest version of the wesnoth packaged for your release. Alternatively, search for "wesnoth" in the Ubuntu Software Center or use following command:

sudo apt-get install wesnoth

Available Versions

Different releases of Ubuntu provide different versions of Wesnoth in their repositories. Often, this version will be older than the most current Wesnoth.

Release Packaged Version
22.04 LTS (Jammy) 1.16.2
21.10 (Impish) 1.14.17
20.04 LTS (Focal) 1.14.9
18.04 LTS (Bionic) 1.12.6

Reference: https://packages.ubuntu.com/wesnoth

Fedora

Battle for Wesnoth is included in Fedora. The current version of Battle for Wesnoth is available for ARMv7HL, AArch64, ppc64le, s390x, x86, and x86_64 architectures. If you have problems with these packages, or other questions, please contact the Fedora maintainer Kalev Lember.

To install from command-line, simply run:

dnf install wesnoth wesnoth-tools wesnoth-server 

Gentoo

To install the game only, run the following as root:

emerge wesnoth

To install the game and the server, add 'server' to your USE flags, then run emerge as above.

Note: Gentoo currently operates as a rolling-release, updated approximately weekly.

To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:

games-strategy/wesnoth ~*

The ebuild is currently maintained by the Gentoo Games Project

Mageia / Rosa Linux / OpenMandriva Lx

To install the latest stable version (as root):

urpmi wesnoth

For the development version (Rosa Linux and OpenMandriva Lx only, as root):

urpmi wesnoth-unstable

You can also use the GUI package manager RPMDrake (in the Control Centre).

To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:

Distribution Repository for wesnoth Repository for wesnoth-unstable
Rosa Linux Desktop / OpenMandriva Lx contrib release contrib updates
Rosa Linux LTS contrib updates contrib updates
Mageia core release N/A





openSUSE

These are builds of The Battle For Wesnoth for several versions of openSUSE, made for both i386 and x86_64 architectures.

The openSUSE packages are maintained by multiple contributors.

Install using One-Click Installation

Use the correct link for your version of openSUSE:

Void Linux

Void Linux is another rolling release distribution, utilizing its own package manager. The current version is available for x86, x86_64, armv6, and armv7.

To install simply run: xbps-install -S wesnoth

The build is currently maintained by Phillip Hirsch

See Also

This page was last edited on 26 August 2022, at 12:47.