mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-02-25 00:50:15 +08:00
translated
This commit is contained in:
parent
e4fa7016a3
commit
94580f87b0
@ -1,84 +0,0 @@
|
||||
[#]: subject: "How to Install OpenOffice in Arch Linux [Beginner’s Guide]"
|
||||
[#]: via: "https://www.debugpoint.com/install-openoffice-arch/"
|
||||
[#]: author: "Arindam https://www.debugpoint.com/author/admin1/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
How to Install OpenOffice in Arch Linux [Beginner’s Guide]
|
||||
======
|
||||
|
||||
**An absolute beginner’s guide to install OpenOffice in Arch Linux and its derivatives.**
|
||||
|
||||
[OpenOffice][1] is the oldest free and open-source office productivity suite which has been under maintenance for some time. It was developed by Apache and is still a sought-after suite, although it has been forked as LibreOffice.
|
||||
|
||||
This tutorial is for those who want to install OpenOffice for their work and other needs.
|
||||
|
||||
**Note**: Before you install, remember that many updated features and compatibility with Microsoft Office are not thoroughly supported in OpenOffice. If you want a more modern version of Office suite, try [LibreOffice][2].
|
||||
|
||||
### Installing OpenOffice in Arch Linux
|
||||
|
||||
The [OpenOffice package][3] is available in Arch User Repository. So, to install it, you need to use an Aur helper program. Here’s what you need to do. Follow the steps mentioned below to install Yay AUR helper. A detailed guide is [present here][4] if you want to learn more about Yay.
|
||||
|
||||
- Run the following commands in sequence to install basic packages and clone Yay.
|
||||
|
||||
```
|
||||
sudo pacman -S base-develsudo pacman -S gitcd /optsudo git clone https://aur.archlinux.org/yay.git
|
||||
```
|
||||
|
||||
- Run the following command by replacing `debugpoint` with your Arch system’s user name.
|
||||
|
||||
```
|
||||
sudo chown -R debugpoint:users ./yay
|
||||
```
|
||||
|
||||
- Finally, install the AUR helper using the following command.
|
||||
|
||||
```
|
||||
cd yaymakepkg -si
|
||||
```
|
||||
|
||||
- Once finished, install OpenOffice using the following:
|
||||
|
||||
```
|
||||
yay -S openoffice-bin
|
||||
```
|
||||
|
||||
![Install OpenOffice in Arch Linux via Yay helper][5]
|
||||
|
||||
Follow the onscreen instructions. After installation, you can find it in the application menu, as shown in the below image.
|
||||
|
||||
Launch OpenOffice and add your name and details to the start wizard, and you are good to go.
|
||||
|
||||
![OpenOffice in Arch Linux Application Menu (XFCE)][6]
|
||||
|
||||
![Latest OpenOffice running in Arch Linux][7]
|
||||
|
||||
### Wrapping Up
|
||||
|
||||
Using the above method, you can also install OpenOffice in Majnaro and other Arch Linux-based distros. Although it is an older office productivity suite, you should remember that it is not fully compatible with modern Microsoft Office document types (such as docx, xlsx).
|
||||
|
||||
If you run into any errors during installation, drop us a note in the comment box below.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://www.debugpoint.com/install-openoffice-arch/
|
||||
|
||||
作者:[Arindam][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [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,0 +1,84 @@
|
||||
[#]: subject: "How to Install OpenOffice in Arch Linux [Beginner’s Guide]"
|
||||
[#]: via: "https://www.debugpoint.com/install-openoffice-arch/"
|
||||
[#]: author: "Arindam https://www.debugpoint.com/author/admin1/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
如何在 Arch Linux 中安装 OpenOffice(新手指南)
|
||||
======
|
||||
|
||||
**在 Arch Linux 及其衍生版中安装 OpenOffice 的初学者指南。**
|
||||
|
||||
[OpenOffice][1] 是最古老的免费开源办公生产力套件,已经维护了一段时间。它是由 Apache 开发,尽管它已经被分叉为 LibreOffice,但仍然是一个受欢迎的套件。
|
||||
|
||||
本教程适用于那些想要安装 OpenOffice 以满足工作和其他需要的人。
|
||||
|
||||
**注意**:在安装之前,请记住许多更新的功能和与 Microsoft Office 的兼容性在 OpenOffice 中并未得到完全支持。如果你想要更现代的 Office 套件版本,请尝试 [LibreOffice][2]。
|
||||
|
||||
### 在 Arch Linux 中安装 OpenOffice
|
||||
|
||||
[OpenOffice 软件包][3]在 Arch 用户仓库中可用。因此,要安装它,你需要使用 Aur 助手程序。这是你需要做的。按照下面提到的步骤安装 Yay AUR 助手。如果你想了解有关 Yay 的更多信息,请参阅[此处提供][4]的详细指南。
|
||||
|
||||
- 依次运行以下命令来安装基本包并克隆 Yay。
|
||||
|
||||
```
|
||||
sudo pacman -S base-develsudo pacman -S gitcd /optsudo git clone https://aur.archlinux.org/yay.git
|
||||
```
|
||||
|
||||
- 通过将 `debugpoint` 替换为你的 Arch 系统的用户名来运行以下命令。
|
||||
|
||||
```
|
||||
sudo chown -R debugpoint:users ./yay
|
||||
```
|
||||
|
||||
- 最后,使用以下命令安装 AUR 助手。
|
||||
|
||||
```
|
||||
cd yaymakepkg -si
|
||||
```
|
||||
|
||||
- 完成后,使用以下命令安装 OpenOffice:
|
||||
|
||||
```
|
||||
yay -S openoffice-bin
|
||||
```
|
||||
|
||||
![通过 Yay 助手在 Arch Linux 中安装 OpenOffice][5]
|
||||
|
||||
按照屏幕上的说明进行操作。安装后,你可以在应用菜单中找到它,如下图所示。
|
||||
|
||||
启动 OpenOffice 并将你的姓名和详细信息添加到启动向导中,你就可以使用了。
|
||||
|
||||
![Arch Linux 应用菜单 (XFCE) 中的 OpenOffice][6]
|
||||
|
||||
![在 Arch Linux 中运行的最新 OpenOffice][7]
|
||||
|
||||
### 总结
|
||||
|
||||
使用上述方法,你还可以在 Majnaro 和其他基于 Arch Linux 的发行版中安装 OpenOffice。尽管它是一个较旧的办公生产力套件,但你应该记住,它并不完全兼容现代 Microsoft Office 文档类型(例如 docx、xlsx)。
|
||||
|
||||
如果你在安装过程中遇到任何错误,请在下面的评论栏中给我们留言。
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://www.debugpoint.com/install-openoffice-arch/
|
||||
|
||||
作者:[Arindam][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[geekpi](https://github.com/geekpi)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [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
|
Loading…
Reference in New Issue
Block a user