Plesk

System updates warning in Plesk: Information on some packages might not be actual: inconsistencies were detected in the system’s package manager database. Please resolve this issue manually

Symptoms

Cause

The package is shown as corrupted, because MD5 checksum was not generated on its installation, due to debsums package missing from the system.

Resolution

Note: Contact your Hosting Provider or Plesk support if Plesk related packages cannot be downloaded.

  1. Connect to the server via SSH

  2. Install the debsums package:

    # apt-get install debsums

  3. Reinstall the packages listed as corrupted in the error message:

    # apt-get install --reinstall php7.0-xsl

  4. Check the packages for consistency:

    # dpkg --audit

Exit mobile version