An error in the install process

OS: Ubuntu18.04
when run command

#apt-get install -y algorand

Failed to fetch https://releases.algorand.com/deb/pool/main/a/algorand/algorand_stable_linux-amd64_2.1.5.deb 404 Not Found [IP: 13.225.7.50 443]

Is this a temporary missing of file? because some days ago I installed the algorand on my local ubuntu18.04TLS and it works well until now, but today it fail when being installed on a cloud server in singapore.

thanks for your answer and help.

We took down the latest version due to a bug in packaging. We hope to have an update soon. In the meantime, you can specify the previous version by running e.g. apt install algorand=2.1.4

Thank you.

I switched to ‘Installing with Other Linux Distros’ , and now algorand 2.1.5 stable version is installed sucessfully.

./algod -v

2.1.5.stable [rel/stable] (commit #b0063b1b)
go-algorand is licensed with AGPLv3.0
source code available at https://github.com/algorand/go-algorand

That should work just fine :slight_smile: