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

Boris Modylevsky picture Boris Modylevsky · Nov 3, 2014 · Viewed 10.4k times · Source

I would like to get the list of versions of a package. What is the command line for this?

It would be also nice to search in versions, for example: all the versions that are higher or lower than a specific version.

Answer

ferventcoder picture ferventcoder · Nov 3, 2014

You just need to add the --all to the end of your request. You can also add -v for verbose output.

Choco list packagename --all