Answers for "how to install wine in 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
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
0

how to install wine in ubuntu

$ sudo apt install wine32
Posted by: Guest on December-30-2020
-2

how to install wine in ubuntu

$ wine --version
Posted by: Guest on December-30-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language