读书人

重新安装ubuntu7.04所有路程 1

发布时间: 2012-08-28 12:37:01 作者: rapoo

重新安装ubuntu7.04全部路程 1
1 设数据源:

sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
sudo gedit /etc/apt/sources.list

用以下内容替换文件中的所有内容




我选择的是:


#传说中的中国科技大学 5M/s
deb http://debian.ustc.edu.cn/ubuntu/ feisty main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ feisty-backports restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ feisty-proposed main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ feisty-security main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ feisty-updates main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ feisty main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-proposed main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-security main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-updates main restricted universe multiverse

#传说中的北京交大 速度 2M/s
deb http://mirror.bjtu.edu.cn/ubuntu/ feisty main restricted universe multiverse
deb http://mirror.bjtu.edu.cn/ubuntu/ feisty-updates main restricted universe multiverse
deb http://mirror.bjtu.edu.cn/ubuntu/ feisty-security main restricted universe multiverse
deb http://mirror.bjtu.edu.cn/ubuntu/ feisty-backports main restricted universe multiverse



deb http://tw.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu feisty-proposed main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu feisty-proposed main restricted universe multiverse


deb http://ubuntu.cn99.com/ubuntu/ dapper main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu-cn/ dapper main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu-cn/ dapper main restricted universe multiverse

sudo apt-get update

sudo apt-get install w32codecs


出现了 以下的错误:

正在读取软件包列表... 有错误!
E: Dynamic MMap ran out of room
E: 处理 yiff-server (NewVersion1)时出错
E: Problem with MergeList /var/lib/apt/lists/ubuntu.cn99.com_ubuntu_dists_dapper_universe_binary-i386_Packages
E: 无法解析或打开软件包的列表或是状态文件。


肯定是 源有问题!
再找些能用的源


ubuntu 7.04源

# Archive.ubuntu.com 欧洲,此为官方源,推荐使用 ,PING=500
# deb http://archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse
# deb http://archive.ubuntu.com/ubuntu/ feisty-security main restricted universe multiverse
# deb http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted universe multiverse
# deb http://archive.ubuntu.com/ubuntu/ feisty-proposed main restricted universe multiverse
# deb http://archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ feisty-security main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ feisty-proposed main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
# deb http://archive.ubuntu.org.cn/ubuntu-cn/ feisty main restricted universe multiverse

# 中国 台湾省台湾大学,推荐网通用户使用,电信PING平均响应速度41MS,PING=100

# deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty main restricted universe multiverse
# deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty main restricted universe multiverse
# deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-updates main restricted universe multiverse
# deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-updates main restricted universe multiverse
# deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-backports main restricted universe multiverse
# deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-security main restricted universe multiverse
# deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-security main restricted universe multiverse
# deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-proposed main multiverse restricted universe
# deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-proposed main restricted universe multiverse

#江苏省常州市电信,推荐电信用户使用,PING=XX
deb http://ubuntu.cn99.com/ubuntu/ feisty main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ feisty-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ feisty-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ feisty-proposed main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty-updates main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty-proposed main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty-backports main restricted universe multiverse
# deb http://ubuntu.cn99.com/ubuntu-cn/ feisty main restricted universe multiverse

# 英国,PING=300
# deb http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ feisty main restricted universe multiverse
# deb http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ feisty-security main restricted universe multiverse
# deb http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ feisty-updates main restricted universe multiverse
# deb http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ feisty-proposed main restricted universe multiverse
# deb http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ feisty main restricted universe multiverse
# deb-src http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ feisty-security main restricted universe multiverse
# deb-src http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ feisty-updates main restricted universe multiverse
# deb-src http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ feisty-proposed main restricted universe multiverse
# deb-src http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ feisty-backports main restricted universe multiverse

