Linux packages

From Arx Libertatis Wiki
Revision as of 15:39, 2 June 2012 by Ds (talk | contribs) (Created page with "This page lists installation instructions for {{Linux}} packages of Arx Libertatis. Please see the main download page if your distribution is not listed here. ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page lists installation instructions for Linux packages of Arx Libertatis. Please see the main download page if your distribution is not listed here.


Arch icon.png Arch Linux

You need an AUR Helper to install the arx-libertatis package. For example packer.

# packer -S arx-libertatis

Alternatively install the the arx-libertatis-debug package if you want a debug build.


Debian icon.png Debian

Arx Libertatis packages for Debian Squeeze are available in the home:dscharrer project on the openSUSE build service. You can add the repository by appending

deb http://download.opensuse.org/repositories/home:/dscharrer/Debian_6.0/ ./

to your `/etc/apt/sources.lst`. To download packages from the repository you will need to install it's gpg key:

$ wget http://download.opensuse.org/repositories/home:/dscharrer/openSUSE_12.1/repodata/repomd.xml.key
# apt-key add repomd.xml.key

Then update the package list and install the arx-libertatis package:

# apt-get update
# apt-get install arx-libertatis

The openSUSE build service does not provide a repository for Debian source packages, but you can download the package sources from the ArxPackages git repository.


Fedora icon.png Fedora

Arx Libertatis packages for Fedora 15 and 16 are available in the home:dscharrer project on the openSUSE build service. You can add the repository for Fedora 16 using:

# yum-config-manager --add-repo=http://download.opensuse.org/repositories/home:/dscharrer/Fedora_16/home:dscharrer.repo

or for Fedora 15 using:

# yum-config-manager --add-repo=http://download.opensuse.org/repositories/home:/dscharrer/Fedora_15/home:dscharrer.repo

Now you can install the arx-libertatis package using yum:

# yum install arx-libertatis


Gentoo icon.png Gentoo Linux

You will need layman with git support, so install that first if you don't have it already:

# emerge app-portage/layman[git]

Next, you need to add the arx-libertatis overlay that contains the arx-libertatis ebuild.

# layman -f -a arx-libertatis

The you can install the games-rpg/arx-libertatis package as usual. There are also packages for the game data (games-rpg/arx-fatalis-data) and demo (games-rpg/arx-fatalis-demo) but you will still need to obtain the data yourself.

Overlays added using layman won't be updated by emerge --fetch, you need to run

# layman -S


OpenSUSE icon.png openSUSE

Arx Libertatis packages for openSUSE are available in the home:dscharrer project on the openSUSE build service as a 1-click install:


Ubuntu icon.png Ubuntu

Arx Libertatis packages for Ubuntu are available in the arx/release PPA. To use it, first fetch it's key and add the PPA to your package sources:

$ sudo add-apt-repository ppa:arx/release

Now tell Ubuntu to get the latest list of software from each archive it knows, including the PPA:

$ sudo apt-get update

Finally, install the arx-libertatis package:

$ sudo apt-get install arx-libertatis