• 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.

how to install plesk 9.2.2 .rpm.tar.gz

# tar xvfz psa-9.2.2-cos5.build92090212.19.i586.rpm.tar
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors


up
 
Hello,

It looks like the name of the file has changed (at the previous message it was .tar.gz). In any case, please, try:

> tar xvf psa-9.2.2-cos5.build92090212.19.i586.rpm.tar

Thank you
 
Hi,

a tar file is unpacked with tar xvf . tar xzvf means that its gzipped as well so the standard filename would be xx.tar.gz.
 
Hello
tar xzvf psa-9.2.2-cos5.build92090212.19.i586.rpm.tar.gz
it ok
#ls
dist-rpm-CentOS-5-i386
thirdparty-rpm-CentOS-5-i386
./parallels_products_installer_file_name ?
or?
next where the install
 
Back
Top