Issue
Installing the TuxCare/ELS package alt-php74-fpm via apt fails due to unmet dependencies:
# apt-get install alt-php74-fpm
Reading package lists... Done
Building dependency tree... Done
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:
alt-php74-fpm : Depends: alt-php74-common (= 7.4.33-55) but 7.4.33-59 is to be installed
E: Unable to correct problems, you have held broken packages.Environment
- Ubuntu 22.04.5 LTS
- PHP ELS
Solution
There's a new alternative package - alt-phpXY-php-fpm.
So, please use this command for installation:
apt install alt-php74-php-fpm
Comments
0 comments
Article is closed for comments.