Linux packages: Difference between revisions

From Arx Libertatis Wiki
Jump to navigation Jump to search
Line 56: Line 56:
A live ebuild and old versions are available in the [https://github.com/arx/ArxGentoo <b>arx-libertatis</b> overlay].
A live ebuild and old versions are available in the [https://github.com/arx/ArxGentoo <b>arx-libertatis</b> overlay].


There are also ebuilds for the game data (<b>games-rpg/arx-fatalis-data</b>) and demo (<b>games-rpg/arx-fatalis-demo</b>) but you will still need to obtain the data yourself. As of now, the games-rpg/arx-fatalis-data package in the main portage can only install from a CD and uses the wrong loc.pak, so install the one from the overlay.
There are also ebuilds for the game data (<b>games-rpg/arx-fatalis-data</b>) and demo (<b>games-rpg/arx-fatalis-demo</b>) but you will still need to obtain the data yourself. As of now, the games-rpg/arx-fatalis-data package in the main portage can only install from a CD and uses the wrong loc.pak, so install the one from the overlay: <b>games-rpg/arx-fatalis-data::arx-libertatis</b>


<br>
<br>

Revision as of 07:31, 30 June 2012

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

ℹ️  Please see Installing the game data under Linux regarding where and how to install the game data.
Alternatively, configure Steam to use Arx Libertatis to play Arx Fatalis.

Arch icon.png Arch Linux

To install the arx-libertatis package on Arch Linux, you need an AUR Helper. 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/Debian_6.0/Release.key
# apt-key add - < Release.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, 16 and 17 are available in the home:dscharrer project on the openSUSE build service. You can add the repository for Fedora 17 using:

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

or 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

The games-rpg/arx-libertatis package is available in the main portage tree:

# emerge games-rpg/arx-libertatis

A live ebuild and old versions are available in the arx-libertatis overlay.

There are also ebuilds 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. As of now, the games-rpg/arx-fatalis-data package in the main portage can only install from a CD and uses the wrong loc.pak, so install the one from the overlay: games-rpg/arx-fatalis-data::arx-libertatis


Mandriva icon.png Mandriva

To install Arx Libertatis on Mandriva, first make sure you have the Non-Free repository enabled. Then select the arx-libertatis package in the package manager and install it.

Alternatively, you can install it from terminal with the following command (you need to be root):

# urpmi arx-libertatis


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:


ROSA icon.png ROSA

To install Arx Libertatis on ROSA, first make sure you have the Contrib repository enabled. Then select the arx-libertatis package in the package manager and install it.

Alternatively, you can install it from terminal with the following command (you need to be root):

# urpmi arx-libertatis


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