• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to install Wine 1.8 in Ubuntu

760

Installation of Wine 1.8 on Ubuntu, Linux Mint and Debian

Wine 1.8 is an open source, free application that enables Linux users to run some Windows based applications on linux operating systems. It is written in C language and supports Unix-like operating systems.

Open the terminal run the following commands one-by-one to install wine and winetricks application

user1@linuxhelp:~$ sudo add-apt-repository ppa:ubuntu-wine/ppa
[sudo] password for user1: 
 Welcome to the Wine Team PPA.  Here you can get the latest available Wine betas for every supported version of Ubuntu.  This PPA is managed by Scott Ritchie and Maarten Lankhorst.
 More info: https://launchpad.net/~ubuntu-wine/+archive/ubuntu/ppa
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keyring `/tmp/tmp102b6g_5/secring.gpg'  created
gpg: keyring `/tmp/tmp102b6g_5/pubring.gpg'  created
gpg: requesting key F9CB8DB0 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmp102b6g_5/trustdb.gpg: trustdb created
gpg: key F9CB8DB0: public key " Launchpad PPA for Ubuntu Wine Team"  imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK

user1@linuxhelp:~$ sudo apt-get update
Get:1 http://security.ubuntu.com wily-security InRelease [65.9 kB]
Get:2 http://ppa.launchpad.net wily InRelease [15.4 kB]                        
Hit http://in.archive.ubuntu.com wily InRelease                                
Get:3 http://in.archive.ubuntu.com wily-updates InRelease [65.9 kB] 
...
...
Get:54 http://in.archive.ubuntu.com wily-backports/restricted Translation-en [28 B]
Get:55 http://in.archive.ubuntu.com wily-backports/universe Translation-en [1,390 B]
Fetched 1,778 kB in 16s (110 kB/s)                                             
Reading package lists... Done

user1@linuxhelp:~$ sudo apt-get install wine1.8
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  cabextract fonts-horai-umefont fonts-unfonts-core fonts-wqy-microhei
...
...
Setting up odbcinst (2.3.1-3) ...
Setting up wine1.8 (1:1.8.0-0ubuntu1~ubuntu15.10.1~ppa1) ...
Setting up wine1.8-amd64 (1:1.8.0-0ubuntu1~ubuntu15.10.1~ppa1) ...
Processing triggers for libc-bin (2.21-0ubuntu4.1) ...

user1@linuxhelp:~$ sudo apt-get install winetricks
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  apturl-common python3-xkit ubuntu-drivers-common
Use ' apt-get autoremove'  to remove them.
The following extra packages will be installed:
  binfmt-support cabextract fonts-horai-umefont fonts-unfonts-core
  fonts-wqy-microhei gnome-exe-thumbnailer icoutils libasn1-8-heimdal:i386
.
.
.
  wine-mono0.0.8 wine1.6 wine1.6-amd64 wine1.6-i386:i386 winetricks
0 upgraded, 67 newly installed, 0 to remove and 55 not upgraded.
Need to get 155 MB of archives.
After this operation, 499 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://in.archive.ubuntu.com/ubuntu/ wily/main libroken18-heimdal i386 1.6~rc2+dfsg-10ubuntu1 [43.9 kB]
Get:2 http://in.archive.ubuntu.com/ubuntu/ wily/main libasn1-8-heimdal i386 1.6~rc2+dfsg-10ubuntu1 [184 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu/ wily/main libhcrypto4-heimdal i386 1.6~rc2+dfsg-10ubuntu1 [89.9 kB]
Get:4 http://in.archive.ubuntu.com/ubuntu/ wily/main libheimbase1-heimdal i386 1.6~rc2+dfsg-
.
.
.


Now the wine and winetricks is installed successfully.

Starting Wine 1.8

To start the Wine application, you must give the full path to the .exe program. For example, open the notepad.exe program through wine.


user1@linuxhelp:~$ wine notepad.exe


Wine application

Configure Wine 1.8

The wine configuration is done by ‘ winecfg‘ utility, to configure wine run the following command.


user1@linuxhelp:~$ winecfg


To add new drive click on ‘ Drives‘ &rarr ‘ Add Drive‘ and then give full path of the cdrom.

Drives

Add Drive
add drive

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 are needed to run some programs using wine. To download and install software programs, run the ‘ winetricks‘ utility.

user1@linuxhelp:~$ winetricks 


Select Install an app
Install

Select the applications to install
applications to install

Now the Safari package is downloading.
Safari package

Safari Setup
Safari Setup
finish

Safari browser
Safari browser

Utorrent download
Utorrent download
Home

Launching Utorrent
Launching Utorrent


Launching Utorrent

Uninstalling Wine and Winetricks

You can remove wine and winetricks completely by using the following command.

user1@linuxhelp:~$ sudo apt-get remove wine1.8 winetricks

Tags:
andrew
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

How to install Wine 1.8 in Ubuntu?

A

By using this command to install Wine 1.8 in Ubuntu:


sudo apt-get install wine1.8

Q

How to configure Wine 1.8 in Ubuntu?

A

To configure wine run the following command.

*The wine configuration is done by &lsquo winecfg&lsquo utility.

# winecfg

Q

How to starting Wine 1.8 in Ubuntu?

A

To start the wine application we need to give the full path to the .exe program.

*For example, open the notepad.exe program through wine.


# wine notepad.exe

Q

How to Install Wine 1.8 on Ubuntu 15.x / Centos 7?

A

You can directly download it on your system using the 'wget' command:

# wget http://dl.winehq.org/wine/source/1.8/wine-1.8.tar.bz2

Q

How can I check the version of your currently installed Wine 1.8?

A

Execute the below command to see the version of wine 1.8:

# wine --version


For 64-bit, #wine64 --version.

Related Tutorials in How to install Wine 1.8 in Ubuntu

Related Tutorials in How to install Wine 1.8 in Ubuntu

How to Install Wine Stable in Linux mint-18.3
How to Install Wine Stable in Linux mint-18.3
Jun 5, 2018
How to install Wine 1.8 in Ubuntu
How to install Wine 1.8 in Ubuntu
May 11, 2016
How To install Wine 2.6 on Ubuntu 17.04
How To install Wine 2.6 on Ubuntu 17.04
Aug 9, 2017
How to Install Wine 1.9.10 in Linux
How to Install Wine 1.9.10 in Linux
May 25, 2016

Related Forums in How to install Wine 1.8 in Ubuntu

Related Forums in How to install Wine 1.8 in Ubuntu

wine
Hevensia class=
Wine and Ubuntu Mate repacked gaming installation...
Feb 6, 2018

Related News in How to install Wine 1.8 in Ubuntu

Related News in How to install Wine 1.8 in Ubuntu

Wine 2.0 is now compatible to Linux - MSoffice 2013
Wine 2.0 is now compatible to Linux - MSoffice 2013
Jan 30, 2017
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Lucas ?
Various options in Top command

Am using Top command only to view the load average, what are the various options in Top command..??

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.