On the Linux desktop, click the grid in the bottom left and open Software and Updates
Turn on the first two options under the Ubuntu Software tab
Save this page. If it asks for a password, enter Dw5pectrum
The sudo password is Dw5pectrumClick Windows button - Open Terminal
Enter the following commands
1) sudo apt update
The sudo password is Dw5pectrum2) sudo apt upgrade -y
3) sudo add-apt-repository ppa:linuxuprising/java -y
4) sudo apt update
5) sudo apt-get install oracle-java17-installer oracle-java17-set-default
Press Tab key to get to OK button when accepting terms then press Enter
Note, this version of java may not be available for install in the future and also during the installation, you will need to accept Oracle’s terms.6) To ensure that Java is installed, enter command java --version and make sure you get some output
7) Now to go https://tec.screenconnect.com and click the top-right icon then click Build Debian Linux Installer
8) cd Downloads/
9) sudo dpkg -i ScreenConnect.ClientSetup.deb
10) ScreenConnect should now be installed