OpenOffice是除了LibreOffice之外另一个非常强大的可以替代MicrosoftOffice的办公套件。也有很多Linux发行版默认集成了OpenOffice,我个人非常喜欢。因此,在本教程中,我们将向您展示如何在Ubuntu和LinuxMint中安装OpenOffice。当然,本文的步骤也适用于在Ubuntu衍生的Linux发行版中安装OpenOffice。卸载LibreOffice由于Ubuntu默认集成了LibreOffice,因此建议您在正式安装OpenOffice之前将其卸载。卸载LibreOffice可以使用以下命令:sudoapt-getremove--purgelibreoffice*sudoapt-getcleansudoapt-getautoremoveOpenOffice32位版本安装步骤1.首先切换到tmp临时文件夹cd/tmp/2。下载OpenOffice32位版本安装包wgethttp://sourceforge.net/projects/openofficeorg.mirror/files/4.1.1/binaries/zh-CN/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_zh-CN.tar.gz3.解压安装包并安装tar-xzvfApache_OpenOffice_4.1.1_Linux_x86_install-deb_zh-CN.tar.gzcdzh-CN/DEBSsudodpkg-i*.debcddesktop-integrationsudodpkg-i*.debOpenOffice64位版本安装步骤1.先切换到tmp临时文件夹cd/tmp/2。下载OpenOffice32位版本安装包wgethttp://sourceforge.net/projects/openofficeorg.mirror/files/4.1.1/binaries/zh-CN/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_zh-CN。tar.gz3.解压安装包,安装tar-xzvfApache_OpenOffice_4.1.1_Linux_x86-64_install-deb_zh-CN.tar.gzcdzh-CN/DEBSsudodpkg-i*.debcddesktop-integrationsudodpkg-i*.deb命令完成,现在你可以在Ubuntu中享受OpenOffice。
