« Previous -
Version 13/30
(diff) -
Next » -
Current version
Nick Corgan, 05/03/2012 11:47 pm

GNU Radio+UHD Installation (Linux)¶
These binaries include the latest bugfixes. They are generated every weekend and support the following platforms:
- Ubuntu 10.04,11.04-12.04
- Fedora 15-16
NOTE: Our binaries and installer repositories are only generated for officially supported Ubuntu and Fedora versions.
NOTE: Our GNU Radio binaries depend on our UHD binaries, so all instructions involve installation of both.
Install with Apt/Yum¶
Binaries generated from UHD's unstable and bugfix branches can also be installed using our Ubuntu and Fedora repositories. If you want your UHD install to update every week, follow the instructions below:
Ubuntu¶
- Master/Unstable
- Copy and paste these commands into your terminal. This will install GNU Radio+UHD as well as place our repository into the list of sources Ubuntu uses to check for package updates.
sudo bash -c 'echo "deb http://files.ettus.com/binaries/uhd_unstable/repo/uhd/ubuntu/`lsb_release -cs` `lsb_release -cs` main" > /etc/apt/sources.list.d/ettus.list' sudo bash -c 'echo "deb http://files.ettus.com/binaries/uhd_unstable/repo/gnuradio/ubuntu/`lsb_release -cs` `lsb_release -cs` main" >> /etc/apt/sources.list.d/ettus.list' sudo apt-get update sudo apt-get install uhd gnuradio
- Copy and paste these commands into your terminal. This will install GNU Radio+UHD as well as place our repository into the list of sources Ubuntu uses to check for package updates.
- Releases/Bugfixes
- Copy and paste these commands into your terminal. This will install GNU Radio+UHD as well as place our repository into the list of sources Ubuntu uses to check for package updates.
sudo bash -c 'echo "deb http://files.ettus.com/binaries/uhd_stable/repo/uhd/ubuntu/`lsb_release -cs` `lsb_release -cs` main" > /etc/apt/sources.list.d/ettus.list' sudo bash -c 'echo "deb http://files.ettus.com/binaries/uhd_stable/repo/gnuradio/ubuntu/`lsb_release -cs` `lsb_release -cs` main" >> /etc/apt/sources.list.d/ettus.list' sudo apt-get update sudo apt-get install uhd gnuradio
- Copy and paste these commands into your terminal. This will install GNU Radio+UHD as well as place our repository into the list of sources Ubuntu uses to check for package updates.
Fedora¶
Note: If you are switching from our master/unstable repo to our releases/bugfixes repo and are replacing your /etc/yum.repos.d file, run the following command before doing any new installations:
yum --enablerepo=ettus-gnuradio-repo clean metadata
- Master/Unstable
- Follow these instructions to install GNU Radio+UHD and place our repository into the list of sources Fedora uses to check for package updates.
- Create the file "/etc/yum.repos.d/ettus.repo". Copy this into the file:
[ettus-uhd-master-repo] name=Ettus Research - UHD Unstable $releasever-$basearch baseurl=http://files.ettus.com/binaries/uhd_unstable/repo/uhd/fedora/$releasever/$basearch gpgcheck=0 [ettus-gnuradio-repo] name=Ettus Research - GNU Radio $releasever-$basearch baseurl=http://files.ettus.com/binaries/uhd_unstable/repo/gnuradio/fedora/$releasever/$basearch gpgcheck=0
Run the following commands:sudo yum update sudo yum install uhd gnuradio
- Releases/Bugfixes
- Follow these instructions to install GNU Radio+UHD and place our repository into the list of sources Fedora uses to check for package updates.
- Create the file "/etc/yum.repos.d/ettus.repo". Copy this into the file:
[ettus-uhd-stable-repo] name=Ettus Research - UHD Stable $releasever-$basearch baseurl=http://files.ettus.com/binaries/uhd_stable/repo/uhd/fedora/$releasever/$basearch gpgcheck=0 [ettus-gnuradio-repo] name=Ettus Research - GNU Radio $releasever-$basearch baseurl=http://files.ettus.com/binaries/uhd_stable/repo/gnuradio/fedora/$releasever/$basearch gpgcheck=0
Run the following commands:sudo yum update sudo yum install uhd gnuradio
Installer Packages¶
We provide standalone binaries for all supported platforms. These binaries are generated every weekend.
Before installing a GNU Radio binary, a compatible UHD binary must be installed. GNU Radio unstable binaries are only compatible with UHD unstable binaries, and GNU Radio stable binaries are only compatible with UHD stable binaries.
- Download one of our UHD binaries here: UHD Linux.
- The latest unstable binaries can be found here.
- The latest stable binaries can be found here.
- Earlier binaries can be found here: http://files.ettus.com/binaries/gnuradio