Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Ubuntu 14.04 - Install Wine

Lots of games work only on Windows, in such cases you can install the Windows Emulator called Wine.

sudo apt-add-repository ppa:ubuntu-wine/ppa -y
sudo apt-get update
sudo apt-get install wine -y

References

Last updated: 31st May 2020
First published: 16th August 2018