In order to find package versions available, you can use the following command.
```
@mfr-6 ➜ / $ apt-cache madison terraform | grep 1.12
terraform | 1.12.0-1 | [https://apt.releases.hashicorp.com](https://apt.releases.hashicorp.com) noble/main amd64 Packages
```
Madison command in apt-cache displays available versions of a package and it mimics subset of the functionality of the Debian archive management tool, Madison.
### See also
1.
### Reference
1. [apt-cache on manpages.ubuntu.com](https://manpages.ubuntu.com/manpages/xenial/man8/apt-cache.8.html)