The repository 'https://apt.releases.hashicorp.com focal Release' does not have a Release file

Hello,

Trying to install vagrant on Ubuntu 20 following these instructions, but getting the error in title. Does Hashicorp no longer maintain a repo for Ubuntu 20 (focal)?

1 Like

I get the same:

The repository ā€˜https://apt.releases.hashicorp.com focal Releaseā€™ does not have a Release file.

It was working a few hours ago.

Seeing the same kind of issue but for buster instead of focal.

seems to be working for me again.

Hi there. There was an incident that impacted the package repositories that has since been resolved. If you are still encountering issues, please do let us know. Cheers!

1 Like

Hi, Still facing the issue
sudo apt update && sudo apt install vault
Ign:1 https://apt.releases.hashicorp.com focal InRelease
Err:2 https://apt.releases.hashicorp.com focal Release
Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification. [IP: 11.125.64.180 8080]
Hit:3 Index of /ubuntu focal InRelease
Hit:4 Index of /ubuntu focal-updates InRelease
Hit:5 Index of /ubuntu focal-security InRelease
Get:6 Index of /ubuntu focal-backports InRelease [108 kB]
Reading package listsā€¦ Done
E: The repository ā€˜https://apt.releases.hashicorp.com focal Releaseā€™ does not have a Release file.
N: Updating from such a repository canā€™t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Hi there,

The error you are encountering suggests that your system (or network) is configured with a proxy that is causing the problem.

Also seeing the same error following vault install instructions
(here: Install | Vault | HashiCorp Developer )

apt update

Ign:1 Index of /linuxmint-packages victoria InRelease
Hit:2 Index of /mirror-sites/ubuntu jammy InRelease
Hit:3 Index of /linuxmint-packages victoria Release
Hit:4 Index of /mirror-sites/ubuntu jammy-updates InRelease
Hit:5 Index of /mirror-sites/ubuntu jammy-backports InRelease
Hit:6 Index of /ubuntu jammy-security InRelease
Hit:7 https://download.gocd.org InRelease
Hit:8 Index of /repo/ubuntu stable-focal InRelease
Ign:10 https://apt.releases.hashicorp.com victoria InRelease
Err:11 https://apt.releases.hashicorp.com victoria Release
404 Not Found [IP: 18.154.185.73 443]
Reading package listsā€¦ Done
E: The repository ā€˜https://apt.releases.hashicorp.com victoria Releaseā€™ does not have a Release file.
N: Updating from such a repository canā€™t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
N: Skipping acquire of configured file ā€˜main/binary-i386/Packagesā€™ as repository ā€˜Index of /repo/ubuntu stable-focal InReleaseā€™ doesnā€™t support architecture ā€˜i386ā€™

Hello,

Iā€™m encountering the same issue.

I have followed the instruction from https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli.

This is my hashicorp.list content:
deb [arch=amd64 signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com trixie main

Same output of apt update as devops4 above.

Not to necro a dead thread, but still getting the same issue.

Internet connectivity is fine, (the redacted part returned valid external IP) yet repo is not responding.

Trying to install this morning and seeing same output as dgarner.

Was able to Brew in an earlier version in (1.5.7)

Update attempt gives same results.

E: The repository ā€˜https://apt.releases.hashicorp.com virginia Releaseā€™ does not have a Release file.
N: Updating from such a repository canā€™t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Just found out a solution that works for me.
Trying to install it on Debian release called ā€œTrixieā€ .
It seems there is no package for it yet, so I changed the entry in the file ā€œhashicorp.listā€ in ā€œ/etc/apt/sources.list/ā€ from ā€œtrixieā€ to ā€œbookwormā€ and it installed the package all right!.

PS: Bookworm is the previous Debian release, while Trixie is the current one.

This also worked for me.

Latest release looks like Virginia (what I have, Jan '24 release).

Changed to bookworm and all is well.

Thanks!!!