Ubuntu 18.04 升级后 php7.2-curl 无法安装
2022-08-30 14:27:27
使用今天的16.04升级到18.04do-release-upgrade -d
在升级过程中,我被告知将删除一些软件包,其中包括:
Remove: libperl5.22 lxc-common perl-modules-5.22 php-imagick
php7.1-curl php7.2-curl python3-certbot-nginx
我可以重新安装imagick和certbot而不会出现问题,但是如果我尝试安装php7.2-curl,我会收到以下消息:
# apt install php7.2-curl -y
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:
php7.2-curl : Depends: php7.2-common (= 7.2.3-1ubuntu1) but 7.2.4-1+ubuntu16.04.1+deb.sury.org+1 is to be installed
E: Unable to correct problems, you have held broken packages.
我该如何纠正这种情况?