Debian Linux 於 Jessie 安裝 Stretch 的套件

Debian Linux 於 Jessie 的版本,想要安裝 Stretch 的套件,要怎麼做呢?

Debian Linux 於 Jessie 安裝 Stretch 的套件

此設定檔的方式是預設版本 jessie,安裝 stretch 套件的設定方式。

  1. vim /etc/apt/apt.conf.d/99defaultrelease # 檔名可以隨意取
    APT::Default-Release "jessie";
  2. vim /etc/apt/sources.list
    # add stretch repo, /etc/apt/apt.conf.d/99defaultrelease set jessie default
    deb http://ftp.tw.debian.org/debian/ stretch main non-free contrib
    deb-src http://ftp.tw.debian.org/debian/ stretch main non-free contrib
    deb http://security.debian.org/ stretch/updates main contrib non-free
    deb-src http://security.debian.org/ stretch/updates main contrib non-free
  3. sudo apt update
  4. sudo apt -t stretch install vim # vim 為要安裝 stretch 版本的套件名稱
  5. 註:stable 版本要安裝 testing 套件只要將上述的 jessie 換成 stable、stretch 換成 testing 即可。

相關網頁

作者: Tsung

對新奇的事物都很有興趣, 喜歡簡單的東西, 過簡單的生活.

發表迴響

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料