Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HashiCorp APT repository missing Release files for Oracular #13509

Open
adrian3d opened this issue Oct 16, 2024 · 0 comments
Open

HashiCorp APT repository missing Release files for Oracular #13509

adrian3d opened this issue Oct 16, 2024 · 0 comments

Comments

@adrian3d
Copy link

Debug output

https://gist.github.com/adrian3d/dd9c77cae635b982e21a061f6bad62a3

Expected behavior

Apt install command should have installed vagrant on my Kubuntu 24.10 machine. Unfortunately, it seems the release files aren't available for this system version.

Actual behavior

Apt can't find the release files in the hashicorp repository.

Reproduction information

Vagrant version

Latest stable vagrant version I guess.

Host operating system

Kubuntu 24.10

Steps to reproduce

wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
sudo apt update && sudo apt install vagrant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant