安装 FreeOffice Linux 版

FreeOffice 包含一组 64 位应用程序,可以与 64 位 (x86_64、amd64)Linux 发行版一起使用。不支持 32 位发行版。

我们采用以下最新发行版来测试 FreeOffice 并建议您选择其中的一个版本:

在此提供有关在其他系统上安装的信息。

您可以采用下面两种方式之一安装 SoftMaker FreeOffice Linux 版:

  1. 通过 SoftMaker 软件库:如果您使用的是基于 DEB 或基于 RPM 的 Linux,这是推荐的安装方法。您可以将 SoftMaker 存储库添加到您的 Linux 系统中一次,然后自动接收所有更新。
  2. 通过从 Web 服务器下载:您手动下载 SoftMaker FreeOffice 并安装。发布更新时,您需要下载新的安装包,然后再次手动安装。

Debian

建议:通过 SoftMaker 存储库安装

如果您使用 SoftMaker 存储库,您可以轻松安装 SoftMaker FreeOffice 并保持最新。

打开 Shell 或终端窗口,输入以下命令设置存储库并安装 SoftMaker FreeOffice:

su -
mkdir -p /etc/apt/keyrings
wget -qO- https://shop.softmaker.com/repo/linux-repo-public.key | gpg --dearmor > /etc/apt/keyrings/softmaker.gpg
echo "deb [signed-by=/etc/apt/keyrings/softmaker.gpg] https://shop.softmaker.com/repo/apt stable non-free" > /etc/apt/sources.list.d/softmaker.list
apt update
apt install softmaker-freeoffice-2024
exit

如果您已经在系统上设置了自动更新,则 Linux 包管理器将自动将 SoftMaker FreeOffice 保持在最新状态。

如果您在系统上未使用自动更新,输入这些命令会将 SoftMaker FreeOffice 更新为最新的可用修订版:

su -
apt update
apt upgrade
exit

替代方法:手动安装

Open a shell or terminal window and enter the following commands to download and install SoftMaker FreeOffice:

su -
cd ~
wget https://www.softmaker.net/down/softmaker-freeoffice-2024_1230-01_amd64.deb
apt update
apt install -f ./softmaker-freeoffice-2024_1230-01_amd64.deb
exit

当 Service Pack 发布时,您可以用同样的方式安装它。


Ubuntu、Linux Mint

建议:通过 SoftMaker 存储库安装

如果您使用 SoftMaker 存储库,您可以轻松安装 SoftMaker FreeOffice 并保持最新。

打开 Shell 或终端窗口,输入以下命令设置存储库并安装 SoftMaker FreeOffice:

sudo -i
mkdir -p /etc/apt/keyrings
wget -qO- https://shop.softmaker.com/repo/linux-repo-public.key | gpg --dearmor > /etc/apt/keyrings/softmaker.gpg
echo "deb [signed-by=/etc/apt/keyrings/softmaker.gpg] https://shop.softmaker.com/repo/apt stable non-free" > /etc/apt/sources.list.d/softmaker.list
apt update
apt install softmaker-freeoffice-2024
exit

如果您已经在系统上设置了自动更新,则 Linux 包管理器将自动将 SoftMaker FreeOffice 保持在最新状态。

如果您在系统上未使用自动更新,输入这些命令会将 SoftMaker FreeOffice 更新为最新的可用修订版:

sudo apt update
sudo apt upgrade

替代方法:手动安装

Open a shell or terminal window and enter the following commands to download and install SoftMaker FreeOffice:

sudo -i
cd ~
wget https://www.softmaker.net/down/softmaker-freeoffice-2024_1230-01_amd64.deb
apt update
apt install -f ./softmaker-freeoffice-2024_1230-01_amd64.deb
exit

当 Service Pack 发布时,您可以用同样的方式安装它。


Manjaro

SoftMaker FreeOffice 包含在 Manjaro 的存储库中,因此安装起来特别轻松。

打开 Shell 或终端窗口,输入以下命令安装 SoftMaker FreeOffice:

sudo pamac install freeoffice

Manjaro 包管理器会自动将 SoftMaker FreeOffice 保持在最新状态。


Fedora

建议:通过 SoftMaker 存储库安装

如果您使用 SoftMaker 存储库,您可以轻松安装 SoftMaker FreeOffice 并保持最新。

打开 Shell 或终端窗口,输入以下命令设置存储库并安装 SoftMaker FreeOffice:

sudo wget -qO /etc/yum.repos.d/softmaker.repo https://shop.softmaker.com/repo/softmaker.repo
sudo -E dnf upgrade
sudo -E dnf install softmaker-freeoffice-2024

如果 Fedora 提示您确认导入 SoftMaker GPG 密钥,您应这样做。

如果您已经在系统上设置了自动更新,则 Linux 包管理器将自动将 SoftMaker FreeOffice 保持在最新状态。

如果您在系统上未使用自动更新,输入下列命令会将 SoftMaker FreeOffice 更新为最新的可用修订版:

sudo -E dnf upgrade

替代方法:手动安装

我们的 RPM 安装包已经过数字签名。在安装 SoftMaker FreeOffice 前,您应下载公共 GPG 密钥:

下载

打开 Shell 或终端窗口,输入以下命令导入 GPG 密钥:

sudo rpm --import ./linux-repo-public.key

注意:如果您尚未将 GPG 密钥下载到当前文件夹,将 ./ 替换为密钥文件的路径。

如果跳过此步骤,您仍然能够安装 SoftMaker RPM 包,但必须在系统提示缺少 GPG 密钥时按忽略

Next, download the RPM installation package of SoftMaker FreeOffice:

下载

Install this package by double-clicking on it.

当 Service Pack 发布时,下载最新的 RPM 安装包,并双击再次安装。


openSUSE

建议:通过 SoftMaker 存储库安装

如果您使用 SoftMaker 存储库,您可以轻松安装 SoftMaker FreeOffice 并保持最新。

打开 Shell 或终端窗口,输入以下命令设置存储库:

sudo zypper addrepo -f https://shop.softmaker.com/repo/rpm SoftMaker
sudo zypper --gpg-auto-import-keys ref

您必须通过输入 root 用户密码来确认这些命令。

然后输入此命令安装 SoftMaker FreeOffice:

sudo -E zypper install softmaker-freeoffice-2024

如果您已经在系统上设置了自动更新,则 Linux 包管理器将自动将 SoftMaker FreeOffice 保持在最新状态。

如果您在系统上未使用自动更新,输入这些命令会将 SoftMaker FreeOffice 更新为最新的可用修订版:

– 如果您使用 zypper

sudo -E zypper update

– 如果您使用 dnf

sudo -E dnf upgrade

替代方法:手动安装

Open a shell or terminal window and enter the following commands:

1. Download our public PGP key and import it:

cd ~
wget https://shop.softmaker.com/repo/linux-repo-public.key
sudo rpm --import ./linux-repo-public.key

2. Download the RPM installation package of SoftMaker FreeOffice and install it:

cd ~
wget https://www.softmaker.net/down/softmaker-freeoffice-2024-1230.x86_64.rpm
sudo -E zypper install ./softmaker-freeoffice-2024-1230.x86_64.rpm

当 Service Pack 发布时,您可以用同样的方式安装它。


在其他系统上安装

如果在此未列出您的系统,并且您无法按照上述说明运行此安装,则可以使用基于 .tgz 的安装包安装 SoftMaker FreeOffice。

首先,下载 SoftMaker FreeOffice 的 .tgz 安装包:

下载

解压缩:

tar xvzf ./softmaker-freeoffice-2024-1230-amd64.tgz

注意:如果您尚未将 .tgz 文件下载到当前文件夹,将 ./ 替换为 .tgz 文件的路径。

然后,运行其中包含的安装脚本:

./installfreeoffice

恢复文档图标

The icons for common document formats such as DOCX, XLSX and PPTX are assigned to SoftMaker FreeOffice when you install it. 如果您不喜欢我们的图标样式,可以运行此脚本恢复以前的图标:

sudo /usr/share/freeoffice2024/mime/remove_icons.sh

Installing on a USB flash drive

If you want to have FreeOffice for Linux and important documents with you when on the go, you can copy FreeOffice to a USB flash drive. You can then insert this USB flash drive into any Linux-based computer (for example, those of friends or in Internet cafes) and run FreeOffice. 拔出 U 盘后,FreeOffice 不会在电脑上留下任何痕迹。

下面是实现方法:

  1. 在您的 Linux 电脑的内置硬盘上安装 FreeOffice。这样,即使没有 U 盘,您也可以像往常一样使用 FreeOffice。
  2. 在 U 盘上创建一个文件夹并将 FreeOffice 应用程序文件夹(通常为 /usr/share/freeoffice2024)的整个内容复制到此文件夹:
mkdir /media/disk/freeoffice (replace /media/disk with the path of the USB flash drive)
cd /usr/share/freeoffice2024
cp -Rv * /media/disk/freeoffice (replace /media/disk with the path of the USB flash drive)
  1. Create a file with the name portable.txt in this new folder on the USB flash drive. 其内容是不相关的:
cd /media/disk/freeoffice (replace /media/disk with the USB flash drive's path) 
touch portable.txt

portable.txt 文件只是一个“标记文件”,它提示 FreeOffice 应在便携型模式下运行,不要在主机操作系统上留下任何配置文件。

  1. Then, launch TextMaker:
./textmaker

TextMaker will create the folder /media/disk/freeoffice/SoftMaker and copy its default document templates and configuration files into it. This can take up to thirty seconds. After that, TextMaker will be launched.

The installation is complete now.

如果需要,可以立即将其他文档和模板复制到 U 盘中。

  1. 将文档放在 /media/disk/freeoffice/SoftMaker
  2. 将 TextMaker 文档模板复制到 /media/disk/freeoffice/SoftMaker/TextMaker 2024 templates
  3. 将 PlanMaker 文档模板复制到 /media/disk/freeoffice/SoftMaker/PlanMaker 2024 templates
  4. 将 Presentations 设计模板复制到 /media/disk/freeoffice/SoftMaker/Presentations 2024 designs

要启动其中某个程序,请在 U 盘中打开 FreeOffice 文件夹并双击要启动的程序。