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
Debian10 - Wrong dependencies
- myVesta
- Site Admin
- Posts: 949
- Joined: Fri Jun 19, 2020 9:59 am
- Has thanked: 9 times
- Been thanked: 6 times
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:
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