如何在Ubuntu 20.04 Linux上安装FreeOffice 2021,微软 Office 的最佳免费替代品之一
Microsoft Office 的最佳免费替代品之一是 FreeOffice,它由德国软件公司 SoftMaker 开发。 最近,他们将他们的 Office 套件升级到了 21 版。这里我们学习了使用命令终端在 Ubuntu 20.04 Linux 上安装 FreeOffice 2021 版的步骤。
这个免费的办公套件是同一个开发人员推出的名为 SoftMaker Office 21 (也可用于Linux)的商业办公套件的一部分,当然,付费版会有更多的功能,但这并不意味着免费版——FreeOffice 2021取消了所有日常办公文档 (MS-Word替代) 的相关要求。它提供了微软办公软件带状界面和三个模块:TextMaker 21创建文档;PlanMaker 21 可创建工作表(Excel 替代方案)和 Presentations 21 用于制作像 MS-Powerpoint 这样的幻灯片。
在 Ubuntu 20.04 LTS Focal Fossa Linux 上安装 FreeOffice 2021 的步骤
给定的步骤也可用于 Ubuntu 22.04/18.04,包括 LinuxMint、Debian 11、MX Linux、POP!_OS 和其他常见的类似 Linux 发行版。
1. 以root身份登录
让我们以root用户登录:
~/www.linuxmi.com
❯ root@linuxmi:~# sudo -i
2.下载并添加GPG Key:
在下载软件包以安装 FreeOffice 2021 之前,我们需要添加其开发人员用于对软件包进行签名的 GPG 密钥。
❯ root@linuxmi:~# wget -qO – https://shop.softmaker.com/repo/linux-repo-public.key | apt-key add –
3.在Ubuntu 20.04中添加FreeOffice 2021存储库
Ubuntu 20.04的官方仓库中没有安装2021 FreeOffice的包,因此我们需要添加从SoftMaker官网获取的包。
❯ root@linuxmi:~# echo “deb https://shop.softmaker.com/repo/apt stable non-free” > /etc/apt/sources.list.d/softmaker.list
4.更新APT缓存
为了让我们的 Ubuntu Linux 知道我们最近添加了一个新的存储库,并在运行系统更新命令后使其缓存可用的包。
❯ root@linuxmi:~# sudo apt update
如果出现如下提示:
Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate. Could not handshake: Error in the certificate verification.
我们重装ca-certificates来解决
root@linuxmi:~# sudo apt-get install –reinstall ca-certificates
再次,
~/www.linuxmi.com
❯ root@linuxmi:~# sudo apt update
如下
5. 在 Ubuntu 20.04 Linux 上安装 FreeOffice 的命令
最后,使用给定的 APT 包管理器命令下载并安装我们在 Linux 上设置这个最新的免费 SoftMaker 办公套件所需的包。
~/www.linuxmi.com
❯ sudo apt install softmaker-freeoffice-2021
6.运行Softmaker办公套件
安装完成后,转到应用程序启动器并搜索 FreeOffice。您将看到它的所有三个模块 – Textmaker、Planner 和 Presentation。根据您的需要单击任何一个并开始创建文档。
初始窗口将要求您为应用程序选择首选用户界面。
删除或卸载(可选)
如果不想或不再需要这个办公套件,可以使用给定的命令将其删除:
sudo apt remove softmaker-freeoffice-2021
sudo rm /etc/apt/sources.list.d/softmaker.list
The post 如何在Ubuntu 20.04 Linux上安装FreeOffice 2021,微软 Office 的最佳免费替代品之一 first appeared on Linux迷.
共有 0 条评论