User Tools

Site Tools


broken_packages_after-8.0_upgrade

Broken packages after 8.0 upgrade

If you encounter problems that the installation will not continue after the upgrade from Zentyal 7 to 8 (broken packages), you might try this for a workarround:

rename the dpkg status file and make an new one:

  "sudo mv /var/lib/dpkg/status /var/lib/dpkg/status.org"
  "touch /var/lib/dpkg/status"

install the unattended-upgrades

  "sudo apt install unattended-upgrades"

update the system via commandline:

  "sudo apt update"

create the 20auto-upgrades file:

  "sudo nano /etc/apt/apt.conf.d/20auto-upgrades"

enter the following lines into the file and save:

  APT::Periodic::Update-Package-List "0";
  APT::Periodic::Unattended-Upgrade "0";

move the old dpkg status file back

  "sudo mv /var/lib/dpkg/status /var/lib/dpgk/status.new"
  "mv /var/lib/dpkg/status.org /var/lib/dpgk/status"

fix the installation:

  "sudo apt install -f"

That should fix your installation and repair all packages. If you still have issues with the Antivirus, just disable the module and enable it again. If this does not help uninstall AV, reboot the server and install AV again.

This helped fixing my problem and I'm running 8.0 without any issue now.

Hope this helps.

Chris

That's all.

Your ArtIT Team

BACK

broken_packages_after-8.0_upgrade.txt · Last modified: 2024/07/25 12:30 by admin