FreeOffice 是一款免费且功能齐全的个人和商业办公套件。FreeOffice 与现代 Microsoft 格式 DOCX、XLSX 和 PPTX 以及经典格式 DOC、XLS 和 PPT 以及 LibreOffice OpenDocument 文本 (ODT) 格式完全兼容。它适用于 Linux、macOS 和 Microsoft Windows。
在 Linux Mint 21 Vanessa 上安装 FreeOffice
apt
步骤 1. 在运行下面的教程之前,重要的是通过在终端中运行以下命令来确保您的系统是最新的:
sudo apt update sudo apt install software-properties-common apt-transport-https wget ca-certificates gnupg2
步骤 2. 在 Linux Mint 21 上安装 FreeOffice。
默认情况下,Linux Mint 21 基础存储库中不提供 FreeOffice。现在运行以下命令将 FreeOffice 存储库添加到您的 Linux Mint 系统:
sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/softmaker.gpg] https://shop.softmaker.com/repo/apt stable non-free' > /etc/apt/sources.list.d/softmaker.list"
接下来,使用以下命令导入 GPG 密钥:
curl -fsSL https://shop.softmaker.com/repo/linux-repo-public.key | gpg --dearmor | sudo tee /usr/share/keyrings/softmaker.gpg > /dev/null
之后,更新您的系统,您可以借助如下所示的命令在其上安装 FreeOffice:
sudo apt update sudo apt install softmaker-freeoffice-2021
步骤 3. 在 Linux Mint 21 上访问 FreeOffice。
安装完成后,我们将在 Mint 菜单的 Office 部分中找到 FreeOffice。
感谢您使用本教程在 Linux Mint 系统上安装最新版本的 FreeOffice。如需更多帮助或有用信息,我们建议您查看FreeOffice 官方网站。
© 版权声明
文章版权归作者所有,未经允许请勿转载。