Linux Desktop
From SatNOGS Wiki
Here you will find instructions on installing SatNOGS to a Linux Desktop running Ubuntu 16.04 LTS.
Prep Work
Install dependencies
sudo apt-get install -y python-pip python-dev supervisor cmake libusb-1.0-0-dev libhamlib-utils vorbis-tools software-properties-common
Install gnuradio libs from myriadrf since we need a newer version than Ubuntu provides for 16.04
sudo apt-get purge --auto-remove libgnuradio* sudo add-apt-repository -y ppa:myriadrf/drivers sudo add-apt-repository -y ppa:myriadrf/gnuradio sudo apt-get install -y gnuradio-dev