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.
To count all installed packages run: sudo yum list installed | wc -l.
You can find the version number of a package in your repositories with the yum info command. # yum info rabbitmq-server Available Packages Name : rabbitmq-server Arch : noarch Version : 2.6.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With