search
HomeOperation and MaintenanceCentOSHow to change the source of centos

The purpose of changing the source in CentOS is to accelerate package downloads, by modifying the pointing of baseurl in the source file configuration file (/etc/yum.repos.d/). The specific steps are as follows: Back up the original configuration file: sudo cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak Edit the configuration file (taking CentOS-Base.repo as an example): sudo vim /etc/yum.repos.d/CentOS-Base.repo find the baseurl line and change it to domestic

How to change the source of centos

CentOS source change: Stop being tortured again!

Many friends have complained that CentOS's source is as slow as a snail. It has not been moved for a long time after downloading a package, which is simply crazy. This article will talk about how to change sources gracefully and completely get rid of the trouble of download speed. After reading it, you can not only easily change the source, but also understand the tricks, and you will never have to worry about this mess again!

First of all, you have to know that CentOS uses yum, and this package management tool relies on source files to obtain software packages. Source files are like the address of a huge software supermarket, and the default source usually points to a foreign server, so slow! What we need to do is to change this address to a domestic mirror site.

Basics: Don't be afraid, it's actually very simple

You only need to know the /etc/yum.repos.d/ directory, which stores all yum source configuration files. These files are usually ended with .repo . Don't worry, you don't need to understand any complicated Linux commands, simple text editing is enough.

Core: Change the source, which means changing the configuration file!

Open your /etc/yum.repos.d/ directory and you will see a bunch of .repo files, each corresponding to a source. For example, CentOS-Base.repo , this is the configuration file of the CentOS main source. These files are what we want to modify.

I personally prefer to use Alibaba Cloud's source because it is stable and fast. Of course, you can also choose Tsinghua University, University of Science and Technology of China, etc., search for it yourself, and there are many choices.

Practice: Take Alibaba Cloud as an example and teach you step by step

Back up the original file first. This is a good habit. If you correct it wrong, you can still recover it:

 <code class="bash">sudo cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak</code>

Then, open CentOS-Base.repo with your favorite text editor (vim, nano):

 <code class="bash">sudo vim /etc/yum.repos.d/CentOS-Base.repo</code>

Find the baseurl line and change it to Alibaba Cloud's source address, for example:

 <code>baseurl=http://mirrors.aliyun.com/centos/$releasever/BaseOS/</code>

Don’t forget to change other baseurl to the corresponding addresses of Alibaba Cloud, such as epel source. The complete configuration file may be relatively long. Check it carefully to make sure that all baseurl point to Alibaba Cloud. Save the file and exit the editor.

Test: A moment to witness miracles!

Finally, update the yum cache and see the effect:

 <code class="bash">sudo yum makecache</code>

Then try to install a software package, such as sudo yum install vim , to see if the download speed is much faster!

Advanced Usage: Play with multiple sources

You can also use multiple sources at the same time to improve reliability. Add multiple baseurl to the configuration file, yum will automatically try to download from different sources, and if one source fails, it will try others. It's like finding a few more stores when buying things and you can always find the right one.

Guide to trapping in pits: Avoid unnecessary trouble

  • Backup! Backup! Backup! Say important things three times! Be sure to back up before modifying the configuration file to avoid misoperation.
  • Check it carefully! When modifying the configuration file, be sure to carefully check each parameter to ensure it is correct. A small error may cause yum to not work properly.
  • Choose the right source! Different source speeds and stability are different, so choosing a reliable source is very important. It is recommended to try a few more sources to find the one that suits you best.
  • Version matching! Make sure that the source you choose is compatible with your CentOS version. Version mismatch may cause installation failure.

Remember, changing the source is just a small trick, and more importantly, understanding the working principle of yum and the structure of the configuration file. With these masters, you can easily deal with various Linux system management problems! I wish you a successful source change and a flying feeling from now on!

The above is the detailed content of How to change the source of centos. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
CentOS: The Choice for Server EnvironmentsCentOS: The Choice for Server EnvironmentsMay 09, 2025 am 12:21 AM

