我是靠谱客的博主 拉长御姐,最近开发中收集的这篇文章主要介绍debian的几个lib源_Debian源,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

Debian 源

优化您的安装源:

apt-spy 方式:

`apt-spy'会根据站点回应时间和带宽自动创建`sources.list'。

#apt-get install apt-spy

#mv sources.list sources.list.bak //backup

#man apt-spy //获取详细的使用方法

#apt-spy update //更新您的镜像列表文件 /var/lib/apt-spy/mirrors.txt

# apt-spy -d testing -a Asia

//在亚洲区寻找速度最快的testing版镜像,并生成 sources.list文件,也可使用 -o 参数指定写入文件

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

netselect-apt方式:

`netselect-apt'会创建一个更完整的`sources.list'文件,但它使用更落后的方法来选择镜像站点

#apt-get install netselect-apt

#mv sources.list sources.list.bak //backup

#man netselect-apt //获取详细的使用方法

# netselect-apt -s testing

//下载http: //www.debian.org/mirror/list-full文件,并根据其内容测试网络,生成sources.list

也可将下载http://www.debian.org/mirror/list-full手动下载到本地, 并同过参数 -i 指定

同样可以通过 -o 参数指定输出文件而不是默认的sources.list

常用安装源

国内安装源:

ftp://ftp.linuxforum.net/debian/

http://mirrors.geekbone.org/

http://debian.cn99.com/

deb http://debian.cn99.com/debian etch main non-free contrib

deb-src http://debian.cn99.com/debian etch main non-free contrib

# deb http://debian.cn99.com/debian-non-US etch/non-US main contrib non-free

# deb-src http://debian.cn99.com/debian-non-US etch/non-US main contrib non-free

deb http://debian.cn99.com/debian proposed-updates main contrib non-free

deb-src http://debian.cn99.com/debian proposed-updates main contrib non-free

# deb http://debian.cn99.com/debian-non-US proposed-updates/non-US main contrib non-free

# deb-src http://debian.cn99.com/debian-non-US proposed-updates/non-US main contrib non-free

deb http://debian.cn99.com/debian-security etch/updates main contrib non-free

教育网安装源

http://mirror.dlut.edu.cn/

ftp://debian.ustc.edu.cn/sources.list/

ftp://debian.ujn.edu.cn/

http://ftp.sjtu.edu.cn/debian

http://ftp.sjtu.edu.cn/debian-security

或者

ftp://ftp.sjtu.edu.cn/debian

ftp://ftp.sjtu.edu.cn/debian-security

几个有用的非官方安装源:

非官方软件包查询地址:

http://www.apt-get.org/search.php

1.rarewares.org -- 提供很多音频软件

deb http://www.rarewares.org/debian/packages/unstable ./

2.blackdown Java -- 这个不用说了吧

deb ftp://metalab.unc.edu/pub/linux/dev...down.org/debiaunstable 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

可以在这里找到老版的软件包:

http://snapshot.debian.net/

HTML版本:art/apt_sources.list.html

最后

以上就是拉长御姐为你收集整理的debian的几个lib源_Debian源的全部内容,希望文章能够帮你解决debian的几个lib源_Debian源所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(42)

评论列表共有 0 条评论

立即
投稿
返回
顶部