Wine 1.5.26 Released – Install on Ubuntu 12.10/12.04/11.10 and Linux Mint 14/13

Wine 1.5.26 Released – Install on Ubuntu 12.10/12.04/11.10 and Linux Mint 14/13

Wine is an open source, free and easy-to-use program that enables Linux users to run some Windows based applications on Unix-like operating systems. Wine is a compatibility layer for installing almost all versions of Windows programs.


Read also : Install Wine 1.5.26 in RedHat / CentOS / Fedora

This article describes a few easy steps to install .5.26 under Ubuntu 12.10/12.04/11.10 and Linux Mint 14/13 systems and also we will see how to configure wine, install windows software’s and Un-install. You can find out all the new features and change log of this new release at wine announcement project page.

.5.26
To install Wine, open the terminal by hitting ‘CTRL + ALT + T‘ from the desktop and run the following commands one-by-one on the terminal.

$ sudo add-apt-repository ppa:ubuntu-wine/ppa
$ sudo apt-get update
$ sudo apt-get install wine1.5
$ sudo apt-get install winetricks

.5.26
To start the Wine program, you must give the full path to the .exe program. For example, we will start the notepad.exe program through wine.

$ sudo notepad.exe

Start Wine in Ubuntu
Starting Wine in Ubuntu


.5.26
The default wine configuration is much enough for running windows applications, but not all windows based applications run under wine. And in some cases you may required an extra configuration to run certain applications or adding a new windows drive for mapping CD-ROM drives.

The wine configuration is done by ‘winecfg‘ utility, so in order to configure wine run the following command on the terminal.

$ sudo winecfg

Configure Wine in Ubuntu
Configuring Wine in Ubuntu


To add new drive click on ‘Drives‘ –> ‘Add Drive‘ and then give full path of the cdrom. See the below screenshot.

Add Drivers in Wine
Adding CD-ROM Drive in Wine


This is very useful for installing games and applications using cdrom with wine under your Ubuntu box.

Install Windows Software’s Using Winetricks


Winetricks is a small helper script for downloading and installing windows based software’s and missing DDL files that needed to run some programs under wine. To download and install software programs, run the ‘winetricks‘ utility from the terminal. Please note that the winetricks current prefix is user’s home directory (i.e. /home/user/.wine). So, whatever you install it goes under this directory.

$ sudo winetricks

Start Winetricks in Ubuntu
Starting Winetricks in Ubuntu


It will ask you one time question about helping winetricks development by submitting reports on wine statistics. Just click on ‘Yes‘.

Winetricks report
Submit Winetricks Report


Click on ‘OK‘ button to move forward. If you don’t want to submit reports to winetricks, then simple turn-off with the command ‘winetricks –optout‘.

Turn-off Winetricks report
Turn-off Submitting Winetricks Reports


Next, select ‘Install a Windows DLL or component‘.

Install Software Using Wine
Install Software Using Wine


Select the software that you wish to install. Let’s say I would like to install Internet Explorer 8.

Download and Install Wine Softwares
Download and Install Wine Softwares


The utility automatically download and install the selected software from the winetricks table.

Winetricks Download and Install Softwares
Winetricks Download and Install Softwares


Once, the download and installation completes, it will automatically start the program. See the screenshot below.

Wine start Programs
Starting Programs with Wine


You can also start the program by specifying full path of the program like.

$ sudo wine 'C:\Program Files\Internet Explorer\iexplore'

As I said above that not all programs will work with wine. So, I recommend you to check out the Wine app database before installing any software through wine.

Uninstalling Windows Software using Winetricks


If you want to uninstall the Internet Explorer with winetricks just type the following command it will completely delete the program. You also directly delete the program directory from the .wine directory like shown below.

$ sudo rm -rf .wine/drive_c/Programe\ Files/Internet\ Explorer/

Uninstalling Wine and Winetricks


If you not happy with wine program, you can remove it completely by using the following command.

$ sudo apt-get remove wine1.5 winetricks

You can also download .5.26 source package for other Linux distributions from the Source Forge.


Wine 1.5.26 Released – Install on Ubuntu 12.10/12.04/11.10 and Linux Mint 14/13



Terima kasih telah membaca artikel tentang Wine 1.5.26 Released – Install on Ubuntu 12.10/12.04/11.10 and Linux Mint 14/13 di blog Tutorial Opensource and Linux jika anda ingin menyebar luaskan artikel ini di mohon untuk mencantumkan link sebagai Sumbernya, dan bila artikel ini bermanfaat silakan bookmark halaman ini di web browser anda, dengan cara menekan Ctrl + D pada tombol keyboard anda.

Artikel terbaru :