Skip to content

Instantly share code, notes, and snippets.

@7wells
Created October 1, 2022 07:37
Show Gist options
  • Save 7wells/36192e7476afc8c7c6df6387f3c9ac50 to your computer and use it in GitHub Desktop.
Save 7wells/36192e7476afc8c7c6df6387f3c9ac50 to your computer and use it in GitHub Desktop.
Download and install NoMachine on Raspberry Pi OS
# How to download and install NoMachine on Raspberry Pi OS
#
# Download latest deb file, e.g. version 8.1.2.1
#
wget https://download.nomachine.com/download/8.1/Raspberry/nomachine_8.1.2_1_arm64.deb
# Install package
#
sudo dpkg -i nomachine_8.1.2_1_arm64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment