Ubuntu下用多个Sources.list文件加速APT
当多个源上都有同一个包时,只会从第一个源下载,因此应该将速度最快的源列在前头。
版本较新的apt都支持sources.list.d/目录形式的源列表,可以更方便地安排源条目例如:
$cd/etc/apt/sources.list.d/
$ls
00.listdebian.ustc.edu.cn->local
50.listdebian.ustc.edu.cn_src->mirrors.geekbone.org
$ll*.list
lrwxrwxrwx1rootroot52006-10-2814:2300.list->local
lrwxrwxrwx1rootroot182006-10-2814:1950.list->debian.ustc.edu.cn
$catlocal
debfile:/home/userdebs/
$catdebian.ustc.edu.cn
deb
deb
debhttp://debian.ustc.edu.cn/debian-uosidmarillatmiscustc
debhttp://debian.ustc.edu.cn/debian-uosidmarillatmiscustc
deb
$catdebian.ustc.edu.cn_src
deb-src
$catmirrors.geekbone.org
deb
这么安排的好处是,apt系统只认*.list文件为可用的源列表,并按文件名顺序排列条目,需要增加源、剔除源或调整源优先级时,只需操作这些[0-9][0-9].list符号链接即可,而无须触动实际的列表文件。
查看原文地址
Ubuntu 用多个Sources.list文件加速APTUbuntu 用多个Sources.list文件加速APTUbuntu 用多个Sources.list文件加速APTUbuntu 用多个Sources.list文件加速APTUbuntu 用多个Sources.list文件加速APTUbuntu 用多个Sources.list文件加速APTUbuntu 用多个Sources.list文件加速APTUbuntu 用多个Sources.list文件加速APTUbuntu 用多个Sources.list文件加速APTUbuntu 用多个Sources.list文件加速APT
阅读(996) | 评论(0) | 转发(0) |