How to Use Continuous Release (CR) Repository in CentOS

Take Your Linux Skills to the Next Level All courses, certifications, ad-free articles & community — from $8/mo
Join Root →
Ad-free access to all premium articles
Access to all courses: Learn Linux, AI for Linux, Bash Scripting, Ubuntu Handbook, Golang and more.
Access to Linux certifications (RHCSA, RHCE, LFCS and LFCA)
Access new courses on release
Get access to weekly newsletter
Priority help in comments
Private Telegram community
Connect with the Linux community
From $8/mo · or $59/yr billed annually · Cancel anytime

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.

Root Plan
Premium Linux Education for Serious Learners

Take Your Linux Skills to the Next Level

Root members get full access to every course, certification prep track, and a growing library of hands-on Linux content — with new courses added every month.

What You Get
Ad-free access to all premium articles
Access to all courses: Learn Linux, AI for Linux, Bash Scripting, Ubuntu Handbook, Golang and more.
Access to Linux certifications (RHCSA, RHCE, LFCS and LFCA)
Access new courses on release
Get access to weekly newsletter
Priority help in comments
Private Telegram community
Connect with the Linux community
Aaron Kili
Aaron Kili is a Linux and F.O.S.S enthusiast, an upcoming Linux SysAdmin, web developer, and currently a content creator for TecMint who loves working with computers and strongly believes in sharing knowledge.

Each tutorial at TecMint is created by a team of experienced Linux system administrators so that it meets our high-quality standards.

Join the TecMint Weekly Newsletter (More Than 156,129 Linux Enthusiasts Have Subscribed)
Was this article helpful? Please add a comment or buy me a coffee to show your appreciation.

Got Something to Say? Join the Discussion...

Thank you for taking the time to share your thoughts with us. We appreciate your decision to leave a comment and value your contribution to the discussion. It's important to note that we moderate all comments in accordance with our comment policy to ensure a respectful and constructive conversation.

Rest assured that your email address will remain private and will not be published or shared with anyone. We prioritize the privacy and security of our users.

Root Plan Premium Linux Education for Serious Learners

Before You Go - Upgrade Your Linux Skills

Root members get everything in one place, with new courses added every month.

What You Get
Ad-free access to all premium articles
Access to all courses: Learn Linux, AI for Linux, Bash Scripting, Ubuntu Handbook, Golang and more.
Linux certifications: RHCSA, RHCE, LFCS and LFCA
Access new courses on release
Weekly newsletter, priority support & Telegram community
Join Root Today and Start Learning Linux the Right Way
Structured courses, certification prep, and a community of Linux professionals - all in one membership.
Join Root Plan →
$8/mo · or $59/yr billed annually