• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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