J
JSP
Guest
Hello all,
I want to do automated installs for plesk10.x on Debian6 from the repository (By using a bash script).
But i seems that something has changed in the repo since last version, the Packages.gz cannot be found.
what is the correct way of doing this install without this file being in place?
[bash]
apt-get install php5-cgi php5-cli php5-common php5-curl php5-gd php5-imap php5-mysql php5-xsl pp10 pp10-qmail pp10-webhosting-addons
[/bash]
returns:
E: Unable to locate package pp10
E: Unable to locate package pp10-qmail
E: Unable to locate package pp10-webhosting-addons
kind regards,
JSP
I want to do automated installs for plesk10.x on Debian6 from the repository (By using a bash script).
But i seems that something has changed in the repo since last version, the Packages.gz cannot be found.
what is the correct way of doing this install without this file being in place?
[bash]
apt-get install php5-cgi php5-cli php5-common php5-curl php5-gd php5-imap php5-mysql php5-xsl pp10 pp10-qmail pp10-webhosting-addons
[/bash]
returns:
E: Unable to locate package pp10
E: Unable to locate package pp10-qmail
E: Unable to locate package pp10-webhosting-addons
kind regards,
JSP