How can I see all versions of a package that are available in the archive?

txwikinger

Is there a way I can see all the versions that are in the archives that I have configured in sources.list. I can see the last version of each archive withapt-get policy, but how can I see them all?

Is there any way that this can also include PPA and anything in sources.list.d?

Li Lo

As far as I understand your requirements, the madison option for apt-cache does what you want:

madison /[ pkg(s) ]
apt-cache's madison command attempts to mimic the output format and a subset of the functionality of the Debian archive management tool, madison. It displays available versions of a package in a tabular format. Unlike the original madison, it can only display information for the architecture for which APT has retrieved package lists (APT::Architecture).

On my computer:

$ apt-cache madison f-spot
    f-spot | 0.7.2-1~ppa~lucid0 | http://ppa.launchpad.net/f-spot/f-spot-ppa/ubuntu/ lucid/main Packages
    f-spot | 0.6.1.5-2ubuntu7 | http://ro.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
    f-spot | 0.6.1.5-2ubuntu6 | http://ro.archive.ubuntu.com/ubuntu/ lucid/main Packages
    f-spot | 0.6.1.5-2ubuntu6 | http://ro.archive.ubuntu.com/ubuntu/ lucid/main Sources
    f-spot | 0.6.1.5-2ubuntu7 | http://ro.archive.ubuntu.com/ubuntu/ lucid-updates/main Sources

I hope this is what you need. It also includes the ppas.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I see all versions of a package that are available in the archive?

From Dev

How can I see which versions (platform/version/abi) of a package are available using pip3?

From Dev

How can I see all packages that depend on a certain package with PIP?

From Dev

How can I see all packages that depend on a certain package with PIP?

From Dev

Is there any way to see all the versions for a python package?

From Dev

What can I do if a package is not available on the newest version of Ubuntu (18.04) but is available on older versions?

From Dev

How can I see all keypresses on the keyboard?

From Dev

How can I get all available width?

From Dev

How can I see a list of available imports for python?

From Dev

How can I see the available Windows Search Filters?

From Dev

How do I get the list of all the versions of a package?

From Dev

How to check available package versions in rpm systems?

From Dev

zypper: How to list different available versions of a package?

From Dev

How to check available package versions in rpm systems?

From Dev

I cannot see all versions of a NuGet Pacakge

From Dev

How to find out which versions of a package can I install on APT

From Dev

How can I keep two versions of the same package in archlinux?

From Dev

How can I specify a dependency between 2 versions of a package?

From Java

Python and pip, list all versions of a package that's available?

From Dev

How can I see the list of methods in a Julia Package

From Dev

How can I see when package has been upgraded?

From Dev

How can I see when a package was released/updated using `apt`?

From Dev

How can I see which package manager is running?

From Dev

How can I see complete package name in dpkg -l

From Dev

How can I check the available version of a package in the repositories?

From Dev

How can I make the goaccess package available in Lucid (10.04)?

From Java

How can I see all the issues I'm watching on Github?

From Dev

How to see all available `man` manuals?

From Java

How can I check all the installed Python versions on Windows?

Related Related

  1. 1

    How can I see all versions of a package that are available in the archive?

  2. 2

    How can I see which versions (platform/version/abi) of a package are available using pip3?

  3. 3

    How can I see all packages that depend on a certain package with PIP?

  4. 4

    How can I see all packages that depend on a certain package with PIP?

  5. 5

    Is there any way to see all the versions for a python package?

  6. 6

    What can I do if a package is not available on the newest version of Ubuntu (18.04) but is available on older versions?

  7. 7

    How can I see all keypresses on the keyboard?

  8. 8

    How can I get all available width?

  9. 9

    How can I see a list of available imports for python?

  10. 10

    How can I see the available Windows Search Filters?

  11. 11

    How do I get the list of all the versions of a package?

  12. 12

    How to check available package versions in rpm systems?

  13. 13

    zypper: How to list different available versions of a package?

  14. 14

    How to check available package versions in rpm systems?

  15. 15

    I cannot see all versions of a NuGet Pacakge

  16. 16

    How to find out which versions of a package can I install on APT

  17. 17

    How can I keep two versions of the same package in archlinux?

  18. 18

    How can I specify a dependency between 2 versions of a package?

  19. 19

    Python and pip, list all versions of a package that's available?

  20. 20

    How can I see the list of methods in a Julia Package

  21. 21

    How can I see when package has been upgraded?

  22. 22

    How can I see when a package was released/updated using `apt`?

  23. 23

    How can I see which package manager is running?

  24. 24

    How can I see complete package name in dpkg -l

  25. 25

    How can I check the available version of a package in the repositories?

  26. 26

    How can I make the goaccess package available in Lucid (10.04)?

  27. 27

    How can I see all the issues I'm watching on Github?

  28. 28

    How to see all available `man` manuals?

  29. 29

    How can I check all the installed Python versions on Windows?

HotTag

Archive