
我透過新增測試儲存庫在 debian jessie 上安裝了 xfce 4.12
/etc/apt/sources.list.d/testing.list
文件內容:
deb http://ftp.us.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.us.debian.org/debian/ testing main contrib non-free
我嘗試將包固定為包含以下內容的實驗/etc/apt/preferences.d/testing.pref
:
Package: xfce4
Pin: release a=testing
Pin-Priority: 750
問題是,運行時apt-get update && apt-get upgrade
我從實驗性存儲庫中獲取所有已安裝軟體包的更新,而我想從測試中升級 xfce,並從 jessie stable 中升級所有其餘部分。
由於我不完全了解固定係統,因此尋求幫助來解決此問題。