The following packages have unmet dependencies:
graphicsmagick : Depends: libgraphicsmagick-q16-3 (>= 1.3.5) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
我找到了包裹:http://packages.ubuntu.com/xenial/libgraphicsmagick-q16-3
但是我似乎仍然无法安装它:
$ sudo apt-get install libgraphicsmagick-q16-3
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libgraphicsmagick-q16-3
答案1
我正在寻找的包位于universe
repo 中,这里以粗体引用:
软件包:libgraphicsmagick-q16-3 (1.3.23-1build1) [宇宙]
这不仅添加了universe
repo,还添加了适用于您所拥有的 Ubuntu 版本的main
、和 。restricted
multiverse
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"