Daily Archives: January 11, 2016

yum useful commands

To get a list of availale updates

yum -v check-update

To get a transaction list of last updates

yum -v history list

To get a list of changes during a transaction

yum history info <transactionID>

To remove obsolete kernel packages without questions

package-cleanup –oldkernels -y