• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

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