在 /etc/apt/sources.list.d/下建立一个 testing.list 文件,内容为

deb http://ftp.cn.debian.org/debian testing main

然后执行

apt-get update

apt-get -t testing install 包名

即可。