Answers for "install wine ubuntu"

6

install wine ubuntu

#Install trough Ubuntu libraries
sudo apt install wine64
Posted by: Guest on July-16-2020
1

wine install ubuntu

# Add wine key
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key

# Add repository

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

# Update packages

sudo apt update

# Install wine

sudo apt install --install-recommends winehq-stable
Posted by: Guest on February-02-2021
2

ubuntu install wine terminal

sudo apt-get install libgnutls30:i386 libldap-2.4-2:i386 libgpg-error0:i386 libxml2:i386 libasound2-plugins:i386 libsdl2-2.0-0:i386 libfreetype6:i386 libdbus-1-3:i386 libsqlite3-0:i386
Posted by: Guest on December-14-2020
0

wine install ubuntu

sudo apt update
sudo apt install wine64
Posted by: Guest on June-11-2021
1

how to install wine in ubuntu

$ sudo dpkg --add-architecture i386
Posted by: Guest on December-30-2020
0

how to install wine in ubuntu

$ wget -qO- https://dl.winehq.org/wine-builds/Release.key | sudo apt-key add -
Posted by: Guest on December-30-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language