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.
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.
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
choco list -e <package> -a
-e, --exact
Only return packages with this exact name.
choco list --by-id-only [package] -a
--by-id-only
Only return packages where the id contains the search filter.