Article 54B5E Raspbian Bullseye php7.3 issue

Raspbian Bullseye php7.3 issue

by
jfirestorm44
from LinuxQuestions.org on (#54B5E)
Hello all. I am having an issue with re-installing Open Media Vault on my raspberry pi.

I get the following when trying to reinstall:

Code:sudo apt install --reinstall openmediavault
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-common : Breaks: php7.3-common but 7.3.15-3 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.So then I tried to install php7.3-common but I get the following:
Code:sudo apt install php7.3-common
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.3-common : Depends: php-common (>= 1:73) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.So php-common needs to be >=1.73...

Well of course then I tried to install php-common only to see it's at version 2:76 already.

Code:sudo apt install php-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
php-common is already the newest version (2:76).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.I also tried doing:
Code:sudo apt install php7.3 php7.3-common php7.3-cli
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-common : Breaks: php7.3-common but 7.3.15-3 is to be installed
E: Unable to correct problems, you have held broken packages.I feel like i'm stuck in a loop here. Anyone know what I can do to get this to work?

Thanks in advance.latest?d=yIl2AUoC8zA latest?i=HMnczfufB0k:nMLFpLPoYgk:F7zBnMy latest?i=HMnczfufB0k:nMLFpLPoYgk:V_sGLiP latest?d=qj6IDK7rITs latest?i=HMnczfufB0k:nMLFpLPoYgk:gIN9vFwHMnczfufB0k
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments