OPERATING SYSTEMSOS Linux

How to Install WINE on Ubuntu 19.04

In this video you will learn about WINE. WINE is just a simple application that helps you run Windows Only Apps and Games on your Ubuntu System. If you try to download any of the windows application or game on your Ubuntu system and try to run it, you won’t be able to do so. However, you can do it by using WINE. Watch full video for full understanding of the concept. These are the commands that we have used in the video:

sudo dpkg –add-architecture i386

wget -nc https://dl.winehq.org/wine-builds/winehq.key

sudo apt-key add winehq.key

For Ubuntu 19.04
sudo apt-add-repository ‘deb https://dl.winehq.org/wine-builds/ubuntu/ disco main’

For Ubuntu 18.10
sudo apt-add-repository ‘deb https://dl.winehq.org/wine-builds/ubuntu/ cosmic main’

For Ubuntu 18.04
sudo apt-add-repository ‘deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main’
sudo apt update
sudo apt install –install-recommends winehq-stable

source

ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *