另外小弟經由 apt-build、使用 gcc-3.2 重新編譯安裝了 libconfconfig1、fontconfig、libxft2、libqt3c102-mt 和 mozilla-1.2.1 全部的 package。用起來還蠻穩定的
jztim 寫:問題一:
我的sources.list如下
deb http://ftp.us.debian.org/debian unstable main contrib non-free
deb http://download.kde.org/stable/3.1/Debian stable main
打apt-get update
那我這樣抓的KDE究竟是kde.org裡面的, 還是debian裡面的?
應該是 unstable 裡面的 KDE。
如果 testing 與 unstable 共存,又要以 testing 為優先的話,必須在 /etc/apt/sources.list 裡面同時加上 testing 和 unstable 的 URL,然後在 /etc/apt/apt.conf 裡面加上:
APT::Default-Release "testing";
這樣預設就會安裝 testing 的 package。
假如我們要安裝 unstable package 的話,可以用 apt-get -t unstable package 來安裝。
jztim 寫:問題二:
如果只打 deb http://download.kde.org/stable/3.1/Debian stable main
apt-get update
似乎還是不會去kde.org裡面抓呢
問題三:
如果sources.list已經設為unstable
deb http://ftp.us.debian.org/debian unstable main contrib non-free
然後打 apt-get update
apt-get dist-upgrade
那我抓下來的x-window-system有libxtt.a的問題
我可以改成 deb http://ftp.us.debian.org/debian testing main contrib non-free
然後打 apt-get update
apt-get dist-upgrade嗎?
XFree86 4.3.0出來了
可是檔案怎麼只有9個tgz檔案
結果現在變成 x-window不能裝......
好想哭......
假如已經安裝了 unstable 裡面的 package,就只能將這些 package 給移除掉,再重新安裝 testing 裡面的 package 了。