![[Image: happy.gif]](https://www.snakeoil-os.net/forums/images/onion/happy.gif)
![[Image: happy.gif]](https://www.snakeoil-os.net/forums/images/onion/happy.gif)
![[Image: jriver_working.png]](https://preview.ibb.co/eYOzPa/jriver_working.png)
Installing and running 22 will work if you install from Snakeoil 0.9.1 ISO and later.
For folks who are already using SnakeoilOS, you'd need to SSH to the machine, and run the following shell commands (You'd need an Internet connection).
If you're running 64 bit SnakeoilOS:
sudo apt-get update
sudo apt-get install xdg-utils
sudo apt-get purge tightvncserver
wget https://bintray.com/tigervnc/stable/download_file?file_path=tigervnc-1.8.0.x86_64.tar.gz -O /tmp/tigervnc-1.8.0.x86_64.tar.gz
sudo tar -xzf /tmp/tigervnc-1.8.0.x86_64.tar.gz -C / --strip-components=1
rm /tmp/tigervnc-1.8.0.x86_64.tar.gz -f
If you're running 32 bit SnakeoilOS:
sudo apt-get update
sudo apt-get install xdg-utils
sudo apt-get purge tightvncserver
wget https://bintray.com/tigervnc/stable/download_file?file_path=tigervnc-1.8.0.i386.tar.gz -O /tmp/tigervnc-1.8.0.i386.tar.gz
sudo tar -xzf /tmp/tigervnc-1.8.0.i386.tar.gz -C / --strip-components=1
rm /tmp/tigervnc-1.8.0.i386.tar.gz -f