How to Install and Uninstall gnuradio Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 29,2024

1. Install "gnuradio" package

Please follow the steps below to install gnuradio on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install gnuradio

2. Uninstall "gnuradio" package

Please follow the step by step instructions below to uninstall gnuradio on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove gnuradio $ sudo apt autoclean && sudo apt autoremove

3. Information about the gnuradio package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: gnuradio
Priority: optional
Section: universe/comm
Installed-Size: 84425
Maintainer: Ubuntu Developers
Original-Maintainer: A. Maitland Bottoms
Architecture: amd64
Version: 3.7.9.1-2ubuntu1
Depends: libvolk1-bin, python-cheetah, python-gtk2, python-lxml, python-opengl, python-qt4, python-sip, python-wxgtk3.0, python-zmq, python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libboost-program-options1.58.0, libboost-system1.58.0, libboost-thread1.58.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libgnuradio-analog3.7.9, libgnuradio-atsc3.7.9, libgnuradio-audio3.7.9, libgnuradio-blocks3.7.9, libgnuradio-channels3.7.9, libgnuradio-comedi3.7.9, libgnuradio-digital3.7.9, libgnuradio-dtv3.7.9, libgnuradio-fcd3.7.9, libgnuradio-fec3.7.9, libgnuradio-fft3.7.9, libgnuradio-filter3.7.9, libgnuradio-noaa3.7.9, libgnuradio-pager3.7.9, libgnuradio-pmt3.7.9, libgnuradio-qtgui3.7.9, libgnuradio-runtime3.7.9, libgnuradio-trellis3.7.9, libgnuradio-uhd3.7.9, libgnuradio-video-sdl3.7.9, libgnuradio-vocoder3.7.9, libgnuradio-wavelet3.7.9, libgnuradio-wxgui3.7.9, libgnuradio-zeromq3.7.9, liblog4cpp5v5, libpython2.7 (>= 2.7), libstdc++6 (>= 5.2), libuhd003 (>= 3.9)
Recommends: gnuradio-dev, python-matplotlib, python-networkx, python-numpy, python-qwt5-qt4, python-scipy, python-tk, rtl-sdr, uhd-host (>= 3.9)
Suggests: gr-fosphor, gr-osmosdr
Filename: pool/universe/g/gnuradio/gnuradio_3.7.9.1-2ubuntu1_amd64.deb
Size: 8566974
MD5sum: 9a7fccf3b7f01cba7cf327207190a27e
SHA1: 75d3912503b082287606edbf50e735e11b0a2cf7
SHA256: 21f3d1d93543821a51379be2be3e0263f1432d7076261a6085d4b6416e8914cf
Description-en: GNU Radio Software Radio Toolkit
GNU Radio provides signal processing blocks to implement software
radios. It can be used with readily-available low-cost external RF
hardware to create software-defined radios, or without hardware in a
simulation-like environment. It is widely used in hobbyist, academic
and commercial environments to support both wireless communications
research and real-world radio systems.
.
GNU Radio applications are primarily written using the Python
programming language, while the supplied performance-critical signal
processing path is implemented in C++ using processor floating-point
extensions, where available. Thus, the developer is able to implement
real-time, high-throughput radio systems in a simple-to-use,
rapid-application-development environment.
.
While not primarily a simulation tool, GNU Radio does support
development of signal processing algorithms using pre-recorded or
generated data, avoiding the need for actual RF hardware.
.
This package contains the gnuradio-companion, a graphical tool for
creating signal flow graphs and generating flow-graph source code.
Also included are a variety of tools and utility programs.
Description-md5: 7ddcd2ec394dcefbac5267b9552f12c3
Homepage: http://gnuradio.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu