Thursday, January 9, 2025
Google search engine
HomeGuest BlogsHow To Install Wine 5 on Ubuntu 16.04 / Linux Mint 18

How To Install Wine 5 on Ubuntu 16.04 / Linux Mint 18

.tdi_3.td-a-rec{text-align:center}.tdi_3 .td-element-style{z-index:-1}.tdi_3.td-a-rec-img{text-align:left}.tdi_3.td-a-rec-img img{margin:0 auto 0 0}@media(max-width:767px){.tdi_3.td-a-rec-img{text-align:center}}

Welcome to today guide on how to Install Wine 5 on Ubuntu 16.04 / 18.10 / Linux Mint 18. Wine 5 was recently released with plenty of new features, bug fixes, and improvements. If you have a Windows application that you must run on Linux without alternative, then Wine is the first software you’ll want to try.

Follow steps below to Install Wine 5 on Ubuntu 16.04 / 18.10 / Linux Mint 18.

Step 1: Enable 32 bit architecture

If you’re running a 64-bit system, enable support for 32-bit applications.

.tdi_2.td-a-rec{text-align:center}.tdi_2 .td-element-style{z-index:-1}.tdi_2.td-a-rec-img{text-align:left}.tdi_2.td-a-rec-img img{margin:0 auto 0 0}@media(max-width:767px){.tdi_2.td-a-rec-img{text-align:center}}

sudo dpkg --add-architecture i386 

Step 2: Download and add the repository key:

Install wget if not present in your system.

sudo apt-get update
sudo apt-get -y install wget

Then download and add repository key:

wget -O- -q https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -

Step 3: Add the Wine repository

After importing the key, proceed to add repository.

 sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'

Step 4: Install Wine 5 on Ubuntu 18.10 /16.04 / Linux Mint 18

Now update your APT index and install wine 5.

sudo apt-get update
sudo apt install --install-recommends winehq-stable

You can verify the installed version of Wine using:

$ wine --version
wine-5.0.3

That’s all. You now have Wine 5 installed on Ubuntu 18.10 / Ubuntu 16.04 / Linux Mint 18.

Also check: BEST PC GAMES TO TRY IN 2019

Tags:

  • How to Install Wine on Ubuntu 18.04
  • How to Install wine 5.0 on Ubuntu 18.04
  • How to Install Wine on Ubuntu 16.04
  • How to Install Wine 5 on Ubuntu 16.04
  • How to Install Wine on Linux Mint 18
  • How to Install Wine 5.0 on Linux Mint 18
.tdi_4.td-a-rec{text-align:center}.tdi_4 .td-element-style{z-index:-1}.tdi_4.td-a-rec-img{text-align:left}.tdi_4.td-a-rec-img img{margin:0 auto 0 0}@media(max-width:767px){.tdi_4.td-a-rec-img{text-align:center}}

RELATED ARTICLES

Most Popular

Recent Comments