# CentOS6_yum **Repository Path**: yeungchie/CentOS6_yum ## Basic Information - **Project Name**: CentOS6_yum - **Description**: [ Linux ] CentOS6 现在还能用的 yum 源 2021-02-19 - **Primary Language**: Shell - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-07-05 - **Last Updated**: 2023-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CentOS6_yum [https://www.cnblogs.com/yeungchie/](https://www.cnblogs.com/yeungchie/ "https://www.cnblogs.com/yeungchie/") > CentOS6 已经停更了,但由于某些原因还得接着用着,找到几个暂时还能用的 yum 源 ## 备份 ```sh mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup mv /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel.repo.backup ``` ## 下载 ```sh wget -O /etc/yum.repos.d/CentOS-Base.repo https://gitee.com/yeungchie/CentOS6_yum/raw/master/CentOS6-Base.repo wget -O /etc/yum.repos.d/epel.repo https://gitee.com/yeungchie/CentOS6_yum/raw/master/epel6.repo ``` ## 更新 ```sh yum clean all yum makecache ```