Azure app service has a libperl5.36 version mismatch

Nick White 40 Reputation points
2025-04-14T22:20:53.0533333+00:00

Azure app service seems to have been updated after 02utc.

There is now an error.

The following packages have unmet dependencies: libperl5.36 : Depends: perl-modules-5.36 (>= 5.36.0-7+deb12u2) but 5.36.0-7+deb12u1 is installed perl : Depends: libperl5.36 (= 5.36.0-7+deb12u1) but 5.36.0-7+deb12u2 is installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

There is a version mismatch between libperl5.36, perl, and perl-modules-5.36

This does not fix it: apt --fix-broken install

I also tried

apt install perl=5.36.0-7+deb12u2 perl-modules-5.36=5.36.0-7+deb12u2 libperl5.36=5.36.0-7+deb12u2

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,971 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Nick White 40 Reputation points
    2025-04-15T19:27:43.81+00:00

    It isn't sorry.

    Docker may be the only solution, but will require significiant time and effort to investigate and implement, which we would prefer to avoid.

    It would be better if Azure fixed the App Service conflicting versions of libperl5.36 and perl-modules-5.36.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.