How can I list all available versions of specific package?
I know with
apt-get install myPackage=1.2.3
a specific version could be installed. And with
apt-show-versions -a myPackage
I would get a list of versions that are known by the system.
But how getting a list of all available versions. I think that isn't possible using the apt tools because they are restricted to configured repositories.
So what is the way to go? Some web-repositories? What is the recommondation for Ubuntu 8.04?
Try with
Quote from man page:
If you like to know which package versions are included into some particular Debian/Ubuntu/Backports release, rmadison tool from devscripts package could be the answer. For example:
It will show "official" information, regardless of repositories you have configured on your system.
Please note, that versions between releases are not kept as a part of official repositories. However, you can give a shot to recently launched http://snapshot.debian.org service, which allows to access to old packages based on dates and version numbers uploaded to Debian archive since around 2005.
Similar tool you may be interested in is whohas, which goes far beyond Debian family. It's able to show versions of available software for other distributions (Arch, openSUSE, Gentoo, FreeBSD and even more - 14 distros at the moment).
Hope that helps.
As @Ilya pointed out you can use
whohas
: