Difference between revisions of "Gnuradio"

From the Linux and Unix Users Group at Virginia Teck Wiki
Jump to: navigation, search
imported>Cov
(Created page with '{{Template:Version|Ubuntu 9.10}} Edit your <code>sources.list</code> file. <pre> sudo gedit /etc/apt/sources.list </pre> Add the following to the bottom of the file. <pre> deb…')
 
(Tag: Redirect target changed)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:Version|Ubuntu 9.10}}
+
#REDIRECT [[Class_software#GNURadio_-_.22Provides_signal_processing_blocks_to_implement_software-defined_radios_and_signal-processing_systems..22]]
 
 
Edit your <code>sources.list</code> file.
 
<pre>
 
sudo gedit /etc/apt/sources.list
 
</pre>
 
 
 
Add the following to the bottom of the file.
 
 
 
<pre>
 
deb http://gnuradio.org/ubuntu stable main
 
deb-src http://gnuradio.org/ubuntu stable main
 
</pre>
 
 
 
Then, update your package list.
 
 
 
<pre>
 
sudo apt-get update
 
</pre>
 
 
 
Then, install the gnuradio packages.
 
 
 
<pre>
 
sudo apt-get install gnuradio gnuradio-companion
 
</pre>
 
 
 
Choose yes (Y) at both prompts. The gnuradio packages are unsigned.
 

Latest revision as of 20:45, 3 January 2019