Обновлено до 18.04 с 16.04 сегодня с использованием do-release-upgrade -d
Во время обновления мне сообщили, что некоторые пакеты будут удалены, в том числе:
Удалить: 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.
Как я могу исправить ситуацию?