CentOS is widely selected as a server operating system because it is stable, secure and free. 1.CentOS is based on RHEL, providing enterprise-level stability and a life cycle of up to 10 years. 2. It has rich software packages and strong community support. 3. Simple installation, use yum management software package, and intuitive configuration. 4. Improve server management efficiency through command line tools, regular backups and log management. 5. Optimize server performance by adjusting kernel and network parameters.

The Future of CentOS: What's Next?The Future of CentOS: What's Next?May 08, 2025 am 12:01 AM

CentOS will continue to develop through CentOSStream in the future. CentOSStream is no longer a direct clone of RHEL, but is part of RHEL development. Users can experience the new RHEL functions in advance and participate in development.

CentOS: From Development to Production EnvironmentsCentOS: From Development to Production EnvironmentsMay 07, 2025 am 12:08 AM

The transition from development to production in CentOS can be achieved through the following steps: 1. Ensure the consistent development and production environment, use the YUM package management system; 2. Use Git for version control; 3. Use Ansible and other tools to automatically deploy; 4. Use Docker for environmental isolation. Through these methods, CentOS provides powerful support from development to production, ensuring the stable operation of applications in different environments.

CentOS Stream: The Successor and its ImplicationsCentOS Stream: The Successor and its ImplicationsMay 06, 2025 am 12:02 AM

CentOSStream is a cutting-edge version of RHEL, providing an open platform for users to experience the new RHEL functions in advance. 1.CentOSStream is the upstream development and testing environment of RHEL, connecting RHEL and Fedora. 2. Through rolling releases, users can continuously receive updates, but they need to pay attention to stability. 3. The basic usage is similar to traditional CentOS and needs to be updated frequently; advanced usage can be used to develop new functions. 4. Frequently asked questions include package compatibility and configuration file changes, and requires debugging using dnf and diff. 5. Performance optimization suggestions include regular cleaning of the system, optimizing update policies and monitoring system performance.

CentOS: Examining the Reasons Behind the End of LifeCentOS: Examining the Reasons Behind the End of LifeMay 04, 2025 am 12:12 AM

The reason for the end of CentOS is RedHat's business strategy adjustment, community-business balance and market competition. Specifically manifested as: 1. RedHat accelerates the RHEL development cycle through CentOSStream and attracts more users to participate in the RHEL ecosystem. 2. RedHat needs to find a balance between supporting open source communities and promoting commercial products, and CentOSStream can better convert community contributions into RHEL improvements. 3. Faced with fierce competition in the Linux market, RedHat needs new strategies to maintain its leading position in the enterprise-level market.

The Reasons for CentOS's Shutdown: A Detailed AnalysisThe Reasons for CentOS's Shutdown: A Detailed AnalysisMay 03, 2025 am 12:05 AM

RedHat shut down CentOS8.x and launches CentOSStream because it hopes to provide a platform closer to the RHEL development cycle through the latter. 1. CentOSStream, as the upstream development platform of RHEL, adopts a rolling release mode. 2. This transformation aims to enable the community to get exposure to new RHEL features earlier and provide feedback to accelerate the RHEL development cycle. 3. Users need to adapt to changing systems and reevaluate system requirements and migration strategies.

CentOS: The Advantages of Using This Linux DistroCentOS: The Advantages of Using This Linux DistroMay 02, 2025 am 12:10 AM

CentOS stands out among enterprise Linux distributions because of its stability, security, community support and enterprise application advantages. 1. Stability: The update cycle is long and the software package has been strictly tested. 2. Security: Inherit the security features of RHEL, update and announce in a timely manner. 3. Community support: a huge community and detailed documentation to respond to problems quickly. 4. Enterprise applications: Support container technologies such as Docker, suitable for modern application deployment.

Comparing CentOS Replacements: Features and BenefitsComparing CentOS Replacements: Features and BenefitsMay 01, 2025 am 12:05 AM

Alternatives to CentOS include AlmaLinux, RockyLinux, and OracleLinux. 1.AlmaLinux provides RHEL compatibility and community-driven development. 2. RockyLinux emphasizes enterprise-level support and long-term maintenance. 3. OracleLinux provides Oracle-specific optimization and support. These alternatives have similar stability and compatibility to CentOS, and are suitable for users with different needs.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor