CentOS 5.4 Released
Wednesday, October 21st, 2009 Well CentOS is officially released. Now the mailing list whining can be stopped … until at least 5.5!
For new installs grab an ISO. For upgrades (which is generally safe), just run:
# yum update
Or if you want to be very careful:
# yum clean all
# yum update glibc\*
# yum update yum\* rpm\* python\*
# yum clean […]