Archives For November 30, 1999

PlayOnLinux, a graphical frontend for the Wine software compatibility layer which allows Linux to install Windows-based applications, released version 4.3 a few days ago.

While Phoenicis PlayOnLinux 5 is currently under development, the POL 4.3 is a bug-fix release that also brings Phoenicis (POL 5) winebuild compatibility. POL 4 winebuilds will be deprecated.

To install PlayOnLinux 4.3, download the official .deb package:

Download PlayonLinux DEB

You can also add the PlayOnLinux apt repository via following steps:

1 Open terminal (Ctrl+Alt+T) and run command to install the keyring:

wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -

Type user password (no asterisks feedback) when it prompts and hit Enter.

2. Then add PlayOnLinux repository which so far supports for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 18.04.

sudo sh -c 'echo "deb http://deb.playonlinux.com/ $(lsb_release -sc) main" >> /etc/apt/sources.list.d/playonlinux.list'

For Linux Mint, replace $(lsb_release -sc) with xenial for Mint 18.x, bionic for Mint 19 in the command.

3. Finally either upgrade PlayOnLinux via Software Updater or install it via commands:

sudo apt-get update

sudo apt-get install playonlinux

Uninstall:

To remove PlayOnLinux, simply run command in terminal:

sudo apt-get remove --autoremove playonlinux

To remove the apt repository, go to Software & Updates -> Other Software.

Install PlayOnLinux Ubuntu

PlayOnLinux, Wine GUI for installing Windows applications and games in Linux, has just released version 4.2.5 which added compatibility with Debian 8 & Mac OS 10.10.

PlayOnLinux is a graphical front-end for the Wine software compatibility layer which allows Linux users to install Windows-based video games, as well as many other applications such as Apple iTunes, Safari, Microsoft Office (2000 to 2010), Microsoft Internet Explorer. See a list of supported software.

PlayOnLinux

The latest PlayOnLinux 4.2.5 was released with below changes:

  • Fix reading/writing values containing ‘=’ symbol in configuration files
  • Make POL_Wine_InstallFonts preserve current directory (regression since 4.2.3)
  • Disable “Install” component button until a component is selected
  • Compatibility with wxpython 3.0, Debian 8, Mac OS 10.10
  • Mention URL in POL_Download and POL_Download_Resource error messages
  • Add POL_Config_Win16 to check if the host can run win16 programs.

How to install PlayOnLinux:

For Ubuntu, you can install always install the latest PlayOnLinux via its official repository:

1. First of first install wine. Press Ctrl+Alt+T on keyboard to open the terminal. When it opens, paste the commands below and run one by one:

sudo add-apt-repository ppa:ubuntu-wine/ppa

sudo apt-get update

sudo apt-get install wine1.7:i386

Install the latest wine in ubuntu

2. Then install PlayOnLinux from its repository. For Ubuntu 12.04, replace trusty with precise in the code.

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

Install the latest PlayOnLinux in Ubuntu

For Debian, Fedora and other Linux Distributions see the official download page.

Install PlayOnLinux Ubuntu

PlayOnLinux, the graphical front-end of Wine has reached version 4.2.2. As you may know, PlayOnLinux provides a clean, user friendly interface for Linux users to install and use Windows applications and games.

PlayOnLinux is a free software based on wine and you don’t have to own a Windows® license to use it. The latest version 4.2.2 was released on 31 Dec 2013. ChangeLog is available in the source code.

PlayOnLinux main window, installed app listed here

PlayOnLinux main window, installed app listed here

PlayOnLinux lists all available apps

PlayOnLinux lists all available apps

Install PlayOnLinux:

To get PlayOnLinux working, we must install wine:i386 for Ubuntu 12.04 and higher.

Install Wine:

To install the stable version of wine, press Ctrl+Alt+T to open terminal and then run below command:

sudo apt-get install wine:i386

If you would like to install Wine with latest new features, run below commands one by one in terminal to install Wine 1.7 from PPA:

sudo add-apt-repository ppa:ubuntu-wine/ppa

sudo apt-get update

sudo apt-get install wine1.7:i386

Install PlayOnLinux

Two ways:

1. Download and install the package:

PlayOnLinux_4.2.2.deb

2. Or run below commands one by one to get it from repository:

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

Change precise (Ubuntu 12.04) to your system release code name, such as saucy (Ubuntu 13.10), raring (Ubuntu 13.04).

PlayOnLinux Homepage