From 57a26bd4712bfa978ae53932dae7941d9b8a6589 Mon Sep 17 00:00:00 2001 From: endoanaconda Date: Sun, 4 Sep 2016 05:16:40 +0200 Subject: [PATCH] added chapter: Installing using a package manager, tested with Ubuntu 16.04, src:http://www.hamspirit.nl/mediawiki/index.php/Installing_GnuRadio --- Operating-System-Tips.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Operating-System-Tips.md b/Operating-System-Tips.md index fe156fb..70f711c 100644 --- a/Operating-System-Tips.md +++ b/Operating-System-Tips.md @@ -10,6 +10,12 @@ First things first, make sure all your current software is up to date
`$ sudo apt-get update`
`$ sudo apt-get upgrade -y` + +#### Installing using a package manager +Works on Ubuntu version 15.04 'Vivid' and later. +This will install gnuradio, gnuradio-companion, gqrx as main programs and support for HackRF, USRP, RTL-stick. + sudo apt-get install gqrx-sdr + #### Installing using PyBOMBS 1. Clone [PyBOMBS](http://gnuradio.org/pybombs) in your home directory and start the app store: