How To Install Wine On Ubuntu! – Linux Ubuntu Tutorials #01
Today I offer you a quick, easy and basic tutorial on how to install WINE (The Windows EXE Loader) on Linux Ubuntu!
Twitch – https://www.twitch.tv/bendoesvariety
All Terminal Commands Used (In Order):
1: dpkg –print-architecture
2: dpkg –print-foreign-architectures
3: wget -nc https://dl.winehq.org/wine-builds/winehq.key
4: sudo apt-key add winehq.key
5: sudo add-apt-repository ‘deb https://dl.winehq.org/wine-builds/ubuntu/ focal main’
6: sudo apt update
7: sudo apt install –install-recommends winehq-stable
8: wine –version
ubuntu