以下是 ubuntu edgy eft 的源列表,記乙個備用,同時供有需要的同學參考。
## 主要的 bug 修正更新
## ubuntu 安全更新
## backports 倉庫
## plf 倉庫,包括 skype、googleearth、w32codecs 等
需要注意兩點:
sources.list 位於 /etc/apt/sources.list,編輯需要 sudo 許可權,且最好備份。
在 archive.ubuntu.com 之前可以加 cc.(cc 即國家**)以便使用本地映象,如 cn.archive.ubuntu.com。
把YUM源換為國內的源
修改centos預設yum源為mirrors.163.com 1 首先備份系統自帶yum源配置檔案 etc yum.repos.d centos base.repo 1 root localhost mv etc yum.repos.d centos base.repo etc yum.repos....
修改 Ubuntu的源為阿里源
安裝ubuntu 18.04後,使用國外源太慢了,修改為國內源會快很多。修改阿里源為ubuntu 18.04預設的源 備份 etc apt sources.list 備份cp etc apt sources.list etc apt sources.list.bak 在 etc apt source...
yum源 ubuntu源的製作與配置
進入rpm包所在的資料夾中,執行如下命令,生成repodata資料夾。createrepo centos7.x name 7.x baseurl gpgcheck 0 enabled 1注 baseurl的配置屬性可以是ftp file或者http yum repolist clean yum re...