Install package games / bitfighter

Select Your Operating System

Debian

Debian

Fedora

Fedora

openSUSE

openSUSE

Add repository and install manually

For openSUSE Factory run the following as root:

zypper addrepo http://download.opensuse.org/repositories/games/openSUSE_Factory/games.repo
zypper refresh
zypper install bitfighter

For openSUSE 12.3 run the following as root:

zypper addrepo http://download.opensuse.org/repositories/games/openSUSE_12.3/games.repo
zypper refresh
zypper install bitfighter

For openSUSE 12.2 run the following as root:

zypper addrepo http://download.opensuse.org/repositories/games/openSUSE_12.2/games.repo
zypper refresh
zypper install bitfighter

For openSUSE 12.1 run the following as root:

zypper addrepo http://download.opensuse.org/repositories/games/openSUSE_12.1/games.repo
zypper refresh
zypper install bitfighter

For Fedora 18 run the following as root:

cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/games/Fedora_18/games.repo
yum install bitfighter

For Debian 6.0 run the following as root:

echo 'deb http://download.opensuse.org/repositories/games/Debian_6.0/ /' >> /etc/apt/sources.list.d/bitfighter.list 
apt-get update
apt-get install bitfighter

You can add the repository key to apt like this:

wget http://download.opensuse.org/repositories/games/Debian_6.0/Release.key
apt-key add - < Release.key