How to Use Continuous Release (CR) Repository in CentOS

The CentOS CR (Continuous Release) repository contains packages that will ship in the next point release for a specific CentOS Version. If you consider CentOS 7, a point release is the next release such as 7.x.

Packages in this repository are built from the upstream vendor sources, but might not represent an exact upstream distribution release. They are made available soon after they are built, for system administrators or users who want to test these newly built packages on their systems, and provide feedback on content for the next release. It is also useful for those eager to know what will appear in an upcoming release.

The CR repository is not enabled by default and it is an “opt-in process”. In this article, we will show how to install and enable the CR repository on a CentOS system.

Attention: Packages in the CR repository are less comprehensively reviewed in the QA (Quality Assurance) process; so they are likely to have a few build issues.

How to Enable CentOS CR (Continuous Release) Repository

To enable the CR repository on CentOS 6/5 distributions, you need to install the centos-release-cr package which is present in the CentOS Extras repository, enabled by default, as follows.

# yum install centos-release-cr

On CentOS 7, the repository configuration file is included in the newest centos-release package. So start by updating your system to get the latest centos-release package.

# yum update 

Next, run the command below to enable the CR repository on CentOS.

# yum-config-manager --enable cr 

Finally, check if the repository configuration has been added to the system, using the the following command.

# yum repolist cr
Check CentOS CR Repository
Check CentOS CR Repository

The CR repository allows you to test newly built packages prior to full deployment in your environment. If you have any questions, use the feedback form to reach us.

Tutorial Feedback...
Was this article helpful? If you don't find this article helpful or found some outdated info, issue or a typo, do post your valuable feedback or suggestions in the comments to help improve this article...

If You Appreciate What We Do Here On TecMint, You Should Consider:

TecMint is the fastest growing and most trusted community site for any kind of Linux Articles, Guides and Books on the web. Millions of people visit TecMint! to search or browse the thousands of published articles available FREELY to all.

If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.

Support Us

We are thankful for your never ending support.

Got something to say? Join the discussion.

Have a question or suggestion? Please leave a comment to start the discussion. Please keep in mind that all comments are moderated and your email address will NOT be published.