I am trying to install GNU Radio Companion 3.8 in Ubuntu 18.04. I followed the instructions written in the Wikipedia and watched some YouTube videos, but after writing the commands below, I got some errors as attached in the figure.
Commands:
sudo add-apt-repository ppa:gnuradio/gnuradio-releases
and
sudo add-apt-repository ppa:gnuradio/gnuradio-releases-3.8
I tried to click on these links on the terminal, but all them did not open. Any idea how to fix these errors?
You have wrong repositories in your system, see details below:
Qt4 from rock-core does not provide packages for 18.04 LTS, so should be removed by
Ubuntu 18.04 LTS (bionic) is actual release, so its packages are located in archive, not old-releases. You can fix this problem by using command below:
For sure re-add correct repositories to the system
Ubuntu 18.04 LTS is supported release, so ESM is not needed for it, remove such repositories by
Then update package lists as usual, install upgrades with new dependencies and install GRC from already correctly chosen GnuRadio's PPA:
To get 3.8 version you have to purge the master branch repository by
And also releases PPA by
To stay only with gnuradio-releases-3.8 PPA.