Answers for "how to install winehq in ubuntu??"

0

how to install winehq in ubuntu??

sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
sudo apt install --install-recommends winehq-stable
Posted by: Guest on March-18-2022
0

how to install winehq in ubuntu??

sudo apt install --install-recommends winehq-stable
Posted by: Guest on December-18-2020

Code answers related to "how to install winehq in ubuntu??"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language