Linux – How to upgrade Scientific Linux 6.3 to 6.6

linuxredhat-enterprise-linuxscientific-linuxyum

I am upgrading Scientific Linux 6.3 to 6.6

I have to update machines of Scientific Linux 6.3 to 6.6. I tried #yum list updates and
.# yum update

It downloaded some files and installed. But my Scientific Linux is still showing Scientific Linux 6.3.

.#yum list updates returns "Loaded plugins: refresh-packagekit,security".

Doing the same worked fine in Red Hat Linux.

Best Answer

Install yum-cond-sl6x if it not available from

http://rpm.pbone.net/index.php3?stat=3&search=yum-conf-sl6x&srodzaj=3

follow rpm -ivh

.#yum clean all

.#yum update

Related Question