无法升级到 thunderbird 78 的最新版本

无法升级到 thunderbird 78 的最新版本

我需要升级到 thunderbird 78。我目前有 68 运行 Ubuntu 20.04。我试过:

sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa

然后update,但是upgradeUbuntu 一直告诉我:

thunderbird is already the newest version (1:68.10.0+build1-0ubuntu0.20.04.1).

最好的

答案1

Ubuntu 桌面团队目前正在打包 Thunderbird 78。 要有耐心。

您无需添加 PPA。Ubuntu 桌面和 Ubuntu 安全团队会定期更新所有受支持的 Ubuntu 版本中的 Firefox 和 Thunderbird。

您收到的具体输出意味着没有人将 Thunderbird 78 上传到该 PPA。

答案2

您可以使用此 ppa,它提供没有 libc6 等依赖项的打包版本。Thunderbird 实际上在 focal 上锁定为版本 68,在 20.10 上锁定为版本 78,但它强制使用 libc6 2.32。

无论如何,只需从这里使用它https://www.ubuntuupdates.org/ppa/ubuntu_mozilla_security?dist=focal

sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa 
sudo apt-get update
sudo apt-get install thunderbird

thunderbird-fr例如,您还可以安装使用法语翻译。

答案3

如果你确实需要新版本,你可以使用 Snap Store

https://snapcraft.io/thunderbird

相关内容