+ -
当前位置:首页 → 问答吧 → 想找个DEBIAN源

想找个DEBIAN源

时间:2010-06-25

来源:互联网

我前段时间新装的debian
apt-get 才发现源里这个没有 那个也没有
都要下载
这个需要那个组件才能装 那个又需要另外的组件才能装
一个个下载不好找不说 下这么多还不累死人?
所以 我觉得 我需要的是一个源 比较全的
默认我装的是CD版
office这些都没有
这个还是可以有吧

作者: jmsking   发布时间: 2010-06-25

还是用Ubuntu好,源比较的快

作者: shenhao0129   发布时间: 2010-06-25

作者: wangyu   发布时间: 2010-06-25

用国际的源吧。
Ubuntu不好,个头太大,快有什么用?

作者: litkt   发布时间: 2010-06-25

用国际的源吧。
Ubuntu不好,个头太大,快有什么用?
litkt 发表于 2010-6-25 11:10
你说是指占用的内存容量大还是硬盘容量大?在目前看来内存和硬盘的容量还不至于不能弥补这两个系统资源占用的问题的吧?

作者: shenhao0129   发布时间: 2010-06-25

本帖最后由 1234qw 于 2010-6-25 23:57 编辑

# deb cdrom:[Debian GNU/Linux 5.0.4 _Lenny_ - Official amd64 CD Binary-1 20100131-21:33]/ lenny main
# deb /media/cdrom0 / lenny main
# Line commented out by installer because it failed to verify:
# deb http://security.debian.org/ lenny/updates main
# Line commented out by installer because it failed to verify:
# deb-src http://security.debian.org/ lenny/updates main
## /etc/apt/sources.list for debian stable(lenny)
## see sources.list(5) for more information.
## you can replace http with ftp.
## this file should be used in stable(lenny) only.
### ustc debian repo
deb http://debian.ustc.edu.cn/debian/ stable main non-free contrib
# deb-src http://debian.ustc.edu.cn/debian/ stable main non-free contrib
### 163 debian, for use while outside ustc campus
# deb http://mirrors.163.com/debian/ stable main
# deb-src http://mirrors.163.com/debian/ stable main
### ustc debian-multimedia
deb http://debian.ustc.edu.cn/debian-multimedia/ stable main
# deb-src http://debian.ustc.edu.cn/debian-multimedia/ stable main
### ustc debian-security
deb http://debian.ustc.edu.cn/debian-security/ stable/updates main non-free contrib
# deb-src http://debian.ustc.edu.cn/debian-security/ stable/updates main non-free contrib
### 163 debian-security
# deb http://mirrors.163.com/debian-security/ stable/updates main
# deb-src http://mirrors.163.com/debian-security/ stable/updates main
### official debian-security
# deb http://security.debian.org/ stable/updates main
# deb-src http://security.debian.org/ stable/updates main
# deb http://volatile.debian.org/debian-volatile stable/volatile main
# deb-src http://volatile.debian.org/debian-volatile stable/volatile main
deb http://http.us.debian.org/debian/ lenny main

要启用那个把“ #”去掉

作者: 1234qw   发布时间: 2010-06-25

deb http://debian.cn99.com/debian/ lenny main
deb http://security.debian.org/ lenny/updates main
deb-src http://security.debian.org/ lenny/updates main

作者: gdmzyzx   发布时间: 2010-06-25

你可以去下载几个光盘镜像iso,下载后在终端里键入sudo apt-add cdrom就会提醒你放入光盘,照做就是。这样就加入了新的光盘源。那么只要光盘里有这个,那么直接就可以apt-get install xxx。他会自己分析依存关系,并安装。

作者: wtniao   发布时间: 2010-06-28