Downloads

Arch Linux

Adding the archlinufr repository:

As root (or with sudo), add to /etc/pacman.conf the following lines (for i686 architectures):

[archlinuxfr]
Server = http://repo.archlinux.fr/i686

Or the following lines (for x86_64 architectures):

[archlinuxfr]
Server = http://repo.archlinux.fr/x86_64

Installing PlayOnLinux

As root (or with sudo), type the following command:

pacman -Sy playonlinux

Debian

First, add the repository in /etc/apt/sources.list

deb http://apt.wxwidgets.org/ etch-wx main

Deb files :

PlayOnLinux : PlayOnLinux_3.6.deb

With Squeeze repository

Type the following commands :

sudo wget http://deb.playonlinux.com/playonlinux_squeeze.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux

With Lenny repository

Type the following commands :

sudo wget http://deb.playonlinux.com/playonlinux_lenny.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux

With Etch repository

Type the following commands :

sudo wget http://deb.playonlinux.com/playonlinux_etch.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux

Fedora

Signature

First, download the signature here : http://mulx.free.fr/rpm/rpm.gpg

Type the following command in a terminal :

rpm --import rpm.gpg

Packages

PlayOnLinux

Frugalware

Just type the following command

pacman-g2 -S playonlinux

Generic package

.tar.gz files :

You just have to extract these file and run "./playonlinux". PlayOnLinux is written in python and, so you have nothing to build.

PlayOnLinux : PlayOnLinux_3.6.tar.gz

Gentoo

Adding the Sunrise Overlay

Sunrise Overlay contains some freshly created ebuilds which aren't yet present in the official repository. Layman allows to simply use overlays. So you must install layman and add sunrise:

emerge -av layman
echo "source /usr/portage/local/layman/make.conf" >> /etc/make.conf
layman -f -a sunrise

Installing PlayOnLinux

Then, you can install playonlinux, which is marqued as unstable. So you have to accept the ~x86 keyword on playonlinux before launching the installation as follow:

echo "games-util/playonlinux ~x86" >> /etc/portage/package.keywords
emerge -av playonlinux

Mandriva

Signature

First, download the signature here : http://mulx.free.fr/rpm/rpm.gpg

Type the following command in a terminal :

rpm --import rpm.gpg

Packages

PlayOnLinux

NuTyx

Type the following command

get playonlinux

Open Suse

Just go to this page : http://packman.links2linux.de/package/PlayOnLinux

Pardus

To install PlayOnLinux on Pardus

Add the official contrib repository of Pardus

sudo pisi ar contrib-2008 http://paketler.pardus.org.tr/contrib-2008/pisi-index.xml.bz2

Then use this command to install Playonlinux

sudo pisi it playonlinux

Ubuntu

Deb files :

PlayOnLinux : PlayOnLinux_3.6.deb

With Jaunty repository

Type the following commands :

sudo wget http://deb.playonlinux.com/playonlinux_jaunty.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux

With Intrepid repository

Type the following commands :

sudo wget http://deb.playonlinux.com/playonlinux_intrepid.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux

With Hardy repository

Type the following commands :

sudo wget http://deb.playonlinux.com/playonlinux_hardy.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux
Il n'y a rien à voir ici