Download
Informacje
PlayOnLinux mainly relies on WineHQ project. If you want help them and to get a professional support of wine, please consider buying codeweavers products.
We would also like to thank ScummVM and DOSBox projects
Developement version
To get the latest developement version, open a terminal and type:
git clone https://github.com/PlayOnLinux/POL-POM-4Packages
![key](https://www.playonlinux.com/download/img/package-pol-generic.png)
Generic package
.tar.gz files:
You just have to extract these files and run "./playonlinux". PlayOnLinux is written in Python, so you have nothing to build, but Python must be installed first.
PlayOnLinux: PlayOnLinux_4.3.4 .tar.gz
![key](https://www.playonlinux.com/download/img/package-pol-archlinux.png)
Installing PlayOnLinux
As root (or with sudo), type the following command:
pacman -Syu playonlinux
![key](https://www.playonlinux.com/download/img/package-pol-debian.png)
Debian
Deb files:
PlayOnLinux: PlayOnLinux_4.3.4 .deb
Wheezy users : You must install the package wine:i386 to get PlayOnLinux working
With the Stretch repository
Type the following commands:
wget -q "http://deb.playonlinux.com/public.gpg" -O- | apt-key add -wget http://deb.playonlinux.com/playonlinux_stretch.list -O /etc/apt/sources.list.d/playonlinux.list
apt-get update
apt-get install playonlinux
With the Jessie repository
Type the following commands:
wget -q "http://deb.playonlinux.com/public.gpg" -O- | apt-key add -wget http://deb.playonlinux.com/playonlinux_jessie.list -O /etc/apt/sources.list.d/playonlinux.list
apt-get update
apt-get install playonlinux
![key](https://www.playonlinux.com/download/img/package-pol-fedora.png)
Fedora
Go here and install the playonlinux-yum package.
![key](https://www.playonlinux.com/download/img/package-pol-frugalware.png)
Frugalware
Just type the following command:
pacman-g2 -S playonlinux
![key](https://www.playonlinux.com/download/img/package-pol-ubuntu.png)
Ubuntu
Deb files:
PlayOnLinux: PlayOnLinux_4.3.4 .deb
Ubuntu Precise (and superior) users : You must install the package wine:i386 to get PlayOnLinux working
For the Cosmic version
Type the following commands:
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -sudo wget http://deb.playonlinux.com/playonlinux_cosmic.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux
For the Bionic version
Type the following commands:
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -sudo wget http://deb.playonlinux.com/playonlinux_bionic.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux
For the Xenial version
Type the following commands:
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -sudo wget http://deb.playonlinux.com/playonlinux_xenial.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux
For the Trusty version
Type the following commands:
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -sudo wget http://deb.playonlinux.com/playonlinux_trusty.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux
For the Saucy version
Type the following commands:
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -sudo wget http://deb.playonlinux.com/playonlinux_saucy.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux
For the Precise version
Type the following commands:
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux