如何安装Debian FreeOffice

Debian-Like

1 前言

一个问题,一篇文章,一出故事。
笔者最近发现FreeOffice貌似不错,于是想试用,于是整理此文。

2 最佳实践

2.1 配置安装源

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

2.2 安装软件包

apt install softmaker-freeoffice-2021

参阅文档
=================

软件下载
—————
https://www.freeoffice.com/zh/download/applications

语言字典
—————
https://www.freeoffice.com/zh/download/dictionaries

没有评论

发表回复

Debian-Like
如何安装Ubuntu Linphone?

1 基础知识 1.1 软件介绍 Linphone 是一款开源的 VoIP(Voice over In …

Debian-Like
如何安装配置Ubuntu iptables-persistent

1 前言 一个问题,一篇文章,一出故事。 笔者今天需要在Ubuntu使用iptables,于是整理当 …

Debian-Like
如何安装Ubuntu steam?

1 基础知识 Steam是Valve公司聘请BitTorrent(BT下载)发明者布拉姆·科恩(Br …