Install / update to check-mk-raw-1.6.0p19

On Debian 10.6 I get the following conflict when instlaling check-mk-raw-1.6.0p19
apt-get install -f
didn’t help.
Do you have any suggestions to fix it??

The following packages have unmet dependencies:
check-mk-raw-1.6.0p19 : Depends: libperl5.28 but it is not installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

If libperl5.28 is not available on a plain Debian 10.x Buster, then there’s something wrong with package management.

Perhaps you have installed some packages from backports? They might have pulled in dependencies from backports as well. Or some 3rd party packages related to Perl?

What do you get for these commands:

apt policy libperl5.28
dpkg -l | grep "^h"
sudo apt install --simulate libperl5.28
1 Like

Hallo,
build yourself a small Deb10 VM and check the setup.
If the installation is working you ve to search in your setup.
Otherwise you can analyse in the Vm what may be different or may cause the problem.
For example other sources added.
Ralf

1 Like

I think the reason was that the update to Debian 10.6 wasn’t completed yet. When I check the version in /etc/debian_version it was alreday 10.6 - after excecuting apt-get update but I also had to upgrade with apt-get upgrade. After that upgrade worked without problems.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.