Vault install problem

When installing Vault (via official installation guide for Linux) on the Ubuntu 24 LTS i get:

root@vault1-dev:/home/ubuntu# apt install vault
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done

No apt package “vault”, but there is a snap with that name.
Try “snap install vault”

E: Unable to locate package vault

After update, and setting repo… Am i missing anything?

Got it…
Repo source was wrong, idk why.

Works with: deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com jammy main

1 Like