# 北京市清华大学 教育网,推荐校园网和网通用户使用,PING=600
# deb http://mirror.net9.org/ubuntu/ feisty main multiverse restricted universe
# deb http://mirror.net9.org/ubuntu/ feisty-backports main multiverse restricted universe
# deb http://mirror.net9.org/ubuntu/ feisty-proposed main multiverse restricted universe
# deb http://mirror.net9.org/ubuntu/ feisty-security main multiverse restricted universe
# deb http://mirror.net9.org/ubuntu/ feisty-updates main multiverse restricted universe
# deb-src http://mirror.net9.org/ubuntu/ feisty main multiverse restricted universe
# deb-src http://mirror.net9.org/ubuntu/ feisty-backports main multiverse restricted universe
# deb-src http://mirror.net9.org/ubuntu/ feisty-proposed main multiverse restricted universe
# deb-src http://mirror.net9.org/ubuntu/ feisty-security main multiverse restricted universe
# deb-src http://mirror.net9.org/ubuntu/ feisty-updates main multiverse restricted universe
# deb http://mirror.net9.org/ubuntu-cn/ feisty main multiverse restricted universe

# 中国科技大学,合肥,PING=600
# deb http://debian.ustc.edu.cn/ubuntu/ feisty main restricted universe multiverse
# deb http://debian.ustc.edu.cn/ubuntu/ feisty-backports restricted universe multiverse
# deb http://debian.ustc.edu.cn/ubuntu/ feisty-proposed main restricted universe multiverse
# deb http://debian.ustc.edu.cn/ubuntu/ feisty-security main restricted universe multiverse
# deb http://debian.ustc.edu.cn/ubuntu/ feisty-updates main restricted universe multiverse
# deb-src http://debian.ustc.edu.cn/ubuntu/ feisty main restricted universe multiverse
# deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-proposed main restricted universe multiverse
# deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-security main restricted universe multiverse
# deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-updates main restricted universe multiverse

# 无Feisty!!Mirror.vmmatrix.net(上海市电信,推荐电信网通用户使用,PING=20
# deb http://mirror.vmmatrix.net/ubuntu/ feisty main restricted universe multiverse
# deb-src http://mirror.vmmatrix.net/ubuntu/ feisty main restricted universe multiverse
# deb http://mirror.vmmatrix.net/ubuntu/ feisty-updates main restricted universe multiverse
# deb-src http://mirror.vmmatrix.net/ubuntu/ feisty-updates main restricted universe multiverse
# deb http://mirror.vmmatrix.net/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://mirror.vmmatrix.net/ubuntu/ feisty-backports main restricted universe multiverse
# deb http://mirror.vmmatrix.net/ubuntu/ feisty-security main restricted universe multiverse
# deb-src http://mirror.vmmatrix.net/ubuntu/ feisty-security main restricted universe multiverse
# deb http://mirror.vmmatrix.net/ubuntu/ feisty-proposed main multiverse restricted universe
# deb-src http://mirror.vmmatrix.net/ubuntu/ feisty-proposed main restricted universe multiverse
# deb http://ubuntu.cn99.com/ubuntu-cn/ feisty main restricted universe multiverse
## deb http://ftp.sjtu.edu.cn/ubuntu-cn/ feisty main multiverse restricted universe

# Mirror.lupaworld.com (浙江省杭州市电信,亚洲地区官方更新服务器,推荐全国用户使用,PING=600
# deb http://cn.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
# deb http://cn.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
# deb http://cn.archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
# deb http://cn.archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse
# deb http://cn.archive.ubuntu.com/ubuntu feisty-proposed main restricted universe multiverse
# deb-src http://cn.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
# deb-src http://cn.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
# deb-src http://cn.archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
# deb-src http://cn.archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse
# deb-src http://cn.archive.ubuntu.com/ubuntu feisty-proposed main restricted universe multiverse
# deb http://mirror.lupaworld.com/ubuntu/ubuntu-cn feisty main restricted universe multiverse

# 上海市 上海交通大学(教育网,推荐校园网和网通用户使用,PING=999
# deb http://ftp.sjtu.edu.cn/ubuntu/ feisty main multiverse restricted universe
# deb http://ftp.sjtu.edu.cn/ubuntu/ feisty-backports main multiverse restricted universe
# deb http://ftp.sjtu.edu.cn/ubuntu/ feisty-proposed main multiverse restricted universe
# deb http://ftp.sjtu.edu.cn/ubuntu/ feisty-security main multiverse restricted universe
# deb http://ftp.sjtu.edu.cn/ubuntu/ feisty-updates main multiverse restricted universe
# deb-src http://ftp.sjtu.edu.cn/ubuntu/ feisty main multiverse restricted universe
# deb-src http://ftp.sjtu.edu.cn/ubuntu/ feisty-backports main multiverse restricted universe
# deb-src http://ftp.sjtu.edu.cn/ubuntu/ feisty-proposed main multiverse restricted universe
# deb-src http://ftp.sjtu.edu.cn/ubuntu/ feisty-security main multiverse restricted universe

