×
×
×
×

Fix APT Engine Corruption

Problem

You receive an error message "APT engine is corrupted" while installing the patches or scanning the systems on your network computers using Patch Manager Plus.

Cause

The following are the possible reasons:

  • Improper package management, incorrect installation of packages, and installation of unnecessary packages.
  • The user might have initiated a third-party software installation at his end which could have gone wrong.

Resolution

Note
NOTE: Ensure the Linux machine has access to the internet or is properly configured to use a reachable private APT mirror.

Use the fix-missing option with apt-get update. Run the below commands in sequence to fix the issue:

  1. sudo apt-get update --fix-missing
  2. sudo apt-get install -f
  3. sudo dpkg --configure -a
  4. sudo apt-get clean
  5. sudo apt-get update

Further Assistance

If the issue persists, it may be related to environmental factors. We recommend consulting Ubuntu community resources or forums for further assistance.

Kindly contact patchmanagerplus-support@manageengine.com for any queries.