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.

If this article helped, with someone on your team.

TecMint Weekly Newsletter
Get the Learn Linux 7 Days Crash Course free when you join 34,000+ Linux professionals reading every Thursday.
Check your email for a magic link to get started.
Something went wrong. Please try again.
TecMint has been free for 14 years. Help keep it that way.
Google AI Overviews and tools like ChatGPT have cut into search traffic for independent tech sites like TecMint. Running this site costs over $2,000 every month for hosting, infrastructure, and paying authors to keep the content accurate and tested.

If this article helped you solve a problem, consider buying a coffee. It helps keep TecMint free, supports the authors, and keeps the project going.
☕ Buy Me a Coffee
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.

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.

Free Course
Get a free Linux course before you go.
Subscribe to TecMint Weekly and get the Learn Linux 7 Days Crash Course free. Read by 34,000+ Linux professionals every Thursday.
Something went wrong. Please try again.
Check your email for a magic link to get started.