# repos **Repository Path**: xyz_zen/repos ## Basic Information - **Project Name**: repos - **Description**: 仓库源repo文件. - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-16 - **Last Updated**: 2022-07-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 中科大,清华等仓库源不提供文件,下载起来不方便. > ustc 中科大源 > bfsu 北京外国语源(还是清华维护) ## 中科大源 ### epel ``` wget -O /etc/yum.repos.d/epel.repo https://raw.githubusercontent.com/xyzzen/repos/master/utsc/epel.repo ``` ### centos7 ``` cp -r /etc/yum.repos.d /opt wget -O /etc/yum.repos.d/CentOS-Base.repo https://raw.githubusercontent.com/xyzzen/repos/master/utsc/centos7/CentOS-Base.repo ``` ### centos8 ``` cp -r /etc/yum.repos.d /opt wget -O /etc/yum.repos.d/CentOS-Linux-AppStream.repo https://raw.githubusercontent.com/xyzzen/repos/master/utsc/centos8/CentOS-Linux-AppStream.repo wget -O /etc/yum.repos.d/CentOS-Linux-BaseOS.repo https://raw.githubusercontent.com/xyzzen/repos/master/utsc/centos8/CentOS-Linux-BaseOS.repo wget -O /etc/yum.repos.d/CentOS-Linux-Extras.repo https://raw.githubusercontent.com/xyzzen/repos/master/utsc/centos8/CentOS-Linux-Extras.repo wget -O /etc/yum.repos.d/CentOS-Linux-Plus.repo https://raw.githubusercontent.com/xyzzen/repos/master/utsc/centos8/CentOS-Linux-Plus.repo wget -O /etc/yum.repos.d/CentOS-Linux-PowerTools.repo https://raw.githubusercontent.com/xyzzen/repos/master/utsc/centos8/CentOS-Linux-PowerTools.repo ``` ## 北外源 ### epel ``` wget -O /etc/yum.repos.d/epel.repo https://raw.githubusercontent.com/xyzzen/repos/master/bfsu/epel.repo ``` ### centos7 ``` cp -r /etc/yum.repos.d /opt wget -O /etc/yum.repos.d/CentOS-Base.repo https://raw.githubusercontent.com/xyzzen/repos/master/bfsu/centos7/CentOS-Base.repo ``` ### centos8 ``` cp -r /etc/yum.repos.d /opt wget -O /etc/yum.repos.d/CentOS-Linux-AppStream.repo https://raw.githubusercontent.com/xyzzen/repos/master/bfsu/centos8/CentOS-Linux-AppStream.repo wget -O /etc/yum.repos.d/CentOS-Linux-BaseOS.repo https://raw.githubusercontent.com/xyzzen/repos/master/bfsu/centos8/CentOS-Linux-BaseOS.repo wget -O /etc/yum.repos.d/CentOS-Linux-Extras.repo https://raw.githubusercontent.com/xyzzen/repos/master/bfsu/centos8/CentOS-Linux-Extras.repo wget -O /etc/yum.repos.d/CentOS-Linux-Plus.repo https://raw.githubusercontent.com/xyzzen/repos/master/bfsu/centos8/CentOS-Linux-Plus.repo wget -O /etc/yum.repos.d/CentOS-Linux-PowerTools.repo https://raw.githubusercontent.com/xyzzen/repos/master/bfsu/centos8/CentOS-Linux-PowerTools.repo ``` # gitee加速 ## 中科大源 ### epel ``` wget -O /etc/yum.repos.d/epel.repo https://gitee.com/xyz_zen/repos/raw/master/utsc/epel.repo ``` ### centos7 ``` cp -r /etc/yum.repos.d /opt wget -O /etc/yum.repos.d/CentOS-Base.repo https://gitee.com/xyz_zen/repos/raw/master/utsc/centos7/CentOS-Base.repo ``` ### centos8 ``` cp -r /etc/yum.repos.d /opt wget -O /etc/yum.repos.d/CentOS-Linux-AppStream.repo https://gitee.com/xyz_zen/repos/raw/master/utsc/centos8/CentOS-Linux-AppStream.repo wget -O /etc/yum.repos.d/CentOS-Linux-BaseOS.repo https://gitee.com/xyz_zen/repos/raw/master/utsc/centos8/CentOS-Linux-BaseOS.repo wget -O /etc/yum.repos.d/CentOS-Linux-Extras.repo https://gitee.com/xyz_zen/repos/raw/master/utsc/centos8/CentOS-Linux-Extras.repo wget -O /etc/yum.repos.d/CentOS-Linux-Plus.repo https://gitee.com/xyz_zen/repos/raw/master/utsc/centos8/CentOS-Linux-Plus.repo wget -O /etc/yum.repos.d/CentOS-Linux-PowerTools.repo https://gitee.com/xyz_zen/repos/raw/master/utsc/centos8/CentOS-Linux-PowerTools.repo ``` ## 北外源 ### epel ``` wget -O /etc/yum.repos.d/epel.repo https://gitee.com/xyz_zen/repos/raw/master/bfsu/epel.repo ``` ### centos7 ``` cp -r /etc/yum.repos.d /opt wget -O /etc/yum.repos.d/CentOS-Base.repo https://gitee.com/xyz_zen/repos/raw/master/bfsu/centos7/CentOS-Base.repo ``` ### centos8 ``` cp -r /etc/yum.repos.d /opt wget -O /etc/yum.repos.d/CentOS-Linux-AppStream.repo https://gitee.com/xyz_zen/repos/raw/master/bfsu/centos8/CentOS-Linux-AppStream.repo wget -O /etc/yum.repos.d/CentOS-Linux-BaseOS.repo https://gitee.com/xyz_zen/repos/raw/master/bfsu/centos8/CentOS-Linux-BaseOS.repo wget -O /etc/yum.repos.d/CentOS-Linux-Extras.repo https://gitee.com/xyz_zen/repos/raw/master/bfsu/centos8/CentOS-Linux-Extras.repo wget -O /etc/yum.repos.d/CentOS-Linux-Plus.repo https://gitee.com/xyz_zen/repos/raw/master/bfsu/centos8/CentOS-Linux-Plus.repo wget -O /etc/yum.repos.d/CentOS-Linux-PowerTools.repo https://gitee.com/xyz_zen/repos/raw/master/bfsu/centos8/CentOS-Linux-PowerTools.repo ``` # SCLo ## github ``` wget -O /etc/yum.repos.d/CentOS-SCLo-rh.repo https://raw.githubusercontent.com/xyzzen/repos/master/sclo/CentOS-SCLo-rh.repo ``` ## gitee ``` wget -O /etc/yum.repos.d/CentOS-SCLo-rh.repo https://gitee.com/xyz_zen/repos/raw/master/sclo/CentOS-SCLo-rh.repo ```