When I use yum history list
command on my CentOS-7 remote server it shows a list of yum history in below format:
ID | Command line | Date and time | Action(s) | Altered
--------------------------------------------------------------------------------
but if I call it this way: yum history list 1..3
or yum history list all
it outputs:
ID | Login user | Date and time | Action(s) | Altered
-------------------------------------------------------------------------------
And skips showing Command Line
column which is more preferred for me to be visible. How can I tell yum to show Command Line
column rather than Login username
?