Answers for "how to install winetricks in ubuntu"

17

install wine ubuntu

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

how to install wine in ubuntu

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

how to install winetricks

cd "${HOME}/Downloads"
wget  https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
sudo cp winetricks /usr/local/bin
Posted by: Guest on April-26-2021

Code answers related to "how to install winetricks in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language