How To install Wine 2.6 on Ubuntu 17.04
How To install Wine 2.6 on Ubuntu 17.04
Wine (Wine Is Not An Emulator) is an open-source compatibility layer software application that enables the Linux and Unix users to run Windows software on their systems, via the Winelib software library. It is written in C language and supports Unix-like operating systems. This article contains the installation procedure of Wine 2.6 on Ubuntu 17.04.
Features
- Multi-threaded command stream in Direct3D.
- Shader Model 5 instructions.
- Support for 3D textures.
- Better font transformations in DirectWrite.
Installation procedure
To start the installation procedure, install the required repository by executing the following command.
root@linuxhelp:~# add-apt-repository ppa:wine/wine-builds
!!! PLEASE NOTE THAT THIS REPOSITORY IS DEPRECATED !!!
For more information, please see:
.
.
gpg: imported: 1
OK
The repositories are added to your system. Now update the repository in your system by running the apt-get update command.
root@linuxhelp:~# apt-get update
Hit:1 http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu zesty InRelease
Hit:2 http://in.archive.ubuntu.com/ubuntu zesty InRelease
.
.
Fetched 1,380 kB in 7s (179 kB/s)
Reading package lists... Done
Next install the dependency package for Wine by executing the following command.
root@linuxhelp:~# apt-get install --install-recommends wine-staging
Reading package lists... Done
Building dependency tree
.
.
Processing triggers for gnome-menus (3.13.3-6ubuntu5) ...
Run the following command to install the Winehq in your system.
root@linuxhelp:~# apt-get install winehq-staging
Reading package lists... Done
Building dependency tree
Reading state information... Done
.
.
Processing triggers for man-db (2.7.6.1-2) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu5) ...
To check whether the application is running or not, choose any one windows software file in your local system.
Right click on the application and choose open with other progam/application option.
Now choose the wine windows program loader option in the drop-down list menu.
The Wine application is running in your system and it takes some time to update itself.
A pop up installer window comes on the screen and click install option.
Click continue on the privacy and network access policy. The Wine application is running in your system.
That is all about the installation of Wine 2.6 on Ubuntu 17.04.
*For example, open the notepad.exe program through wine.
# wine notepad.exe
#wine --version