Page 1 of 1

Debian10 - Wrong dependencies

Posted: Mon Aug 31, 2020 8:05 pm
by Ex0danify
Hey there,

today I wanted to install my VestaCP on my Debian10 (buster) VM. I downloaded the isntallation script, executed it and got a whole lot of missing dependencies:

E: Package 'apache2.2-common' has no installation candidate
E: Unable to locate package libapache2-mod-ruid2
E: Package 'libapache2-mod-php5' has no installation candidate
E: Package 'php5' has no installation candidate
E: Package 'php5-common' has no installation candidate
E: Unable to locate package php5-cgi
E: Package 'php5-mysql' has no installation candidate
E: Package 'php5-curl' has no installation candidate
E: Package 'mysql-server' has no installation candidate
E: Package 'mysql-client' has no installation candidate
E: Unable to locate package phpMyAdmin
E: Package 'rssh' has no installation candidate
E: Unable to locate package vesta
E: Unable to locate package vesta-nginx
E: Unable to locate package vesta-php
E: Unable to locate package vesta-ioncube
E: Unable to locate package vesta-softaculous
Error: apt-get install failed

Those packages do not exist on the debian 10 repos, some (like rssh) are missing completely, other have a slightly different package name to debian 9

I also received a 404 while running apt update from the vestacp.com/buster repo
Err:5 http://apt.vestacp.com/buster buster Release
404 Not Found [IP: 104.236.66.100 80]

did I grab the wrong installation script (http://c.myvestacp.com/vst-install-debian.sh)?
What did I miss?

Help would be highly appreciated :)

Re: Debian10 - Wrong dependencies

Posted: Mon Aug 31, 2020 8:13 pm
by myVesta
Looks like you grabbed
http://vestacp.com/pub/vst-install.sh
instead of
http://c.myvestacp.com/vst-install-debian.sh

You just need to run:

Code: Select all

curl -O vst-install-debian.sh http://c.myvestacp.com/vst-install-debian.sh
bash vst-install-debian.sh

Re: Debian10 - Wrong dependencies

Posted: Mon Aug 31, 2020 8:33 pm
by Ex0danify
Blimey, yes.
It was indeed the wrong script, but somehow with the right name.
Thanks for the suuuper fast response!