Install wine on Google Colab, together with winetricks, xfce4, and VNC through ngrok Thanks To @raspduino For The Og Repo And Telling Me to Have !bash wcs.sh instead of !./wcs.sh
!sudo apt install git wget
!wget https://github.com/Bhood23/winecloudshell-port-To-Colab-/raw/main/wcs.sh
!chmod +x wcs.sh
!bash wcs.sh
It will prompt you some questions, so prepare for that, and look carefully for the prompt, especially before the long xfce log appear (you might miss that, for sure) :) EDIT: Currently BROKEN FOR Now ): Sorry
Each time you choose to set WINEPREFIX
to /tmp/wineprefix
, it will append a new line
!export WINEPREFIX=/tmp/wineprefix
to your ~/.bashrc
.
So your .bashrc
will be longer :)
The script's author is not responsible to any damage caused by the script itself or by user's actions.