vagrant icon indicating copy to clipboard operation
vagrant copied to clipboard

HashiCorp APT repository missing Release files for Oracular

Open adrian3d opened this issue 1 year ago • 4 comments
trafficstars

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

adrian3d avatar Oct 16 '24 07:10 adrian3d

Experiencing the same issue. Presently running Linux Mint, so it's likely related.

sudonem avatar Oct 25 '24 14:10 sudonem

As a workaround, you can try changing the release codename in the drop-in package source list to noble and use the packages for Ubuntu 24.04.

brlin-tw avatar Nov 02 '24 08:11 brlin-tw

The repository should be available this week. I will update this issue once it has been published.

chrisroberts avatar Nov 04 '24 18:11 chrisroberts

Thanks @chrisroberts !

adrian3d avatar Nov 06 '24 09:11 adrian3d