How to Install Latest Version Of Wine to Run Windows Applications on Linux - Ubuntu, Linux Mint
#wine #ubuntu #linux Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, macOS, & BSD.
*** COMMAND ***
*** ENABLE 32 *** sudo dpkg --add-architecture i386
*** TO KNOW THE VERSION OF LINUX YOU ARE USING *** lsb_release -a
*** DOWNLOAD AND ADD REPOSITORY KEY *** wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
ADD THE REPOSITORY sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
*** UPDATE PACKAGE *** sudo apt update
*** INSTALL STABLE VERSION *** sudo apt install --install-recommends winehq-stable
*** CHECK VERSION *** wine --version
*** MY POPULAR VIDEOS ***
Front-end web development playlist: http://bit.ly/2KOfq7W Web Design Playlist: http://bit.ly/2KTVUXx Vector Graphics Playlist : http://bit.ly/2KTCIJy Photo Manipulation Playlist : http://bit.ly/2NatOdu
*** FOLLOW ME *** https://www.pinterest.com/mdshayon0/ https://www.linkedin.com/in/md-shayon-a1032a11b/ https://twitter.com/shayon_md?lang=en https://www.facebook.com/md.shayon.148 ... https://www.youtube.com/watch?v=FbeGGVV40s4
12074542 Bytes