Error: apt-get install failed

installed debian 10.9 clean + ssh + wget

bash hst-install.sh --force --nginx yes --phpfpm no --apache yes --multiphp yes --named yes --vsftpd yes --proftpd no --iptables yes --fail2ban yes --quota no --api yes --exim yes --dovecot yes --spamassassin no --clamav no --mysql yes --postgresql no --interactive no --lang en --port blablabla --hostname blablabla --email blablabla --password blablabla

Updating currently installed packages, please wait… W: https://packages.sury.org/apache2/dists/buster/InRelease: No system certificates available. Try installing ca-certificates.
W: https://packages.sury.org/php/dists/buster/InRelease: No system certificates available. Try installing ca-certificates.
W: https://nginx.org/packages/mainline/debian/dists/buster/InRelease: No system certificates available. Try installing ca-certificates.
W: https://apt.hestiacp.com/dists/buster/InRelease: No system certificates available. Try installing ca-certificates.
W: https://mirror.mva-n.net/mariadb/repo/10.5/debian/dists/buster/InRelease: No system certificates available. Try installing ca-certificates.
W: https://packages.sury.org/apache2/dists/buster/Release: No system certificates available. Try installing ca-certificates.
E: The repository ‘https://packages.sury.org/apache2 buster Release’ does not have a Release file.
W: https://packages.sury.org/php/dists/buster/Release: No system certificates available. Try installing ca-certificates.
E: The repository ‘https://packages.sury.org/php buster Release’ does not have a Release file.
W: https://nginx.org/packages/mainline/debian/dists/buster/Release: No system certificates available. Try installing ca-certificates.
W: https://apt.hestiacp.com/dists/buster/Release: No system certificates available. Try installing ca-certificates.
W: https://mirror.mva-n.net/mariadb/repo/10.5/debian/dists/buster/Release: No system certificates available. Try installing ca-certificates.
E: The repository ‘https://nginx.org/packages/mainline/debian buster Release’ does not have a Release file.
E: The repository ‘https://apt.hestiacp.com buster Release’ does not have a Release file.
E: The repository ‘https://mirror.mva-n.net/mariadb/repo/10.5/debian buster Release’ does not have a Release file. -
The installer is now downloading and installing all required packages.
NOTE: This process may take 10 to 15 minutes to complete, please wait… /
Error: apt-get install failed

what is it? :thinking:

p.s.
apt-key adv --fetch-keys ‘https://packages.sury.org/php/apt.gpg’ > /dev/null 2>&1
apt install ca-certificates apt-transport-https

:roll_eyes: did not help

Reading package lists… Done
Building dependency tree
Reading state information… Done
ca-certificates is already the newest version (20200601~deb10u2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

it helped me. install clean debian 10.9 (no utilities), + ssh, + wget.

apt clean
apt -f install
dpkg --purge --force-depends ca-certificates
apt -f install
apt install ca-certificates apt-transport-https

install hestia… bingo! :sweat_smile:

3 Likes

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.