我之前使用的是 TB 5.0,然后系统要求升级到 v 6.0,我尝试从 .tar.bz2 文件安装,提取文件但无法运行。然后尝试通过 Synaptic 软件包管理器和 Ubuntu 软件中心安装,但我找不到 Thunderbird。不在“应用程序”“互联网”下(我试过“编辑菜单”)等。我可以在 Synaptic 软件包管理器中看到它已安装但找不到它。我认为程序的某些部分仍在那里,所以系统无法识别新安装。有什么建议吗?谢谢。
答案1
首先,请告诉我们 TB 5.0 是如何安装的。是通过 tar.bz 文件还是通过 Synaptic 安装?您是否在系统中添加了任何 PPA?
那么我建议你做以下事情:
运行
dpkg -l |grep ^i |grep thunderbird
并在此处发布结果。
此命令将显示 Thunderbird 当前是否通过存储库安装以及其版本。如果您想升级到最新的 6.0 版本,您可以尝试通过输入以下命令添加官方 PPA:
sudo add-apt-repository ppa:mozillateam/thunderbird-stable
sudo apt-get update
sudo apt-get install thunderbird
答案2
我认为最简单的方法是从 Thunderbird 稳定的 PPA 获取它:
sudo add-apt-repository ppa:mozillateam/thunderbird-stable
sudo apt-get update
sudo apt-get install thunderbird