tumichaelf
IS-IT--Management
Hello,
When I run "yum update", does this remove the obsolete packages as it upgrades to newer versions?
I ask because the Information Security group at my company has shown that the servers I manage have an older kernel package on them, even though they have been completely upgraded, and according to RHN they are fully up-to-date.
I half-answer my own question with the following command
but my question is, is it safe for me to just to uninstall the old kernel's, and how?
Thanks,
Michael
When I run "yum update", does this remove the obsolete packages as it upgrades to newer versions?
I ask because the Information Security group at my company has shown that the servers I manage have an older kernel package on them, even though they have been completely upgraded, and according to RHN they are fully up-to-date.
I half-answer my own question with the following command
Code:
yum list installed|grep kernel
kernel.x86_64 2.6.18-238.1.1.el5 installed
kernel.x86_64 2.6.18-274.el5 installed
kernel-devel.x86_64 2.6.18-238.1.1.el5 installed
kernel-devel.x86_64 2.6.18-274.el5 installed
kernel-headers.x86_64 2.6.18-274.el5 installed
but my question is, is it safe for me to just to uninstall the old kernel's, and how?
Thanks,
Michael