Debian Testing

作者: 王涪玖 | 来源:发表于2017-03-22 19:06 被阅读530次

它介于不稳定版和稳定版之间,顺便提一下,我就是从稳定版追过来的,用了挺长的时间了,没发现不稳定,因此,推荐使用。unstable不推荐使用,毕竟是不稳定版,万一出了点什么,也不好解决。测试版是在不稳定版本的基本上建立起来了,相对稳定很多。

方法一:添加debian testing版本源
如果安装的是debian stable版,只要喜欢,任何时间都可以将其变成 testing版本,方法很简单,用喜欢的编辑器打开:/etc/apt/source.list 源文件,用#号注释掉之前的源,加入下面的源文件,该源长期有效,因为每个debian版本,都会有testing版本。

testing 源

deb http://security.debian.org/ testing/updates main contrib
deb-src http://security.debian.org/ testing/updates main contrib
deb-src http://ftp.debian.org/debian/ testing-updates main contrib
deb http://ftp.debian.org/debian/ testing-updates main contrib

163

deb http://mirrors.163.com/debian/ testing main non-free contrib
deb http://mirrors.163.com/debian/ testing-updates main non-free contrib
deb-src http://mirrors.163.com/debian/ testing main non-free contrib
deb-src http://mirrors.163.com/debian/ testing-updates main non-free contrib
deb http://mirrors.163.com/debian-security/ testing/updates main non-free contrib
deb-src http://mirrors.163.com/debian-security/ testing/updates main non-free contrib

deb http://mirrors.163.com/debian sid main contrib non-free
deb-src http://mirrors.163.com/debian sid main contrib non-free
deb http://mirrors.163.com/debian experimental main contrib non-free
deb-src http://mirrors.163.com/debian experimental main contrib non-free

中国官方源镜像

deb http://mirrors.ustc.edu.cn/debian/ testing main contrib non-free
deb-src http://mirrors.ustc.edu.cn/debian/ testing main contrib non-free
deb http://mirrors.ustc.edu.cn/debian/ testing-updates main contrib non-free
deb-src http://mirrors.ustc.edu.cn/debian/ testing-updates main contrib non-free
deb http://mirrors.ustc.edu.cn/debian-security/ testing/updates main contrib non-free
deb-src http://mirrors.ustc.edu.cn/debian-security/ testing/updates main contrib non-free

可以选择另外一些源:

testing 源

deb http://security.debian.org/ testing/updates main contrib
deb-src http://security.debian.org/ testing/updates main contrib
deb-src http://ftp.debian.org/debian/ testing-updates main contrib
deb http://ftp.debian.org/debian/ testing-updates main contrib

163

deb http://mirrors.163.com/debian/ testing main non-free contrib
deb http://mirrors.163.com/debian/ testing-updates main non-free contrib
deb-src http://mirrors.163.com/debian/ testing main non-free contrib
deb-src http://mirrors.163.com/debian/ testing-updates main non-free contrib
deb http://mirrors.163.com/debian-security/ testing/updates main non-free contrib
deb-src http://mirrors.163.com/debian-security/ testing/updates main non-free contrib

中国官方源镜像

deb http://mirrors.ustc.edu.cn/debian/ testing main contrib non-free
deb-src http://mirrors.ustc.edu.cn/debian/ testing main contrib non-free
deb http://mirrors.ustc.edu.cn/debian/ testing-updates main contrib non-free
deb-src http://mirrors.ustc.edu.cn/debian/ testing-updates main contrib non-free
deb http://mirrors.ustc.edu.cn/debian-security/ testing/updates main contrib non-free
deb-src http://mirrors.ustc.edu.cn/debian-security/ testing/updates main contrib non-free

保存源文件,终端下执行:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

系统就开始更新了,等待的时间可能会有点长,取决于网络速度。升级完成后,发现一切都变了,内核从3.16变成4.8了,当然,不止内核,一切都变了,隔一两个星期再执行以上的命令,就会发现,你的debian系统永远是最新的。

方法二:直接使用testing镜像安装
下载debian testing版本ISO镜像,刻盘或制作U盘启动工具,就可以安装testing了,推荐使用这种方式进行testing,不需要设置。直接安装就是testing了。
DVD镜像下载地址:http://cdimage.debian.org/cdimage/weekly-builds/amd64/iso-dvd/

友情提示:尽管debian testing依然稳定,但是系统从稳定版升级到测试版后,有些软件的依赖会发生变化,可能会导致一些软件无法使用,当然了,这些还是可以解决的,只是有点麻烦,如果不担心这一条,就大胆地升级吧,我是不怕的,你呢?

相关文章

  • Debian Testing

    它介于不稳定版和稳定版之间,顺便提一下,我就是从稳定版追过来的,用了挺长的时间了,没发现不稳定,因此,推荐使用。u...

  • Debain10.4系统安装mysql及实现navicat访问

    Ubuntu 是基于 Debian 的 unstable 或者 testing 分支,同时对来自 Debian 的...

  • rabbitmq

    echo 'debhttp://www.rabbitmq.com/debian/testing main' | s...

  • Debian Testing源

    它介于不稳定版和稳定版之间,顺便提一下,我就是从稳定版追过来的,用了挺长的时间了,没发现不稳定,因此,推荐使用。u...

  • Debian的Testing版本

    下载 在官方网站上下载一个你喜欢的桌面,笔者我喜欢LXDE。Debian Testing 刻录u盘 可以在手头上的...

  • Debian设置Console字体(tty1~6)

    1.操作平台:Debian buster/testing TTY12.必须 root 登陆$: dpkg-reco...

  • Parrot Linux介绍

    最近发现了一个基于Debian Testing的Linux发行版Parrot Linux,试用了一下感觉很不错,官...

  • 测试

    测试 testing testing testing

  • Testing

    Performance Testing Load testing and Performance Testing ...

  • Unit Test and Integration Test

    Unit Testing Unit testing is the practice of testing smal...

网友评论

  • 7700475cd846:现在还在用debian?
    王涪玖:一直都在用,爽的很呀。当然了,有些东西不是每一个人都会适应的。

本文标题:Debian Testing

本文链接:https://www.haomeiwen.com/subject/fhqanttx.html