• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to Install Wine Stable in Linux mint-18.3

{{postValue.id}}

To Install Wine Stable in Linux Mint-18.3

Wine (a recursive backronym for Wine Is Not an Emulator) is a free and open-source compatibility layer that aims to allow computer programs (application software and computer games) developed for Microsoft Windows to run on Unix-like operating systems. Wine also provides a software library, known as Winelib, against which developers can compile Windows applications to help port them to Unix-like systems. Wine is predominantly written using black-box testing reverse-engineering, to avoid copyright issues

In this tutorial, we will cover the installation of Wine on Linux Mint 18.3

Installation

Let' s First Start with updating the system repositories.

linuxhelp user # apt-get update
Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
Hit:2 http://archive.canonical.com/ubuntu xenial InRelease                                                        
Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]                                      
Get:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
.
.
Get:20 http://packages.linuxmint.com sylvia/main i386 Packages [17.7 kB]                                          
Get:21 http://archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [547 kB]                            
Get:22 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [238 kB]                           
Fetched 5,221 kB in 8s (617 kB/s)                                                                                 
Reading package lists... Done

And then we need to add the repository that contains wine package.

linuxhelp user # add-apt-repository ppa:wine/wine-builds 
You are about to add the following PPA:             
  !!! PLEASE NOTE THAT THIS REPOSITORY IS DEPRECATED !!!   
      For more information, please see:       
  https://www.winehq.org/pipermail/wine-devel/2017-March/117104.html   
The following commands can be used to add the new repository:    
  wget https://dl.winehq.org/wine-builds/Release.key     
    sudo apt-key add Release.key
   sudo apt-add-repository ' https://dl.winehq.org/wine-builds/ubuntu/' .
.
gpg: requesting key 77C899CB from hkp server keyserver.ubuntu.com
gpg: key 77C899CB: public key " Launchpad PPA for Wine"  imported
gpg: Total number processed: 1
gpg:                      imported: 1   (RSA: 1)

Now, update the system packages using the following command.

linuxhelp user # apt-get update
Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease                                   
Hit:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease                                                   
.
.
Get:11 http://ppa.launchpad.net/wine/wine-builds/ubuntu xenial/main amd64 Packages [2,436 B]
Get:12 http://ppa.launchpad.net/wine/wine-builds/ubuntu xenial/main i386 Packages [2,384 B]
Get:13 http://ppa.launchpad.net/wine/wine-builds/ubuntu xenial/main Translation-en [980 B]
Fetched 25.3 kB in 2s (10.4 kB/s)
Reading package lists... Done

Then you can proceed to install wine as follows.

linuxhelp user # apt-get install --install-recommends wine-staging
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed
.
.
Setting up va-driver-all:i386 (1.7.0-1ubuntu0.1) ...
Setting up libosmesa6:amd64 (17.2.8-0ubuntu0~16.04.1) ...
Setting up libosmesa6:i386 (17.2.8-0ubuntu0~16.04.1) ...
Processing triggers for initramfs-tools (0.122ubuntu8.9) ...
update-initramfs: Generating /boot/initrd.img-4.10.0-38-generic
Warning: No support for locale: en_IN
Processing triggers for libc-bin (2.23-0ubuntu9) ...

After installation run the following command to enable wine.

linuxhelp user # /opt/wine-staging/bin/wine
Usage: wine PROGRAM [ARGUMENTS...]   Run the specified program
       wine --help                   Display this help and exit
       wine --version                Output version information and exit
       wine --patches                Output patch information and exit
       wine --check-libs             Checks if shared libs are installed

linuxhelp user # /opt/wine-staging/bin/winecfg 
wine: created the configuration directory ' /root/.wine' 
fixme:winediag:start_process Wine Staging 2.4 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org
.
.
fixme:dwmapi:DwmIsCompositionEnabled 0x6d5d3018
fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x6a0cb608, context 0x938918, init_notify 0, handle 0x116e784): stub
wine: configuration in ' /root/.wine'  has been updated.

Next, you have to update wine configuration.
snap1

In order to install Wine Mono Installer choose to install.
snap2
snap3

In order to install Wine Gecko installer choose Install.
snap4
snap5

Now you will see the wine configuration update.
snap6

The Wine setting console will appear now as shown and choose the windows version.
snap7

Next, go the Windows application location.
snap8

Right-click and choose " open a window with Mono runtime" option.
snap6

Next, accept the Terms & condition of the VLC
snap10

Now application will be launched which is in a .exe format
snap11

With this, the method to Install Wine Stable in Linux mint-18.3 comes to an end.

Tags:
owen
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

Can I install more than one Wine version on my system?

A

Yes, but you will have to build Wine yourself (see Building Wine), as it is not possible to have multiple distro packages installed. The easiest way to do this is to run Wine from the build directory (don't do make install). If you want to actually install multiple versions, use --prefix when building Wine to designate a different install directory for each version.

Q

What applications run well with Wine?

A

Thousands of applications work well. As a general rule, simpler or older applications tend to work well, and the latest versions of complex applications or games tend to not work well yet. Se

Q

Will Wine run only under X?

A

Until recently with projects such as Wayland, serious alternatives to x11drv weren't even on the horizon so development has focused on X. However, Wine's interface with the graphics driver is

Q

How do I install Wine?

A

Use a precompiled binary package for your operating system/distribution (see the Download page for links and additional information). Compile Wine from source - if you can't find an

Q

How do I uninstall individual Windows applications?

A

You can run Wine's uninstaller command; this is like Windows' "Add/Remove Programs" function. To uninstall 64 bit applications, including wine-mono, you need to run it with wine64. The uninst

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 Isaiah ?
What is the use of SUID & SGID commands

How to set the special permissions to the files and folders using SUID and SGID commands...

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.