Update Linux Package Repositories authored by David Johnson's avatar David Johnson
......@@ -14,6 +14,7 @@ General Instructions
2. Add a sources file for the repository you're interested in; e.g.,
`echo "deb http://repos.emulab.net/powder/ubuntu $(. /etc/os-release ; echo $UBUNTU_CODENAME) main" | sudo tee /etc/apt/sources.list.d/powder.list`
`sudo apt-get update -y`
(or, if you have `software-properties-common` installed)
......@@ -23,6 +24,7 @@ General Instructions
3. Install packages you need:
`sudo apt-get --no-install-recommends install python3-uhd uhd-host libuhd-dev libuhd4.0.0`
`sudo apt-get install gnuradio`
Prioritizing this Repository
......
......