How to solve the error "Unable to locate package libuhd003" for ubuntu 20.04?

Solution 1:

I suppose that installation of libuhd-dev package will be enough:

sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install libuhd-dev

Other installation candidates may be found here, like

sudo apt-get install libuhd3.15.0 uhd-host

Solution 2:

I know it is an old topic, but I had that issue and here's the solution, found on this Ettus KB

Copy and paste these commands into your terminal. This will install UHD software as well as allow you to receive package updates.

sudo add-apt-repository ppa:ettusresearch/uhd

sudo apt-get update

sudo apt-get install libuhd-dev libuhd003 uhd-host