LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 153647|回复: 76

Debian 安装资源

[复制链接]
发表于 2005-9-9 11:08:54 | 显示全部楼层 |阅读模式
Debian 安装资源

转载请注明源自:LinuxSir.Org
etony C.F.AN etony@tom.com

一. CD/DVD下载:
1.官方资源:
http://www.debian.org/CD/

2.国内资源:
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.添加本地源
      本地资源目录格式:
参阅图片:

2.添加网络源
     网络资源目录格式:
参阅图片:


三. 优化您的安装源:
1. apt-spy 方式:
`apt-spy'会根据站点回应时间和带宽自动创建`sources.list'。
  1. #apt-get install apt-spy
  2. #mv sources.list sources.list.bak //backup
  3. #man apt-spy  //获取详细的使用方法
  4. #apt-spy update //更新您的镜像列表文件 /var/lib/apt-spy/mirrors.txt
  5. # apt-spy -d testing  -a Asia
  6. //在亚洲区寻找速度最快的testing版镜像,并生成 sources.list文件,也可使用 -o 参数指定写入文件
复制代码


注意,这是一个漫长,确实一劳永逸的过程.


2. netselect-apt方式:
`netselect-apt'会创建一个更完整的`sources.list'文件,但它使用更落后的方法来选择镜像站点
  1. #apt-get install netselect-apt
  2. #mv sources.list sources.list.bak //backup
  3. #man netselect-apt  //获取详细的使用方法
  4. # netselect-apt -s testing
  5. //下载http: //www.debian.org/mirror/list-full文件,并根据其内容测试网络,生成sources.list
  6. 也可将下载[url]http://www.debian.org/mirror/list-full手动下载到本地[/url], 并同过参数 -i 指定
  7. 同样可以通过 -o 参数指定输出文件而不是默认的sources.list
复制代码


四. 常用安装源
1. 国内安装源:
注:基于国内镜像在稳定和及时同步上可能无法保证,建议使用官方源

ftp://ftp.linuxforum.net/debian/
http://mirrors.geekbone.org/debian/
http://debian.cn99.com/debian/
http://mirror.vmmatrix.net/debian/

2. 教育网安装源
http://mirror.dlut.edu.cn/
ftp://debian.ustc.edu.cn/sources.list/
ftp://debian.ujn.edu.cn/

几个有用的非官方安装源:
注:在您查看此文档时不能保证这些资源仍然可用,对于Debian官方无法提供的软件,
建议去软件的官方网站上查询下载方式


3. 非官方软件包查询地址:
http://www.apt-get.org/search.php

1) rarewares.org -- 提供很多音频软件
  1. deb http://www.rarewares.org/debian/packages/unstable ./
复制代码


2) blackdown Java -- 这个不用说了吧
  1. deb ftp://metalab.unc.edu/pub/linux/devel/lang/java/blackdown.org/debian unstable main non-free
复制代码

3) bootsplash.de -- ppracer, bootsplash stuff.
  1. deb http://debian.bootsplash.de unstable main
复制代码


4) USTC 的非官方资源
  1. deb ftp://debian.ustc.edu.cn/debian-uo sid marillat rareware ustc java misc jrfonseca firefly
  2. deb-src ftp://debian.ustc.edu.cn/debian-uo sid marillat rareware ustc java misc jrfonseca firefly
复制代码


5) http://debian.okey.net/上的丰富资源
  1. deb http://debian.okey.net/debian/sarge main non-free contrib
  2. deb http://debian.okey.net/debian-uo/ unstable firefly java jrfonseca marillat misc rareware ustc
  3. deb http://debian.okey.net/debian-non-US/ sarge/non-US main contrib
复制代码


6) debian.linux.org.tw  提供  ttf-arphic-ukai  ttf-arphic-uming
  1. deb ftp://debian.linux.org.tw/pub/apt unstable main
复制代码


7) 提供realplayer,mplayer, acroreader, w32codecs, 等等
  1. deb ftp://ftp.nerim.net/debian-marillat/ unstable main
  2. deb-src ftp://ftp.nerim.net/debian-marillat/ unstable main
