yum 配置源

一隻小菜鳥2號發表於2018-07-17

yum 配置源

    1 .開啟  vi /etc/yum.repos.d/CentOS-Base.repo          注:yum預設載入這個檔案

  2.刪除 /etc/yum.repos.d/CentOS-Base.repo 裡面的檔案內容

 (1)使用#dd刪除

 (2)echo > /etc/yum.repos.d/CentOS-Base.repo

 3. 編輯檔案內容

   [1]                  //自定義

  name=1                //名字自定義

  baseurl=file:///系統光碟掛載的地方    //yum源尋找本地安裝的rpm包的路徑  http,ftp

  enabled=1                //代表此檔案可用

  gpgcheck=0              //跳過檢查

 

相關文章