# deb-src http://ftp.sjtu.edu.cn/ubuntu/ feisty-updates main multiverse restricted universe
# deb http://ftp.sjtu.edu.cn/ubuntu-cn/ feisty main multiverse restricted universe

# ubuntu.cnsite.org (福建省福州市 电信,PING=999
# deb http://ubuntu.cnsite.org/ubuntu/ feisty main restricted universe multiverse
# deb-src http://ubuntu.cnsite.org/ubuntu/ feisty main restricted universe multiverse
# deb http://ubuntu.cnsite.org/ubuntu/ feisty-updates main restricted universe multiverse
# deb-src http://ubuntu.cnsite.org/ubuntu/ feisty-updates main restricted universe multiverse
# deb http://ubuntu.cnsite.org/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://ubuntu.cnsite.org/ubuntu/ feisty-backports main restricted universe multiverse
# deb http://ubuntu.cnsite.org/ubuntu/ feisty-security main restricted universe multiverse
# deb-src http://ubuntu.cnsite.org/ubuntu/ feisty-security main restricted universe multiverse
# deb http://ubuntu.cnsite.org/ubuntu/ feisty-proposed main multiverse restricted universe
# deb-src http://ubuntu.cnsite.org/ubuntu/ feisty-proposed main restricted universe multiverse
# deb http://ubuntu.cnsite.org/ubuntu-cn/ feisty main multiverse restricted universe

# beryl release
# deb http://www.beerorkid.com/compiz feisty main
deb http://ubuntu.beryl-project.org/ feisty main
# deb http://3v1n0.tuxfamily.org feisty beryl-svn
# deb http://download.tuxfamily.org/3v1deb feisty beryl-svn

# ubuntu gamers edition的源
# deb http://ubuntusoftware.info/ feisty all

# E17的源
deb http://edevelop.org/pkg-e/ubuntu feisty e17

# OO临时补丁
# deb http://people.ubuntu.com/~doko/ubuntu/ feisty/$(ARCH)/
# deb http://people.ubuntu.com/~doko/ubuntu/ feisty/all/

# Xorg Server Test
# deb http://users.tkk.fi/~tjaalton/xorg72 feisty xorg-test

# Ntfs-3g
# wget http://flomertens.keo.in/ubuntu/givre_key.asc -O- | sudo apt-key add -
# deb http://givre.cabspace.com/ubuntu/ feisty main main-all
# deb http://ntfs-3g.sitesweetsite.info/ubuntu/ feisty main main-all
# deb http://flomertens.keo.in/ubuntu/ feisty main main-all



传说中的中国科技大学 5M/s
deb http://debian.ustc.edu.cn/ubuntu/ feisty main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ feisty-backports restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ feisty-proposed main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ feisty-security main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ feisty-updates main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ feisty main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-proposed main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-security main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-updates main restricted universe multiverse

#传说中的北京交大 速度 2M/s
deb http://mirror.bjtu.edu.cn/ubuntu/ feisty main restricted universe multiverse
deb http://mirror.bjtu.edu.cn/ubuntu/ feisty-updates main restricted universe multiverse
deb http://mirror.bjtu.edu.cn/ubuntu/ feisty-security main restricted universe multiverse
deb http://mirror.bjtu.edu.cn/ubuntu/ feisty-backports main restricted universe multiverse


#传说中的上海交通大学,听说现在硬盘挂了,500k/s 曾经最热门的源之一
deb http://ftp.sjtu.edu.cn/ubuntu/ feisty main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ feisty-backports main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ feisty-proposed main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ feisty-security main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ feisty-updates main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu-cn/ feisty main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ feisty main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ feisty-backports main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ feisty-proposed main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ feisty-security main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ feisty-updates main multiverse restricted universe


