我有一个在 Amazon Lightsail 上运行的 Ubuntu 20.04 LTS 实例,但我无法安装lsphp74-imagick。
$ sudo apt install lsphp74-imagick
回复:
The following packages have unmet dependencies:
lsphp74-imagick :
Depends: libmagickcore-6.q16-3 (>= 8:6.9.6.8) but it is not installable
Depends: libmagickwand-6.q16-3 (>= 8:6.9.6.8) but it is not installable
Recommends: ttf-dejavu-core but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
对于 libmagickcore,我得到以下信息:
$ sudo apt install libmagickcore-6.q16-3
..
E: Package 'libmagickcore-6.q16-3' has no installation candidate
不知道从这里去哪里。有人遇到过这个吗?
任何帮助表示赞赏。
原始问题听起来像一个存储库问题。就是这样。
要解决这个问题:
自动安装存储库
手动修复
您可能会发现过时的行
安装 GPG 密钥和源
然后运行
apt-get update
,它应该消失了。