- 論壇徽章:
- 0
|
安裝資源
一、CD/DVD下載
1、官方資源:
http://www.debian.org/CD
2、國(guó)內(nèi)資源:
http://ftp.cdut.edu.cn/pub/linux/distribution/debian/
http://mirrors.cn99.com/debian-cd/
http://mirrors.geekbone.org/debian-cd/
ftp://deb.ustcsz.edu.cn/debian-cd/
http://www.cwinl.com/
ftp://218.22.45.5/
http://ftp.debian.org.cn/mirror/debian/
http://mirror.dlut.edu.cn/
二、添加安裝源(/etc/apt/sources.list )
格式:
1、添加本地源
本地資源目錄格式:
file:///F:/documents/Debian%20安裝資源%20%20debian_linuxsir_org.files/apt_list1.png
sources.list
2、添加網(wǎng)絡(luò)源
網(wǎng)絡(luò)資源目錄格式:
file:///F:/documents/Debian%20安裝資源%20%20debian_linuxsir_org.files/apt_list2.png
sources.list
三、優(yōu)化您的安裝源:
1、apt-spy 方式:
`apt-spy'會(huì)根據(jù)站點(diǎn)回應(yīng)時(shí)間和帶寬自動(dòng)創(chuàng)建`sources.list'。
#apt-get install apt-spy
#mv sources.list sources.list.bak //backup
#man apt-spy //獲取詳細(xì)的使用方法
#apt-spy update //更新您的鏡像列表文件 /var/lib/apt-spy/mirrors.txt
# apt-spy -d testing -a Asia
//在亞洲區(qū)尋找速度最快的testing版鏡像,并生成 sources.list文件,也可使用 -o 參數(shù)指定寫入文件
提示:這是一個(gè)漫長(zhǎng),確實(shí)一勞永逸的過(guò)程.
2、netselect-apt方式:
`netselect-apt'會(huì)創(chuàng)建一個(gè)更完整的`sources.list'文件,但它使用更落后的方法來(lái)選擇鏡像站點(diǎn)
#apt-get install netselect-apt
#mv sources.list sources.list.bak //backup
#man netselect-apt //獲取詳細(xì)的使用方法
# netselect-apt -s testing
//下載http: //www.debian.org/mirror/list-full文件,并根據(jù)其內(nèi)容測(cè)試網(wǎng)絡(luò),生成sources.list
也可將下載http://www.debian.org/mirror/list-full手動(dòng)下載到本地, 并同過(guò)參數(shù) -i 指定
同樣可以通過(guò) -o 參數(shù)指定輸出文件而不是默認(rèn)的sources.list
四、常用安裝源;
1、國(guó)內(nèi)安裝源:
注:基于國(guó)內(nèi)鏡像在穩(wěn)定和及時(shí)同步上可能無(wú)法保證,建議使用官方源
ftp://ftp.linuxforum.net/debian/
http://mirrors.geekbone.org/
http://debian.cn99.com/
2、教育網(wǎng)安裝源
http://mirror.dlut.edu.cn/
ftp://debian.ustc.edu.cn/sources.list/
ftp://debian.ujn.edu.cn/
3、幾個(gè)有用的非官方安裝源:
注:在您查看此文檔時(shí)不能保證這些資源仍然可用,對(duì)于Debian官方無(wú)法提供的軟件,建議去軟件的官方網(wǎng)站上查詢下載方式
非官方軟件包查詢地址:
http://www.apt-get.org/search.php
1)rarewares.org -- 提供很多音頻軟件
deb http://www.rarewares.org/debian/packages/unstable ./
2)blackdown Java -- 這個(gè)不用說(shuō)了吧
deb ftp://metalab.unc.edu/pub/linux/devel/lang/java/blackdown.org/debian unstable main non-free
3)bootsplash.de -- ppracer, bootsplash stuff.
deb http://debian.bootsplash.de unstable main
4)USTC 的非官方資源
deb ftp://debian.ustc.edu.cn/debian-uo sid marillat rareware ustc java misc jrfonseca firefly
deb-src ftp://debian.ustc.edu.cn/debian-uo sid marillat rareware ustc java misc jrfonseca firefly
5)http://debian.okey.net/上的豐富資源
deb http://debian.okey.net/debian/ sarge main non-free contrib
deb http://debian.okey.net/debian-uo/ unstable firefly java jrfonseca marillat misc rareware ustc
deb http://debian.okey.net/debian-non-US/ sarge/non-US main contrib
6)debian.linux.org.tw 提供 ttf-arphic-ukai ttf-arphic-uming
deb ftp://debian.linux.org.tw/pub/apt unstable main
7)提供realplayer,mplayer, acroreader, w32codecs, 等等
deb ftp://ftp.nerim.net/debian-marillat/ unstable main
deb-src ftp://ftp.nerim.net/debian-marillat/ unstable main
本文來(lái)自ChinaUnix博客,如果查看原文請(qǐng)點(diǎn):http://blog.chinaunix.net/u/16593/showart_93083.html |
|