I'm doing
lz@blade:~$ sudo apt-get build-dep gawk
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
builddeps:gawk : Depends: libreadline-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
here's my sources:
deb http://br.archive.ubuntu.com/ubuntu/ bionic main restricted
deb http://br.archive.ubuntu.com/ubuntu/ bionic main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ bionic multiverse main universe restricted
deb http://br.archive.ubuntu.com/ubuntu/ bionic universe
deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
What are the broken packages?
libreadline-dev
is available for supported versions of Ubuntu https://packages.ubuntu.com/search?suite=default§ion=all&arch=any&keywords=libreadline-dev&searchon=names ... Solving "broken packages" :sudo apt install -f
– Knud Larsen Jul 15 '19 at 21:34sudo apt install -f
changes nothing – Guerlando OCs Jul 16 '19 at 01:01