• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue Cannot update on Ubuntu 18.04

xdelios

Basic Pleskian
Hello,

I am having a weird issue where I cannot upgrade to the latest Plesk version.
Currently I have installed Plesk Obsidian v18.0.38_build1800210913.22 os_Ubuntu 18.04

The issue I am getting is the following


Code:
The following additional packages will be installed:
  plesk-php73-dev
The following NEW packages will be installed:
  pp18.0.39-bootstrapper sw-engine-cli-3.39
The following held packages will be changed:
  sw-nginx
The following packages will be upgraded:
  libaps libpam-plesk plesk-backup-utilities plesk-completion
  plesk-config-troubleshooter plesk-control-panel plesk-core
  plesk-core-utilities plesk-dns-bind-driver plesk-dovecot-imap-driver
  plesk-engine plesk-fail2ban-configurator plesk-git-http plesk-l10n
  plesk-librdbmspp plesk-lmlib plesk-mail-pc-driver
  plesk-modsecurity-configurator plesk-php73 plesk-php73-bcmath
  plesk-php73-cli plesk-php73-dba plesk-php73-dev plesk-php73-enchant
  plesk-php73-fpm plesk-php73-gd plesk-php73-imagick plesk-php73-imap
  plesk-php73-intl plesk-php73-ioncube-loader plesk-php73-ldap
  plesk-php73-mbstring plesk-php73-mysql plesk-php73-odbc plesk-php73-opcache
  plesk-php73-pdo plesk-php73-pear plesk-php73-pgsql plesk-php73-process
  plesk-php73-pspell plesk-php73-redis plesk-php73-snmp plesk-php73-soap
  plesk-php73-sodium plesk-php73-tidy plesk-php73-xdebug plesk-php73-xml
  plesk-php73-xmlrpc plesk-platform-runtime plesk-release plesk-repair-kit
  plesk-roundcube plesk-service-node-utilities plesk-ui-library
  plesk-web-hosting psa psa-autoinstaller psa-firewall psa-libxml-proxy
  psa-locale-base-en-us psa-mail-driver-common psa-proftpd psa-spamassassin
  psa-vhost psa-watchdog sw-engine sw-nginx
67 upgraded, 2 newly installed, 0 to remove and 9 not upgraded.
E: Held packages were changed and -y was used without --allow-change-held-packages.



Installation will not continue

ERROR: The 'apt' utility failed to install the required packages.
Not all packages were installed.
Visit https://support.plesk.com/ to search for a solution.

Anyone experienced same issue and have any ideas?

Thank you in advance
George
 
E: Held packages were changed and -y was used without --allow-change-held-packages.
Packages are marked for hold in apt package manager.
You can fix this issue by executing the following command to find packages on hold:

# apt-mark showhold

For example:

# apt-mark showhold
apache2

Unhold the package by running this command:

# sudo apt-mark unhold apache2
 
Back
Top