Changes
Page history
Update Linux Package Repositories
authored
Nov 22, 2021
by
David Johnson
Show whitespace changes
Inline
Side-by-side
Linux-Package-Repositories.md
View page @
ee52c8ab
...
...
@@ -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
...
...
...
...