Hi Bradley,

Unfortunately, the PPA repository is in a bit of a broken state at the moment: You can install GNU Radio itself from the repository, and it works fine, but anything like gr-osmosdr which is not in the repository will be dependent on the libraries as shipped with the Ubuntu release.

At the moment, you can't combine those. So if you need those, you might have to forego the repository.

There has been some discussion on how to properly fix this, either in the repository, or by getting Ubuntu 20.04 to ship a more recent build of GR.

What you should be able to do is remove everything gnu radio related in one go, as then there is no dependency issue any more. That's how I resolved it a few days back.

Regards, Paul Boven.

On 7/30/20 4:50 PM, Bradley McFadden wrote:
Hello,
I've been having this problem with my apt on Ubuntu 20.04. After an update
my gnuradio package that was installed originally from http://ppa.launchpad.net/gnuradio/gnuradio-releases/ubuntu seems to somehow be ahead of its dependencies. This has made the package corrupt, and I can't remove it, because apt does not want to let the package exist in this broken state. How should I start to fix this?
Whenever I try to install a package or upgrade, I get this error message:

$ sudo apt-get --fix-missing install
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 gnuradio : Depends: libgnuradio-analog (>= 3.8.1.0-0~gnuradio~focal) but it is not installed             Depends: libgnuradio-audio (>= 3.8.1.0-0~gnuradio~focal) but it is not installed

Reply via email to