FreeOffice 是一个免费的开源办公套件,带有文字处理器、电子表格应用程序和演示程序。SoftMaker FreeOffice 2021 for Linux 中的应用程序有 32 位和 64 位版本,使其与 32 位(x86、686)和 64 位(x86_64、amd64)Linux 兼容。如果您正在寻找适用于 Linux 的最佳 Microsoft Office 替代品,您可能需要考虑 FreeOffice。
在 Debian 11 Bullseye 上安装 FreeOffice
apt
步骤 1. 在我们安装任何软件之前,通过在终端中运行以下命令来确保您的系统是最新的,这一点很重要:
sudo apt update sudo apt upgrade sudo apt install dirmngr ca-certificates software-properties-common gnupg gnupg2 apt-transport-https curl
步骤 2. 在 Debian 11 上安装 FreeOffice。
默认情况下,FreeOffice 在 Debian 11 基础存储库中可用。因此,现在运行以下命令将 FreeOffice 存储库添加到您的 Debian 系统:
echo 'deb [signed-by=/usr/share/keyrings/softmaker.gpg] https://shop.softmaker.com/repo/apt stable non-free' | sudo tee -a /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
将存储库添加到 Debian 系统后,现在使用以下命令安装 FreeOffice:
sudo apt update sudo apt install softmaker-freeoffice-2021
步骤 3. 在 Debian Linux 上访问 FreeOffice。
成功安装后,可以通过单击“应用程序”菜单中的图标来启动 FreeOffice 应用程序。
感谢您使用本教程在 Debian 11 Bullseye 上安装最新版本的 FreeOffice。如需更多帮助或有用信息,我们建议您查看FreeOffice 官方网站。