红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

debian 的base-config

debian 的base-config

source:

我的镜像源是cn99的,sources.list如下:
deb http://debian.cn99.com/debian stable main contrib non-free
deb http://debian.cn99.com/debian-non-US stable/non-US main contrib non-free
deb http://debian.cn99.com/debian-security stable/updates main contrib non-free

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

新版的Debian取消了apt-setup与base-config.鄙视一下.
不过如今有了更简单的解决办法.就是使用: netselect-apt
安装netselect-apt这个软件包:

apt-get install netselect-apt

然后执行大家熟悉的: apt-get update
如果有新的内核镜像的话就执行: apt-get dist-upgrade
下载安装完以后: reboot 用新的内核引导系统即可.

TOP

发新话题