Debian

嘗試 apt install 時,鉻已經是最新版本 73

  • January 8, 2022

我試圖在 debian 上升級 chromium,它告訴我什麼時候執行

apt install chromium-browser

我收到此錯誤:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Package chromium-browser is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'chromium-browser' has no installation candidate

當我跑步時

apt install chromium

它說它已經是最新版本 73,而且我知道有更新的版本。

Reading package lists... Done
Building dependency tree
Reading state information... Done
chromium is already the newest version (73.0.3683.75-1~deb9u1)

我該如何進行?我不是系統管理員,所以這對我來說是新的。

從軟體包版本(73.0.3683.75-1~ deb9 u1)我們可以看出你還在使用 Debian 9。

Debian 9 已於 2020 年 1 月結束生命週期。雖然 LTS 結束日期是 2022 年 6 月,但 LTS 意味著它只接收安全更新,不再接收功能更新。並且安全更新不是由 Debian 處理的,而是由志願者處理的。

您應該將 Debian 升級到更新的版本(目前版本是 11)。使用此版本的 Debian,您將不會獲得任何軟體包的任何新版本。

引用自:https://unix.stackexchange.com/questions/685540