#真正可以上的清华大学ubuntu源 300k/s
deb ftp://ftp3.tsinghua.edu.cn/mirror/ubuntu/ubuntu/ feisty main restricted universe multiverse
deb ftp://ftp3.tsinghua.edu.cn/mirror/ubuntu/ubuntu/ feisty-security main restricted universe multiverse
deb ftp://ftp3.tsinghua.edu.cn/mirror/ubuntu/ubuntu/ feisty-updates main restricted universe multiverse

#传说中的兰州大学 260k/s
deb ftp://mirror.lzu.edu.cn/ubuntu/ feisty main multiverse restricted universe
deb ftp://mirror.lzu.edu.cn/ubuntu/ feisty-backports main multiverse restricted universe
deb ftp://mirror.lzu.edu.cn/ubuntu/ feisty-proposed main multiverse restricted universe
deb ftp://mirror.lzu.edu.cn/ubuntu/ feisty-security main multiverse restricted universe
deb ftp://mirror.lzu.edu.cn/ubuntu/ feisty-updates main multiverse restricted universe
deb ftp://mirror.lzu.edu.cn/ubuntu-cn/ feisty main multiverse restricted universe

#传说中的台湾大学 中国电信adsl 150k/s
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-updates main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-updates main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-backports main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-security main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-security main restricted universe multiverse


deb http://mirror9.net9.org/ubuntu/ feisty main multiverse restricted universe
deb http://mirror9.net9.org/ubuntu/ feisty-backports main multiverse restricted universe
deb http://mirror9.net9.org/ubuntu/ feisty-proposed main multiverse restricted universe
deb http://mirror9.net9.org/ubuntu/ feisty-security main multiverse restricted universe
deb http://mirror9.net9.org/ubuntu/ feisty-updates main multiverse restricted universe
deb-src http://mirror9.net9.org/ubuntu/feisty main multiverse restricted universe
deb-src http://mirror9.net9.org/ubuntu/ feisty-backports main multiverse restricted universe
deb-src http://mirror9.net9.org/ubuntu/ feisty-proposed main multiverse restricted universe
deb-src http://mirror9.net9.org/ubuntu/ feisty-security main multiverse restricted universe
deb-src http://mirror9.net9.org/ubuntu/ feisty-updates main multiverse restricted universe
deb http://mirror9.net9.org/ubuntu-cn/ feisty main multiverse restricted universe



# Archive.ubuntu.com 欧洲,此为官方源,推荐使用 ,PING=500
# deb http://archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse
# deb http://archive.ubuntu.com/ubuntu/ feisty-security main restricted universe multiverse
# deb http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted universe multiverse
# deb http://archive.ubuntu.com/ubuntu/ feisty-proposed main restricted universe multiverse
# deb http://archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ feisty-security main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ feisty-proposed main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
# deb http://archive.ubuntu.org.cn/ubuntu-cn/ feisty main restricted universe multiverse

# 中国 台湾省台湾大学,推荐网通用户使用,电信PING平均响应速度41MS,PING=100
# deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty main restricted universe multiverse
# deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty main restricted universe multiverse
# deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-updates main restricted universe multiverse
# deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-updates main restricted universe multiverse
# deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-backports main restricted universe multiverse
# deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-security main restricted universe multiverse
# deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-security main restricted universe multiverse
# deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-proposed main multiverse restricted universe
# deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-proposed main restricted universe multiverse

#江苏省常州市电信,推荐电信用户使用,PING=XX
deb http://ubuntu.cn99.com/ubuntu/ feisty main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ feisty-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ feisty-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ feisty-proposed main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty-updates main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty-proposed main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty-backports main restricted universe multiverse
# deb http://ubuntu.cn99.com/ubuntu-cn/ feisty main restricted universe multiverse

# 英国,PING=300
# deb http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ feisty main restricted universe multiverse
# deb http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ feisty-security main restricted universe multiverse
# deb http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ feisty-updates main restricted universe multiverse
# deb http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ feisty-proposed main restricted universe multiverse
# deb http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ feisty main restricted universe multiverse
# deb-src http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ feisty-security main restricted universe multiverse
# deb-src http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ feisty-updates main restricted universe multiverse
# deb-src http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ feisty-proposed main restricted universe multiverse
# deb-src http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ feisty-backports main restricted universe multiverse

