|
|
tag: debian sid 源
常用源列表,希望对大家有用,另外做个备份- # CHINA 上午,晚上
- # deb ftp://www.anheng.com.cn/debian/ sid main contrib non-free
- # deb-src ftp://www.anheng.com.cn/debian/ sid main contrib non-free
- # CHINA TW 下午
- deb http://ftp.tw.debian.org/debian/ sid main contrib non-free
- deb-src http://ftp.tw.debian.org/debian/ sid main contrib non-free
- # deb http://security.debian.org/ lenny main contrib non-free
- # debian multimedia
- # do following command in a terminal as root (not sudo)
- # wget http://debian-multimedia.org/gpgkey.pub -O - | apt-key add - && apt-get install debian-multimedia-keyring
- deb http://ftp.tw.debian.org/debian-multimedia/ sid main
- deb-src http://ftp.tw.debian.org/debian-multimedia/ sid main
- # Emacs snapshot 23
- # do following command in a terminal as root (not sudo)
- # wget http://orebokech.com/Romain_Francoise.pgp -O - | apt-key add -
- # deb http://emacs.orebokech.com/ sid main
- # deb-src http://emacs.orebokech.com/ sid main
- # Google
- # do following command in a terminal as root (not sudo)
- # wget -q -O - http://dl.google.com/linux/linux_signing_key.pub | apt-key add -
- # deb http://dl.google.com/linux/deb/ stable non-free
- # Compiz-fonsion
- # do following command in a terminal as root (not sudo)
- # wget http://download.tuxfamily.org/shames/A42A6CF5.gpg -O- | apt-key add -
- deb http://download.tuxfamily.org/shames/debian-sid/desktopfx/unstable/ ./
- ## Opera
- #KeyFetch: http http://deb.opera.com/archive.key
- # deb http://deb.opera.com/opera/ stable non-free
- # deb http://deb.opera.com/opera/ testing non-free
- deb http://deb.opera.com/opera/ unstable non-free
- ## VirtualBox
- #wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -
- deb http://download.virtualbox.org/virtualbox/debian lenny non-free
复制代码 |
|