Waiting for the new package set in the next CentOS-7 release ? A majority of them are now available on every CentOS-7 machine by running the following commands :
yum update
yum --enablerepo=cr list updates
Its important you run a 'yum update' first, since the cr repo definitions are only available in the newer centos-release rpms. Once you are happy with the new content that is going to come via the CR repos, you can apply them with :
yum --enablerepo=cr update
For more information on whats been pushed to these CR Repos, look at the announcement email at : http://lists.centos.org/pipermail/centos-announce/2015-March/020980.html
You can get more information on the CR process, the repository and the content inside it at : http://wiki.centos.org/AdditionalResources/Repositories/CR
- KB
Small typo;
yum --enabelrepo=cr list updates
should be
yum --enablerepo=cr list updates
"yum --enabelrepo=cr list updates" contains a typo!
Not all packages were updated on 3-20 so that update command will fail.... see the following packages:
abrt-gui-2.1.11-19.el7.centos.0.2.x86_64
abrt-2.1.11-19.el7.centos.0.2.x86_64
abrt-addon-ccpp-2.1.11-19.el7.centos.0.2.x86_64
Please try your commands before posting.
The announcement email you point to does not refer to the March 20 release...
Maybe you should delete this post and redo the whole thing.?!
I found a workaround to the issue explained by habwtl. The error is regarding the download of the abrt packages using the Delta RPMs. Disable Delta RPMS, by adding the line deltarpm=0
in /etc/yum.conf. After doing this I ran the yum –enabelrepo=cr list updates
command and it downloaded the packages.
Is there a schedule for final release?
Is there a schedule for final release?