Page 1 of 1

CENTOS 7.7

Posted: 2019/09/11 16:25:24
by kitchaaa_r
Hi Team,

Redhat released the patches and kernel version RHEL 7.7. will the same patches and kernel version available on Centos 7.7. when i checked the in the mirrors list that centos 7 patches available till July 31st 2019. kindly confirm is any other patches came along with new kernel which is equivalent to RHEL 7.7

[root@mndevpat02 ~]# uname -r
3.10.0-957.27.2.el7.x86_64

[root@mndevpat02 ~]# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)

[root@mndevpat02 ~]# yum update
Loaded plugins: langpacks, rhnplugin
This system is receiving updates from RHN Classic or Red Hat Satellite.
No packages marked for update
[root@mndevpat02 ~]#



Thanks
Krishna

Re: CENTOS 7.7

Posted: 2019/09/11 16:29:07
by avij
CentOS 7.7 hasn't gone through the full QA round yet, but you can already get the 7.7 packages via the Continuous Release repository with yum update --enablerepo=cr. The .iso images will be released once all the bits in 7.7 have passed QA.

If you have EPEL packages installed, you may need to use --enablerepo=cr,epel-testing if you run into dependency problems.

Re: CENTOS 7.7

Posted: 2019/09/11 16:29:26
by TrevorH
For information on the Continuous Release repository please see http://wiki.centos.org/AdditionalResour ... itories/CR

yum --enablerepo=cr update

You may need to add epel-testing to the enablerepo list if you have errors on EPEL packages without.