Hide Forgot
Description of problem: There is currently no way to view more than 19 items from the command: yum history list Could we have an option to view more? Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Correction: yum shell history list
Correction: yum history list or: yum shell > history list
Hello, you can use 'yum history list all' to view all transactions.
Thanks. I can't find this documented either in the man page, or in yum shell help.
It's in yum's man page, although I agree that it's easy to miss it.
Oh good. Where in the man page? Can you copy paste?
It's under the 'history' section. The info/list/summary commands take either a transaction id or a package (with wildcards, as in Specifying package names), all three can also be passed no arguments. list can be passed the keyword "all" to list all the transactions.
Thanks.