Difference between revisions of "Gnuradio"

From the Linux and Unix Users Group at Virginia Teck Wiki
Jump to: navigation, search
imported>Cov
imported>Pew
Line 1: Line 1:
 +
TODO: Horribly outdated
 +
 
{{Template:Version|Ubuntu 9.10}}
 
{{Template:Version|Ubuntu 9.10}}
  
Line 29: Line 31:
 
[[Category:Libre course software]]
 
[[Category:Libre course software]]
 
[[Category:Howtos]]
 
[[Category:Howtos]]
 +
[[Category:Pending deletion]]

Revision as of 09:13, 2 January 2018

TODO: Horribly outdated

The following instructions were written for Ubuntu 9.10 and may not work on other platforms or versions. If you would like to see additional coverage, please add it yourself or make a request on the wiki's wanted page.

Edit your sources.list file.

sudo gedit /etc/apt/sources.list

Add the following to the bottom of the file.

deb http://gnuradio.org/ubuntu stable main
deb-src http://gnuradio.org/ubuntu stable main

Then, update your package list.

sudo apt-get update

Then, install the gnuradio packages.

sudo apt-get install gnuradio gnuradio-companion

The gnuradio packages are unsigned. Choose yes (y) at both prompts.