• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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