# 北京市清华大学 教育网,推荐校园网和网通用户使用,PING=600
# deb http://mirror9.net9.org/ubuntu/ feisty main multiverse restricted universe
# deb http://mirror9.net9.org/ubuntu/ feisty-backports main multiverse restricted universe
# deb http://mirror9.net9.org/ubuntu/ feisty-proposed main multiverse restricted universe
# deb http://mirror9.net9.org/ubuntu/ feisty-security main multiverse restricted universe
# deb http://mirror9.net9.org/ubuntu/ feisty-updates main multiverse restricted universe
# deb-src http://mirror9.net9.org/ubuntu/ feisty main multiverse restricted universe
# deb-src http://mirror9.net9.org/ubuntu/ feisty-backports main multiverse restricted universe
# deb-src http://mirror9.net9.org/ubuntu/ feisty-proposed main multiverse restricted universe
# deb-src http://mirror9.net9.org/ubuntu/ feisty-security main multiverse restricted universe
# deb-src http://mirror9.net9.org/ubuntu/ feisty-updates main multiverse restricted universe
# deb http://mirror9.net9.org/ubuntu-cn/ feisty main multiverse restricted universe

# 中国科技大学,合肥,PING=600
# deb http://debian.ustc.edu.cn/ubuntu/ feisty main restricted universe multiverse
# deb http://debian.ustc.edu.cn/ubuntu/ feisty-backports restricted universe multiverse
# deb http://debian.ustc.edu.cn/ubuntu/ feisty-proposed main restricted universe multiverse
# deb http://debian.ustc.edu.cn/ubuntu/ feisty-security main restricted universe multiverse
# deb http://debian.ustc.edu.cn/ubuntu/ feisty-updates main restricted universe multiverse
# deb-src http://debian.ustc.edu.cn/ubuntu/ feisty main restricted universe multiverse
# deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-proposed main restricted universe multiverse
# deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-security main restricted universe multiverse
# deb-src http://debian.ustc.edu.cn/ubuntu/ feisty-updates main restricted universe multiverse

# 无Feisty!!Mirror.vmmatrix.net(上海市电信,推荐电信网通用户使用,PING=20
# deb http://mirror.vmmatrix.net/ubuntu/ feisty main restricted universe multiverse
# deb-src http://mirror.vmmatrix.net/ubuntu/ feisty main restricted universe multiverse
# deb http://mirror.vmmatrix.net/ubuntu/ feisty-updates main restricted universe multiverse
# deb-src http://mirror.vmmatrix.net/ubuntu/ feisty-updates main restricted universe multiverse
# deb http://mirror.vmmatrix.net/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://mirror.vmmatrix.net/ubuntu/ feisty-backports main restricted universe multiverse
# deb http://mirror.vmmatrix.net/ubuntu/ feisty-security main restricted universe multiverse
# deb-src http://mirror.vmmatrix.net/ubuntu/ feisty-security main restricted universe multiverse
# deb http://mirror.vmmatrix.net/ubuntu/ feisty-proposed main multiverse restricted universe
# deb-src http://mirror.vmmatrix.net/ubuntu/ feisty-proposed main restricted universe multiverse
# deb http://ubuntu.cn99.com/ubuntu-cn/ feisty main restricted universe multiverse
## deb http://ftp.sjtu.edu.cn/ubuntu-cn/ feisty main multiverse restricted universe

# Mirror.lupaworld.com (浙江省杭州市电信,亚洲地区官方更新服务器,推荐全国用户使用,PING=600
# deb http://cn.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
# deb http://cn.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
# deb http://cn.archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
# deb http://cn.archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse
# deb http://cn.archive.ubuntu.com/ubuntu feisty-proposed main restricted universe multiverse
# deb-src http://cn.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
# deb-src http://cn.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
# deb-src http://cn.archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
# deb-src http://cn.archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse
# deb-src http://cn.archive.ubuntu.com/ubuntu feisty-proposed main restricted universe multiverse
# deb http://mirror.lupaworld.com/ubuntu/ubuntu-cn feisty main restricted universe multiverse

