我在做
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.这是我的消息来源:
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破碎的包裹是什么?
发布于 2019-07-16 11:29:46
software-properties-gtk 将下载源更改为主服务器。sudo apt update && sudo apt-get clean,再试一次。
忘记,并解锁其他来源deb-src
https://askubuntu.com/questions/1158490
复制相似问题