x2go install: sudo apt-get install software-properties-common -y && sudo add-apt-repository ppa:x2go/stable -y && sudo apt-get update -y && sudo apt-get install x2goserver x2goserver-xsession -y && sudo apt update -y && sudo apt install xfce4 -y && sudo apt-get install filezilla -y wine install: Step 1 – Setup PPA First of all, If you are running with a 64-bit system enable 32-bit architecture. Also, install the key which was used to sign packages of wine. Use one of the following commands to enable the Wine apt repository in your system based on your operating system and version. ### Ubuntu 18.04 sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main' sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport ### Ubuntu 16.04 sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main' ### Ubuntu 19.10 sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main' Step 2 – Install Wine on Ubuntu Use below commands to install Wine packages from the apt repository. The –install-recommends option will install all the recommended packages by winehq stable versions on your Ubuntu system. sudo apt update sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 76F1A20FF987672F apt install wine-stable dpkg --add-architecture i386 && apt-get update && apt-get install wine32 wine --version sudo dpkg --add-architecture i386 wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add - apt install wine-stable wget https://www.netzmechanik.de/dl/4/winrar-x64-571d.exe && wine winrar-x64-571d.exe In my case Wine did not get effectively uninstalled using the command: sudo apt-get --purge remove wine So I did the following (make sure to copy the exact commands): cd $HOME rm -r .wine rm .config/menus/applications-merged/wine* rm -r .local/share/applications/wine rm .local/share/desktop-directories/wine* rm .local/share/icons/????_*.xpm After deleting the files run command: sudo apt-get remove --purge wine Do the following to correct any installation error. sudo apt-get update sudo apt-get autoclean sudo apt-get clean sudo apt-get autoremove sudo apt-get install ubuntu-software -y && sudo apt install chromium-browser -y && sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa sudo apt update && sudo apt install firefox -y sudo add-apt-repository ppa:stebbins/handbrake-releases sudo apt-get update -y && sudo apt install handbrake-gtk handbrake-cli -y && sudo apt-get install handbrake -y sudo add-apt-repository ppa:transmissionbt/ppa sudo apt-get update -y && sudo apt-get install transmission-cli transmission-common transmission-daemon transmission-gtk -y && sudo apt install deluge -y wget https://github.com/mi-g/vdhcoapp/releases/download/v1.3.0/net.downloadhelper.coapp-1.3.0-1_amd64.deb && sudo dpkg -i net.downloadhelper.coapp-1.3.0-1_amd64.deb sudo apt-get install -f timedatectl set-timezone Europe/Berlin sudo hwclock pkill -KILL -u songul