TranslateProject/published/202212/20221107.5 ⭐️ How to Install OpenOffice in Arch Linux [Beginner’s Guide].md

87 lines
3.6 KiB
Markdown
Raw Normal View History

2022-11-28 08:36:50 +08:00
[#]: subject: "How to Install OpenOffice in Arch Linux [Beginners Guide]"
[#]: via: "https://www.debugpoint.com/install-openoffice-arch/"
[#]: author: "Arindam https://www.debugpoint.com/author/admin1/"
[#]: collector: "lkxed"
[#]: translator: "geekpi"
[#]: reviewer: "wxy"
[#]: publisher: "wxy"
[#]: url: "https://linux.cn/article-15308-1.html"
2022-11-28 08:36:50 +08:00
如何在 Arch Linux 中安装 OpenOffice新手指南
======
![][0]
2022-11-28 08:36:50 +08:00
> 在 Arch Linux 及其衍生版中安装 OpenOffice 的初学者指南。
[OpenOffice][1] 是最古老的自由开源的办公生产力套件,已经维护了一段时间。它是由 Apache 开发,尽管它已经被分叉为 LibreOffice但仍然是一个受欢迎的套件。
2022-11-28 08:36:50 +08:00
本教程适用于那些想要安装 OpenOffice 以满足工作和其他需要的人。
**注意**:在安装之前,请记住许多更新的功能和与微软 Office 的兼容性在 OpenOffice 中并未得到完全支持。如果你想要更现代的 Office 套件版本,请尝试 [LibreOffice][2]。
2022-11-28 08:36:50 +08:00
### 在 Arch Linux 中安装 OpenOffice
[OpenOffice 软件包][3] 在 Arch 用户仓库中可用。因此,要安装它,你需要使用 AUR 助手程序。这是你需要做的。按照下面提到的步骤安装 Yay AUR 助手。如果你想了解有关 Yay 的更多信息,请参阅 [此处提供][4] 的详细指南。
2022-11-28 08:36:50 +08:00
依次运行以下命令来安装基本包并克隆 Yay
2022-11-28 08:36:50 +08:00
```
sudo pacman -S base-develsudo pacman -S gitcd /optsudo git clone https://aur.archlinux.org/yay.git
```
通过将 `debugpoint` 替换为你的 Arch 系统的用户名来运行以下命令:
2022-11-28 08:36:50 +08:00
```
sudo chown -R debugpoint:users ./yay
```
最后,使用以下命令安装 AUR 助手:
2022-11-28 08:36:50 +08:00
```
cd yaymakepkg -si
```
完成后,使用以下命令安装 OpenOffice
2022-11-28 08:36:50 +08:00
```
yay -S openoffice-bin
```
![通过 Yay 助手在 Arch Linux 中安装 OpenOffice][5]
按照屏幕上的说明进行操作。安装后,你可以在应用菜单中找到它,如下图所示。
启动 OpenOffice 并将你的姓名和详细信息添加到启动向导中,你就可以使用了。
![Arch Linux 应用菜单 (XFCE) 中的 OpenOffice][6]
![在 Arch Linux 中运行的最新 OpenOffice][7]
### 总结
使用上述方法,你还可以在 Majnaro 和其他基于 Arch Linux 的发行版中安装 OpenOffice。尽管它是一个较旧的办公生产力套件但你应该记住它并不完全兼容现代微软 Office 文档类型(例如 docx、xlsx
2022-11-28 08:36:50 +08:00
如果你在安装过程中遇到任何错误,请在下面的评论栏中给我们留言。
--------------------------------------------------------------------------------
via: https://www.debugpoint.com/install-openoffice-arch/
作者:[Arindam][a]
选题:[lkxed][b]
译者:[geekpi](https://github.com/geekpi)
校对:[wxy](https://github.com/wxy)
2022-11-28 08:36:50 +08:00
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://www.debugpoint.com/author/admin1/
[b]: https://github.com/lkxed
[1]: https://www.openoffice.org/
[2]: https://www.debugpoint.com/install-latest-libreoffice-ubuntu-linux/
[3]: https://aur.archlinux.org/packages/openoffice-bin
[4]: https://www.debugpoint.com/install-yay-arch/
[5]: https://www.debugpoint.com/wp-content/uploads/2022/11/Install-OpenOffice-in-Arch-Linux-via-Yay-helper.jpg
[6]: https://www.debugpoint.com/wp-content/uploads/2022/11/OpenOffice-in-Arch-Linux-Application-Menu-XFCE.jpg
[7]: https://www.debugpoint.com/wp-content/uploads/2022/11/Latest-OpenOffice-running-in-Arch-Linux.jpg
[0]: https://img.linux.net.cn/data/attachment/album/202212/01/151227rcrfy8marckyftyg.jpg