复制代码


可以在这里找到老版的软件包
http://snapshot.debian.net/

文档更新参阅(HTML版式,更便于阅读)
http://debian.linuxsir.cn/main/?q=node/92



原debian.okey.net和debian.okey.net/ubuntu源的域名统一改为:
debian.cnsite.org
ubuntu.cnsite.org
欢迎大家使用

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2005-9-9 11:26:53 | 显示全部楼层
3QU~~~~~~~~~~
回复 支持 反对

使用道具 举报

发表于 2005-9-9 11:30:04 | 显示全部楼层
补2个教育网的apt源
不过更新慢了点
ftp://ftp.sjtu.edu.cn/debian
ftp://ftp.tsinghua.edu.cn/mirror/debian/debian/
回复 支持 反对

使用道具 举报

发表于 2005-9-9 15:02:39 | 显示全部楼层
很惊讶
www.cwinl.com是我注册的名字
也出现在列表中,很高兴
这个mirror只能从教育网访问
回复 支持 反对

使用道具 举报

发表于 2005-9-9 19:23:11 | 显示全部楼层
hao ~~~~~~~~~~~~~~~~~~~~
回复 支持 反对

使用道具 举报

发表于 2005-9-11 01:09:40 | 显示全部楼层
我想问一下,用楼主其中一个源,更新的时候有下面的错误

  1.   Could not create a socket for 2001:7a8:1:5::14 (f=10 t=1 p=6) - socket (97 Address family not supported by protocol) [IP: 2001:7a8:1:5::14 21]
  2. Failed to fetch ftp://ftp.nerim.net/debian-marillat/dists/unstable/main/binary-i386/Packages.gz  Could not create a socket for 2001:7a8:1:5::14 (f=10 t=1 p=6) - socket (97 Address family not supported by protocol) [IP: 2001:7a8:1:5::14 21]
  3. Failed to fetch ftp://ftp.nerim.net/debian-marillat/dists/unstable/main/binary-i386/Release  Could not create a socket for 2001:7a8:1:5::14 (f=10 t=1 p=6) - socket (97 Address family not supported by protocol) [IP: 2001:7a8:1:5::14 21]
  4. Reading Package Lists... Done
复制代码

我不是很明白原因,是否某些协议没有编译进内核?
回复 支持 反对

使用道具 举报

发表于 2005-9-11 02:01:10 | 显示全部楼层
http://mirror.6600.org
是浙大的镜像,不过只有内部网络才可以访问.
回复 支持 反对

使用道具 举报

发表于 2005-9-11 09:10:09 | 显示全部楼层
Post by 柏仔
我想问一下,用楼主其中一个源,更新的时候有下面的错误

  1.   Could not create a socket for 2001:7a8:1:5::14 (f=10 t=1 p=6) - socket (97 Address family not supported by protocol) [IP: 2001:7a8:1:5::14 21]
  2. Failed to fetch ftp://ftp.nerim.net/debian-marillat/dists/unstable/main/binary-i386/Packages.gz  Could not create a socket for 2001:7a8:1:5::14 (f=10 t=1 p=6) - socket (97 Address family not supported by protocol) [IP: 2001:7a8:1:5::14 21]
  3. Failed to fetch ftp://ftp.nerim.net/debian-marillat/dists/unstable/main/binary-i386/Release  Could not create a socket for 2001:7a8:1:5::14 (f=10 t=1 p=6) - socket (97 Address family not supported by protocol) [IP: 2001:7a8:1:5::14 21]
  4. Reading Package Lists... Done
复制代码

我不是很明白原因,是否某些协议没有编译进内核?

改为http后,正常了
回复 支持 反对

使用道具 举报

发表于 2005-9-11 21:19:40 | 显示全部楼层
补一个教育网的
deb ftp://linux.xjtu.edu.cn
有好多iso还有别的镜像
记不想来了
回复 支持 反对

使用道具 举报

发表于 2005-9-29 18:29:15 | 显示全部楼层
真的没有想到
我们学校的ftp排在了第一位
哈哈
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表