Last updated on June 26, 2020 by Dan Nanni
Wine was developed as compatibility layer software for Linux, allowing you to run Microsoft Windows applications on Linux and other UNIX-based operating systems (MacOS X, FreeBSD, Solaris). Wine achieves this by implementing compatible Windows application binary interfaces. PlayOnLinux is a graphical frontend for Wine, which streamlines the installation process of well-known Windows applications and games under Wine platform by automatically configuring Wine as needed.
Here is how to install PlayOnLinux on various Linux platforms. Since PlayOnLinux relies on Wine, you must have Wine installed on your system first. Once Wine is installed, proceed to install PlayOnLinux as follows.
Debian 8 starts to ship PlayOnLinux on its contrib
repository. Thus, first enable contrib and non-free repositories on your Debian if you haven't, and then simply use apt
command.
$ sudo apt-get install playonlinux
On earlier versions of Debian, you can use the PlayOnLinux's official repository to install it as follows.
$ wget -q "http://deb.playonlinux.com/public.gpg" -O- | apt-key add - $ sudo wget http://deb.playonlinux.com/playonlinux_`lsb_release -sc`.list -O /etc/apt/sources.list.d/playonlinux.list $ sudo apt-get update $ sudo apt-get install playonlinux
PlayOnLinux is available in Ubuntu's base repositires starting from Ubuntu 14.10. Thus on those Ubuntu releasess, installation of PlayOnLinux is as easy as running:
$ sudo apt-get install playonlinux
On earlier versions of Ubuntu, install the PlayOnLinux package available from its own repository as follows.
$ wget -q "http://deb.playonlinux.com/public.gpg" -O- | apt-key add - $ sudo wget http://deb.playonlinux.com/playonlinux_`lsb_release -sc`.list -O /etc/apt/sources.list.d/playonlinux.list $ sudo apt-get update $ sudo apt-get install playonlinux
On a Red-Hat-based system, you can use the official PlayOnLinux RPM repository to install it.
$ sudo wget -O /etc/yum.repos.d/playonlinux.repo http://rpm.playonlinux.com/playonlinux.repo $ sudo yum install playonlinux
On Arch Linux, PlayOnLinux can be easily installed with pacman
:
$ sudo pacman -Syu playonlinux
Once installed, PlayOnLinux can be invoked by running playonlinux
command as a regular user.
$ playonlinux
You can easily choose and install a Window application from the application pool.
This website is made possible by minimal ads and your gracious donation via PayPal or credit card
Please note that this article is published by Xmodulo.com under a Creative Commons Attribution-ShareAlike 3.0 Unported License. If you would like to use the whole or any part of this article, you need to cite this web page at Xmodulo.com as the original source.
Xmodulo © 2021 ‒ About ‒ Write for Us ‒ Feed ‒ Powered by DigitalOcean