How to install Wine on Ubuntu 18.04

How to Install Wine on Ubuntu. To run Windows games or applications on the Ubuntu operating system we need an application called Wine. So in this article, we will discuss how to install Wine on Ubuntu.
First, activate the 32bit architecture on your Ubuntu.
sudo dpkg –add-architecture i386
Continue to download and install Wine’s GPG key into Ubuntu
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
Then run the following command to install Wine on Ubuntu 18.04
sudo apt-add-repository ‘deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main’
Update the repository with the command
sudo apt update
And install Wine Stable with the command
sudo apt install –install-recommends winehq-stable
Okay, now you have successfully installed Wine on Ubuntu and are ready to play Windows games and applications on Ubuntu. It’s just that not all applications or games can run smoothly on Wine.
Post a Comment for "How to install Wine on Ubuntu 18.04"