mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-22 23:00:57 +08:00
66 lines
2.6 KiB
Markdown
66 lines
2.6 KiB
Markdown
[#]: subject: "How to Install LibreOffice Base Database in Ubuntu and Other Linux"
|
||
[#]: via: "https://www.debugpoint.com/install-libreoffice-base-ubuntu/"
|
||
[#]: author: "Arindam https://www.debugpoint.com/author/admin1/"
|
||
[#]: collector: "lkxed"
|
||
[#]: translator: " "
|
||
[#]: reviewer: " "
|
||
[#]: publisher: " "
|
||
[#]: url: " "
|
||
|
||
How to Install LibreOffice Base Database in Ubuntu and Other Linux
|
||
======
|
||
|
||
**Here’s how to install the LibreOffice Base database module in Ubuntu and other Linux distributions.**
|
||
|
||
The popular free and open-source office suite LibreOffice consists of six individual components. However, the default installation of LibreOffice in Ubuntu and related distributions only include five of them:
|
||
|
||
- Calc
|
||
- Writer
|
||
- Impress
|
||
- Draw
|
||
- Math
|
||
|
||
Due to some reason, the database module LibreOffice Base is not included. So, here’s how you can install it separately in Ubuntu and other distros.
|
||
|
||
### Install LibreOffice Base in Ubuntu and Other Linux
|
||
|
||
You can use either the Software app or use the terminal to install `libreoffice-base` package. I would recommend using the terminal to install it. Open a terminal window and run the following command to install it.
|
||
|
||
```
|
||
sudo apt install libreoffice-base
|
||
```
|
||
|
||
If you prefer Software or any other GUI-based installer, search for “libreoffice-base” and hit install.
|
||
|
||
For **Fedora and RPM-based distros**, use the following command:
|
||
|
||
```
|
||
sudo dnf install libreoffice-base
|
||
```
|
||
|
||
And if you installed LibreOffice in **Arch Linux**– either [libreoffice-fresh][1] or [libreoffice-still][2] package, then no action is required. LibreOffice Base is already included in those two packages. So, you are good to go.
|
||
|
||
On another note, if you want to check out how to install the latest LibreOffice, check out [this guide][3].
|
||
|
||
![Install Libreoffice Base in Ubuntu][4]
|
||
|
||
Finally, after installation, you can find out the LibreOffice Base in the application menu.
|
||
|
||
--------------------------------------------------------------------------------
|
||
|
||
via: https://www.debugpoint.com/install-libreoffice-base-ubuntu/
|
||
|
||
作者:[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://archlinux.org/packages/extra/x86_64/libreoffice-fresh/
|
||
[2]: https://archlinux.org/packages/extra/x86_64/libreoffice-still/
|
||
[3]: https://www.debugpoint.com/install-latest-libreoffice-ubuntu-linux/
|
||
[4]: https://www.debugpoint.com/wp-content/uploads/2022/11/Install-Libreoffice-Base-in-Ubuntu.jpg
|