How to use Supremo on Linux?
How to use Supremo on Linux?
You can start a Supremo client on Ubuntu 21.10; to do so, you need to open a terminal with administrative privileges by running the following commands:
- 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/ impish main’
- sudo apt install –install-recommends winehq-stable
- wine –version
After downloading the Supremo executable, right-click on « Open with Wine ».
To launch a Supremo client on Ubuntu 20.04 lts, you need to run the following commands from a Terminal booted with administrative privileges:
- dpkg –print-architecture
- dpkg –print-foreign-architectures
- sudo dpkg –add-architecture i386
- dpkg –print-foreign-architectures
- 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 update
- sudo apt install –install-recommends winehq-stable
- wine –version
After downloading the Supremo executable, right-click on « Open with Wine ».
NOTE: from a Linux device you will be able to share and control remote screen. From Windows to Linux (or Linux to Linux) it will be supported screen sharing only.