Ubuntu/Debian: Show list of available versions of a specific package
Posted
by karl93
on Server Fault
See other posts from Server Fault
or by karl93
Published on 2010-01-31T16:48:34Z
Indexed on
2010/05/21
12:51 UTC
Read the original article
Hit count: 162
Sorry, this might be a beginner question:
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-version -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?
© Server Fault or respective owner