• 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

Resolved Plesk Istaller not working

waseem

Basic Pleskian
Trying to update/install components using Plesk Updates but getting following error. Have to use Command line to obtain these as Online installer was shwoing no error but only a line.

Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
passenger : Conflicts: sw-nginx (< 1.16.0.1) but 1.13.8-ubuntu16.04.18012914 is to be installed
E: Unable to correct problems, you have held broken packages.
 
#plesk installer --select-release-current --remove-component nginx

it is showing following output:
You already have the latest version of product(s) and all the selected components installed. Installation will not continue.


#plesk installer --select-product-id plesk --select-release-current --install-component nginx
Following output appears:-
Reading state information...
The following held packages will be changed:
sw-nginx
The following packages will be upgraded:
sw-nginx
1 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
E: Held packages were changed and -y was used without --allow-change-held-packages.
 
Error resolved by;

#sudo apt-mark unhold sw-nginx
#plesk installer --select-product-id plesk --select-release-current --remove-component nginx --reinstall-patch
#plesk installer --select-product-id plesk --select-release-current --install-component nginx
#/usr/local/psa/admin/sbin/nginxmng --enable
 
Back
Top