Después de la actualización de Ubuntu 18.04 php7.2-curl no se puede instalar

Actualizado a 18.04 desde 16.04 hoy usandodo-release-upgrade -d

Durante la actualización, me informaron que se eliminarían algunos paquetes, que incluyen:

Remove: libperl5.22 lxc-common perl-modules-5.22 php-imagick
php7.1-curl php7.2-curl python3-certbot-nginx

Podría reinstalar imagick y certbot sin problemas, pero si trato de instalar php7.2-curl me sale el mensaje:

# 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.

¿Cómo puedo corregir la situación?

Respuestas a la pregunta(2)

Su respuesta a la pregunta