broken_packages_after-8.0_upgrade
Differences
This shows you the differences between two versions of the page.
broken_packages_after-8.0_upgrade [2024/07/25 12:28] – created admin | broken_packages_after-8.0_upgrade [2024/07/25 12:30] (current) – admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
**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 / | ||
+ | "touch / | ||
+ | |||
+ | install the unattended-upgrades | ||
+ | "sudo apt install unattended-upgrades" | ||
+ | |||
+ | update the system via commandline: | ||
+ | "sudo apt update" | ||
+ | |||
+ | create the 20auto-upgrades file: | ||
+ | "sudo nano / | ||
+ | |||
+ | enter the following lines into the file and save: | ||
+ | APT:: | ||
+ | APT:: | ||
+ | |||
+ | move the old dpkg status file back | ||
+ | "sudo mv / | ||
+ | "mv / | ||
+ | |||
+ | 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 | ||
+ | \\ | ||
+ | \\ | ||
+ | **[[zentyal|BACK]]** | ||
broken_packages_after-8.0_upgrade.1721903327.txt.gz · Last modified: 2024/07/25 12:28 by admin