Bei der Installation der Liveconfig eigenen PHP Versionen unter Ubuntu 16.04 ist eine Abhängigkeit zu libicu52 nicht auflösbar. In den Offiziellen Quellen ist nur libicu55 verfügbar:
Code
apt install php-7.1-opt php-7.0-opt php-5.6-opt
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:
php-5.6-opt : Depends: libicu52 but it is not installable
php-7.0-opt : Depends: libicu52 but it is not installable
php-7.1-opt : Depends: libicu52 but it is not installable
E: Unable to correct problems, you have held broken packages.
Alles anzeigen
Gibt es hier einen roundtrip oder kann das libicu52 Paket noch in euer repo aufgenommen werden?