• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Cannot install PSA_9.2.1 on Ubuntu 2.6.24-24-server

S

SvetoslavM

Guest
I was trying to install Plesk using the autoinstaller on a virtual (VBox on MAC OS X) ubuntu installation and the installation stopped. Please see the attached files.
Maybe some important packages are missing ?

After first problem I executed the following command (see 2nd attached file)
root@plesk:~# aptitude install gd2
 

Attachments

  • plesk_failed_install_ubuntu.txt
    53.8 KB · Views: 1
  • plesk_failed_install_ubuntu_2.txt
    45 KB · Views: 1
Are there any uninstall instructions for Ubuntu or could I use the ones for FreeBSD ?


Removing Plesk from FreeBSD Systems

To remove Plesk from your server, follow these steps:

1. Log in to Plesk server as root.
2. Run the command /usr/local/etc/rc.d/psa.sh stop
3. Run the command pkg_delete `pkg_info | grep psa | awk '{print $1}' | xargs -n100`
4. Run the command rm -rf /usr/local/psa
5. Delete all references to DNS zones from the file /var/named/etc/namedb/named.conf, remove zone files from /var/named/etc/namedb/master/, and modify the file /etc/rc.conf appropriately.
6. Run the command rm -rf /etc/psa
 
Back
Top