关于 Debian 版本Debian GNU/Linux 包括有三个版本:stable、testing、unstable 三个版本(还有experimental)。目前最新稳定版本为 Debian 6.0(代号:squeeze),2012 年 9 月 30 日发布其第六次更新,即 Debian 6.0.6。6.0.6 更新主要是对稳定版本的安全更新,相当于 Win7 SP1。 Debian 7.0,代号 Wheezy,目前仍在开发之中,也就是现在的 testing 版本。7.0 是 6.0 的下一个稳定版本,其将使用内核 3.2 版本作为长期支持的内核版本。 Unstable:开发中的版本,更新频繁,代号永为 sid。Ubuntu 每次版本发布,皆是基于 Debian sid。 如果您果真勇敢,不怕折腾,则选择 experimental,experimental 并不是一个完整的发行版本。选择 unstable 基本可以,没有什么大问题,更新比 testing 快很多,stable 基本就是安全更新。 下载目前 debian-cd 最新版本为稳定版本 6.0 的 6.0.6。建议从 Weekly build下载每周生成的 testing CD/DVD。如果 GNOME/KDE 消耗资源太多, Xfce 或 LXDE 则是较好的选择。 更新源配置Debian Wheezy(testing),文件位置 /etc/apt/sources.list,以网易镜像为例: deb http://mirrors.163.com/debian wheezy main non-free contrib deb http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-free deb-src http://mirrors.163.com/debian wheezy main non-free contrib deb-src http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-free deb http://mirrors.163.com/debian-security wheezy/updates main contrib non-free deb-src http://mirrors.163.com/debian-security wheezy/updates main contrib non-free deb http://mirrors.163.com/debian wheezy-updates main contrib non-free deb-src http://mirrors.163.com/debian wheezy-updates main contrib non-free 如果将 testing 改为 Sid,则可将更新列表改为: deb http://mirrors.163.com/debian sid main contrib non-free deb-src http://mirrors.163.com/debian sid main contrib non-free 然后,更新软件列表并安装更新: sudo apt-get update sudo apt-get upgrade 其他
|