Install error in ubuntu 20.04

Hi, my english is not good, but, I try…

When trying to install the panel I get the following error:

“Error: apt-get install failed”

I don’t know if you have any suggestions, thanks

sometimes there are issues with reaching one of the repos (so far mostly sury was a bit difficult).
maybe just try later or if you want to narrow down more…
then manually download the installscript and edit out the >/dev/null for apt so you get more infos, about what could be the problem.

2 Likes

is it oke, if i try later ?

It should be fixed right now…

still

Updating currently installed packages, please wait… W: GPG error: mirror - MvA xenial InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY F1656F24C74CD1D8
W: The repository ‘mirror - MvA xenial InRelease’ is not signed.
W: GPG error: Index of /packages/mainline/ubuntu/ xenial InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY ABF5BD827BD9BF62
W: The repository ‘Index of /packages/mainline/ubuntu/ xenial InRelease’ is not signed.
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

This is error is fixed with the following changes

Or don’t use 16.04 but 18.04 or 20.04 :slight_smile:

how to fix it, if i still use ubuntu 16 ?

Download https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install-ubuntu.sh

and the replace

Line https://github.com/hestiacp/hestiacp/blob/6bf679e60180abb4f0c0bfbb099563b2e647f525/install/hst-install-ubuntu.sh#L559

https:// with http://

and repeat for

oke thanks… i’ll try and report to you.

Is this a new install or an existing setup? Don’t run the installer script if Hestia is already installed

of course this is new install :rofl:

the problem is solved, with replacing https to http in source…

1 Like

Will fix the issue without any changes…

works very well with me