Debian
Debian Tor 節點 - 無法更新到較新版本
我在 debian 上執行一個 tor 節點。Nyx 說我的版本 (0.2.9.16 (git-9ef571339967c1e5)) 已過時。
但是當我嘗試做時
apt update && apt upgrade
,什麼也沒發生,所有的包似乎都是最新的。並且apt-cache showpkg tor
只顯示我目前的版本和舊版本。我究竟做錯了什麼?為什麼我不能更新tor?
你沒有做錯什麼。您的系統具有版本 0.2.9.16 的事實告訴我您正在執行 Debian 9,而 Debian 9 只有版本 0.2.9.16 的 Tor。但是,更新版本已在backports repositories中提供,您可以從那里安裝版本 0.4.1.6:
echo deb http://deb.debian.org/debian stretch-backports main | sudo tee /etc/apt/sources.list.d/stretch-backports.list echo deb http://deb.debian.org/debian stretch-backports-sloppy main | sudo tee -a /etc/apt/sources.list.d/stretch-backports.list sudo apt update sudo apt -t stretch-backports install tor