在Ubuntu 20.04| 18.04&Debian 10/9上安装Apache OpenOffice
如何在Ubuntu 20.04上安装Apache OpenOffice | 18.04?
,在Debian 10/Debian 9上安装Apache OpenOffice ?.在本教程中,我们将研究如何在Ubuntu 20.04 | 18.04/Debian 10/9上轻松安装最新的Apache OpenOffice。
Apache OpenOffice是一个免费和开源的办公室生产力软件套件,类似于libreoffice和Microsoft Office套件。
如果我们正在寻找Microsoft Office替代方案,那么Apache OpenOffice是避难所。
OpenOffice有自己的文件格式,可以读取和保存Microsoft Office应用程序文件格式。
Apache OpenOffice特色
通过安装Apache OpenOffice,我们可以获得以下Office套件应用程序。
作者一个字处理器我们可以使用任何用于编写一个快速字母来生产整本书的任何书籍。
在数值报告或者Siztling Graphics中,我们需要计算,分析和展示数据的所有工具.CALC具有所需的所有工具。
创建有效的多媒体演示文稿的最强大方法.Draw让我们从简单的图表中生成动态3D插图的所有内容.Base允许我们无缝操纵数据库。
从Apache OpenOffice.Math中创建和修改表,表单,查询和报告,允许我们使用图形用户界面或者直接将公式执行公式编辑器创建数学方程式。
在Ubuntu 20.04| 18.04&Debian 10/9上安装Apache OpenOffice
最新的Apache OpenOffice存档可用于从官方下载。
我不建议将其从APT存储库安装,因为它可能包含过时的包。
第1步:在Ubuntu| debian上安装Java
在Debian或者Ubuntu系统中安装Java:
sudo apt-get update sudo apt-get install default-jdk
对于拥有多个版本的Java的用户,请选中我们的教程如何在Ubuntu/Debian上设置默认Java版本有用。
要获取Java版本,请运行 java -version
命令:
$java -version openjdk version "11.0.9.1" 2017-11-04 OpenJDK Runtime Environment (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04) OpenJDK 64-Bit Server VM (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04, mixed mode, sharing)
第2步:卸载libreoffice
安装Apache OpenOffice的桌面集成将失败,如果安装LibreOffice,则会失败。
考虑使用下面的教程卸载它。
如何在Ubuntu上卸载libreoffice
第3步:下载最新的Apache OpenOffice
访问Apache下载页面以拉动最新的稳定版本。
就像这种写作一样,这是 4.1.
8.
选择Linux 64位Debian版本。
从CLI下载可以使用WGET命令完成:
sudo apt-get install -y wget wget https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.8/binaries/en-US/Apache_OpenOffice_4.1.8_Linux_x86-64_install-deb_en-US.tar.gz
用下载页面上提供的最新Apache OpenOffice包的URL替换URL。
第4步:提取和安装Apache OpenOffice
等待下载完成,然后提取文件。
tar xvf Apache_OpenOffice_4.1.8_Linux_x86-64_install-deb_en-US.tar.gz
改成 en-US/DEBS
在Ubuntu 20.04/18.04/debian 10/9上的Apache OpenOffice提取和运行安装程序后创建的文件夹。
cd en-US/DEBS sudo dpkg -i *.deb
成功的安装应该类似于下面的安装。
最后安装桌面集成包。
$cd desktop-integration/ $sudo dpkg -i *deb Selecting previously unselected package openoffice-debian-menus. (Reading database … 127114 files and directories currently installed.) Preparing to unpack openoffice4.1-debian-menus_4.1.6-9790_all.deb … Unpacking openoffice-debian-menus (4.1.6-9790) … Setting up openoffice-debian-menus (4.1.6-9790) … /usr/bin/gtk-update-icon-cache gtk-update-icon-cache: Cache file created successfully. Processing triggers for shared-mime-info (1.9-2) … Processing triggers for hicolor-icon-theme (0.17-2) … Processing triggers for gnome-menus (3.13.3-11ubuntu1) … Processing triggers for desktop-file-utils (0.23-1ubuntu3) … Processing triggers for mime-support (3.60ubuntu1) …
第4步:使用Apache OpenOffice Suite
现在我们已经完成了安装部分,是时候开始在Ubuntu 20.04/18.04和Debian 10/9上使用Apache OpenOffice。
在"开始"菜单搜索中搜索OpenOffice。
选择要使用的OpenOffice应用程序。