手机
当前位置:查字典教程网 >操作系统 >Ubuntu/Debian >在Ubuntu系统上安装OpenOffice代替Office办公
在Ubuntu系统上安装OpenOffice代替Office办公
摘要:OpenOffice是除LibreOffice以外能够替代微软Office的另一个非常强大的办公套件,也有许多的Linux发行版默认集成的是...

OpenOffice 是除 LibreOffice 以外能够替代微软 Office 的另一个非常强大的办公套件,也有许多的 Linux 发行版默认集成的是 OpenOffice,我个人也非常喜欢。所以本教程中我们将向大家介绍如何在 Ubuntu 及 Linux Mint 中安装 OpenOffice,当然本文步骤也适合在 Ubuntu 衍生 Linux 发行版中安装 OpenOffice。

在Ubuntu系统上安装OpenOffice代替Office办公1

卸载LibreOffice

由于 Ubuntu 默认集成了 LibreOffice,在正式安装 OpenOffice 之前建议大家先将其卸载掉。要卸载 LibreOffice 可以使用如下命令:

</p> <p>sudo apt-get remove --purge libreoffice*

sudo apt-get clean

sudo apt-get autoremove

OpenOffice 32 位版本安装步骤

1.先切换到tmp临时文件夹

</p> <p>cd /tmp/

2.下载OpenOffice 32位版安装程序

</p> <p>wget http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.1/binaries/zh-CN/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_zh-CN.tar.gz

3.解压安装程序并进行安装

</p> <p>tar -xzvf Apache_OpenOffice_4.1.1_Linux_x86_install-deb_zh-CN.tar.gz

cd zh-CN/DEBS

sudo dpkg -i *.deb

cd desktop-integration

sudo dpkg -i *.deb

OpenOffice 64 位版本安装步骤

1.先切换到tmp临时文件夹

</p> <p>cd /tmp/

2.下载OpenOffice 32位版安装程序

</p> <p>wget http://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.gz

3.解压安装程序并进行安装

</p> <p>tar -xzvf Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_zh-CN.tar.gz

cd zh-CN/DEBS

sudo dpkg -i *.deb

cd desktop-integration

sudo dpkg -i *.deb

【在Ubuntu系统上安装OpenOffice代替Office办公】相关文章:

Ubuntu系统下Xen虚拟机的基本安装方法

Ubuntu系统下zend for linux中文乱码解决

在Ubuntu系统上使用apt-fast来加快apt-get下载的教程

在Ubuntu中怎么安装JDK图文解析

Ubuntu系统中使用apt-file命令来查找缺失文件

在Ubuntu系统中安装Chrome浏览器的教程

Ubuntu系统软件安装方式

Ubuntu系统如何安装和配置Git使用Git

Ubuntu系统下安装网络打印机

Ubuntu系统安装搜狗拼音输入法教程

精品推荐
分类导航