Install Wine on Ubuntu
by
Pierre-Yves Landuré
—
last modified
May 11, 2019 10:13
Wine is a software that allow to run Microsoft Windows software on GNU/Linux. This how-to ease the installation of the latest stable version of Wine on Ubuntu.
This how-to is tested on:
- Ubuntu 10.10 Maverick Meercat
- Ubuntu 11.04 Natty Narwhal
- Ubuntu 11.10 Oneiric Ocelot
- Ubuntu 13.04 Raring Ringtail
- Ubuntu 13.10 Saucy Salamander
Installation
Install the software:
sudo bash -c 'command add-apt-repository ppa:ubuntu-wine/ppa;
command apt-get update;
command apt-get -y install wine'
Installation details
Add the software repository to apt configuration:
sudo add-apt-repository ppa:ubuntu-wine/ppa
Update the available packages list:
sudo apt-get update
Install the software latest version:
sudo apt-get install wine
A recent version of Wine is now available on the system.
Thanks
- Thanks to Wine developers.