怎么在Debian 6下安装testing或unstable的包?
- 0次
- 2021-07-29 06:17:48
- idczone
我在Debian 6下,默认用的是stable,但是某个包我想安装testing或unstable中的版本。确定testing,unstable中有新版,但是用下面的命令,不行。
$ apt-get -t testing openswan
Reading package lists... Done
Building dependency tree
Reading state information... Done
openswan is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
试过backports,也是一样的问题。是哪里需要再配置吗?
好多年不用Linux了。。。
确定apt源里面有testing
果然。。。居然没加testing源。。。但是奇怪为什么backports也不行呢,backports的源是加了的啊:
deb http://backports.debian.org/debian-backports squeeze-backports main
squeeze-backports 中没有 openswan
http://packages.debian.org/search?suite=squeeze-backports&keywords=openswan
多谢!已经用testing安装成功了~