# 上海市 上海交通大学(教育网,推荐校园网和网通用户使用,PING=999
# deb http://ftp.sjtu.edu.cn/ubuntu/ feisty main multiverse restricted universe
# deb http://ftp.sjtu.edu.cn/ubuntu/ feisty-backports main multiverse restricted universe
# deb http://ftp.sjtu.edu.cn/ubuntu/ feisty-proposed main multiverse restricted universe
# deb http://ftp.sjtu.edu.cn/ubuntu/ feisty-security main multiverse restricted universe
# deb http://ftp.sjtu.edu.cn/ubuntu/ feisty-updates main multiverse restricted universe
# deb-src http://ftp.sjtu.edu.cn/ubuntu/ feisty main multiverse restricted universe
# deb-src http://ftp.sjtu.edu.cn/ubuntu/ feisty-backports main multiverse restricted universe
# deb-src http://ftp.sjtu.edu.cn/ubuntu/ feisty-proposed main multiverse restricted universe
# deb-src http://ftp.sjtu.edu.cn/ubuntu/ feisty-security main multiverse restricted universe

# deb-src http://ftp.sjtu.edu.cn/ubuntu/ feisty-updates main multiverse restricted universe
# deb http://ftp.sjtu.edu.cn/ubuntu-cn/ feisty main multiverse restricted universe

# ubuntu.cnsite.org (福建省福州市 电信,PING=999
# deb http://ubuntu.cnsite.org/ubuntu/ feisty main restricted universe multiverse
# deb-src http://ubuntu.cnsite.org/ubuntu/ feisty main restricted universe multiverse
# deb http://ubuntu.cnsite.org/ubuntu/ feisty-updates main restricted universe multiverse
# deb-src http://ubuntu.cnsite.org/ubuntu/ feisty-updates main restricted universe multiverse
# deb http://ubuntu.cnsite.org/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://ubuntu.cnsite.org/ubuntu/ feisty-backports main restricted universe multiverse
# deb http://ubuntu.cnsite.org/ubuntu/ feisty-security main restricted universe multiverse
# deb-src http://ubuntu.cnsite.org/ubuntu/ feisty-security main restricted universe multiverse
# deb http://ubuntu.cnsite.org/ubuntu/ feisty-proposed main multiverse restricted universe
# deb-src http://ubuntu.cnsite.org/ubuntu/ feisty-proposed main restricted universe multiverse
# deb http://ubuntu.cnsite.org/ubuntu-cn/ feisty main multiverse restricted universe

# beryl release
# deb http://www.beerorkid.com/compiz feisty main
deb http://ubuntu.beryl-project.org/ feisty main
# deb http://3v1n0.tuxfamily.org feisty beryl-svn
# deb http://download.tuxfamily.org/3v1deb feisty beryl-svn

# ubuntu gamers edition的源
# deb http://ubuntusoftware.info/ feisty all

# E17的源
deb http://edevelop.org/pkg-e/ubuntu feisty e17

# OO临时补丁
# deb http://people.ubuntu.com/~doko/ubuntu/ feisty/$(ARCH)/
# deb http://people.ubuntu.com/~doko/ubuntu/ feisty/all/

# Xorg Server Test
# deb http://users.tkk.fi/~tjaalton/xorg72 feisty xorg-test

# Ntfs-3g
# wget http://flomertens.keo.in/ubuntu/givre_key.asc -O- | sudo apt-key add -
# deb http://givre.cabspace.com/ubuntu/ feisty main main-all
# deb http://ntfs-3g.sitesweetsite.info/ubuntu/ feisty main main-all
# deb http://flomertens.keo.in/ubuntu/ feisty main main-all





# 中国 台湾省台湾大学,推荐网通用户使用,电信PING平均响应速度41MS,PING=100

# deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty main restricted universe multiverse
# deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty main restricted universe multiverse
# deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-updates main restricted universe multiverse
# deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-updates main restricted universe multiverse
# deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-backports main restricted universe multiverse
# deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-security main restricted universe multiverse
# deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-security main restricted universe multiverse
# deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-proposed main multiverse restricted universe
# deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ feisty-proposed main restricted universe multiverse


读书人网 >操作系统

热点推荐