Comparer Barevision
在 GNU 上安装 Thunderbird
Revision 246893:
Eza revisé 246893 na wxie2016 mokolo ya
Revision 247437:
Eza revisé 247437 na bingchuanjuzi mokolo ya
Ba mots clés:
Résumé ya barésultat ya boluki:
本文介绍了如何在 Linux 中安装 Thunderbird。
本文介绍了如何在 Linux 中安装 Thunderbird。
Contenu:
本文介绍了如何在 GNU/Linux 系统上安装 Thunderbird。
{for mac,win}{note}'''本文适用于 GNU/Linux。''' {for mac}在 Mac 上安装 Thunderbird,请看 [[Installing Thunderbird on Mac]]。{/for}{for win}在 Windows 上安装 Thunderbird,请看 [[Installing Thunderbird on Windows]]。{/for}{/note}{/for}
__TOC__
= 通过发行版的包安装管理器安装 (推荐) =
请参考你所用的 GNU/Linux 发行版的说明适用包安装管理器安装 Thunderbird。
我们推荐这种方法,因为它能保证您电脑上有所有需要的库文件,并使用最优配置。但是,软件包管理系统提供的 Thunderbird 可能不是最新版本,你的发行版也许没有 Thunderbird 的安装包。
= 使用 Snap 软件安装 =
请在电脑 [https://snapcraft.io/docs/installing-snapd 安装 Snap],完成后打开 [https://snapcraft.io/thunderbird Thunderbird Snapcraft's Store 页面],点击 {button 安装} 按钮并安装提示进行。
= 手动安装 (高级用户) =
{note}
*'''安装 Thunderbird 之前''',请确认您的电脑上已经安装了'''[https://www.thunderbird.net/thunderbird/system-requirements/ 需要的库文件]'''。库文件的缺失将导致 Thunderbird 无法打开。
* 你 '''必须''' 是 root 或者可使用 <code>sudo</code> 命令。
* 手动安装优先于包管理器安装。如果要运行包管理器安装的 Thunderbird 版本,你需要从终端输入命令:<code>/usr/bin/thunderbird</code>。
{/note}
1. 打开 [https://www.thunderbird.net/download/ Thunderbird 下载页面] 并点击 {button 自由下载} 按钮。
2. 打开终端并找到下载文件路径,比如:
<code>
cd ~/Downloads
</code>
3. 使用命令解压文件:
<code>
tar xjf thunderbird-*.tar.bz2
</code>
4. 将解压后的文件放到 {filepath /opt}:
<code>
mv thunderbird /opt
</code>
5. 创建 Thunderbird 可执行文件的链接:
<code>
ln -s /opt/thunderbird/thunderbird /usr/local/bin/thunderbird
</code>
6. 下载一份桌面文件:
<code>
wget https://raw.githubusercontent.com/mozilla/sumo-kb/main/install-thundebird-linux/thunderbird.desktop -P /usr/local/share/applications
</code>
如果系统没有安装 <code>wget</code>,你可以直接打开上述 URL 并在其页面上右击,在弹出菜单里选择 {menu 页面另存为}。下载完成后,将文件移入 {filepath /usr/local/share/applications}。
如需验证安装成功,请点击菜单按钮 [[Image:Fx89menuButton]],并点击 {menu 帮助} 再选择 {menu 更多故障排除信息}。在 ''故障排除信息'' 页的 ''应用基础'' 部分,''应用二进制'' 应该是 <code>/opt/thunderbird/thunderbird-bin</code>
分享本文:https://mzl.la/3Mm3SHQ
本文介绍了如何在 GNU/Linux 系统上安装 Thunderbird。
{for mac,win}{note}'''本文适用于 GNU/Linux。''' {for mac}在 Mac 上安装 Thunderbird,请看 [[Installing Thunderbird on Mac]]。{/for}{for win}在 Windows 上安装 Thunderbird,请看 [[Installing Thunderbird on Windows]]。{/for}{/note}{/for}
__TOC__
= 通过发行版的包安装管理器安装 (推荐) =
请参考你所用的 GNU/Linux 发行版的说明适用包安装管理器安装 Thunderbird。
我们推荐这种方法,因为它能保证您电脑上有所有需要的库文件,并使用最优配置。但是,软件包管理系统提供的 Thunderbird 可能不是最新版本,你的发行版也许没有 Thunderbird 的安装包。
= 使用 Snap 软件安装 =
请在电脑 [https://snapcraft.io/docs/installing-snapd 安装 Snap],完成后打开 [https://snapcraft.io/thunderbird Thunderbird Snapcraft's Store 页面],点击 {button 安装} 按钮并安装提示进行。
= 手动安装 (高级用户) =
{note}
*'''安装 Thunderbird 之前''',请确认您的电脑上已经安装了'''[https://www.thunderbird.net/thunderbird/system-requirements/ 需要的库文件]'''。库文件的缺失将导致 Thunderbird 无法打开。
* 你 '''必须''' 是 root 或者可使用 <code>sudo</code> 命令。
* 手动安装优先于包管理器安装。如果要运行包管理器安装的 Thunderbird 版本,你需要从终端输入命令:<code>/usr/bin/thunderbird</code>。
{/note}
1. 打开 [https://www.thunderbird.net/download/ Thunderbird 下载页面] 并点击 {button 自由下载} 按钮。
2. 打开终端并找到下载文件路径,比如:
<code>
cd ~/Downloads
</code>
3. 使用命令解压文件:
<code>
tar xjf thunderbird-*.tar.bz2
</code>
4. 将解压后的文件放到 {filepath /opt}:
<code>
mv thunderbird /opt
</code>
5. 创建 Thunderbird 可执行文件的链接:
<code>
ln -s /opt/thunderbird/thunderbird /usr/local/bin/thunderbird
</code>
6. 下载一份桌面文件:
<code>
wget https://raw.githubusercontent.com/mozilla/sumo-kb/main/installing-thunderbird-linux/thunderbird.desktop -P /usr/local/share/applications
</code>
如果系统没有安装 <code>wget</code>,你可以直接打开上述 URL 并在其页面上右击,在弹出菜单里选择 {menu 页面另存为}。下载完成后,将文件移入 {filepath /usr/local/share/applications}。
如需验证安装成功,请点击菜单按钮 [[Image:Fx89menuButton]],并点击 {menu 帮助} 再选择 {menu 更多故障排除信息}。在 ''故障排除信息'' 页的 ''应用基础'' 部分,''应用二进制'' 应该是 <code>/opt/thunderbird/thunderbird-bin</code>
分享本文:https://mzl.la/3Mm3SHQ