|
按照
http://www.linuxsir.cn/bbs/showthread.php?t=80419
上的文章,
假設您使用的是 testing, 先在 source.list 中把 stable、testing 和 unstable 都列上去, 然後, 在 /etc/apt/apt.conf 中設定:
APT: efault-Release "testing";
這樣就可以了。
如果要裝 unstable 的套件, 請用
apt-get install -t unstable <pkg-name>
可是我发现[color="Red"]/et/apt/目录下没有apt.conf这个文件,是不是需要自己建立一个? |
|