ubuntu安装OpenOffice 4.1.1办公套件
OpenOffice是一个免费开源、跨平台的Office办公套件,可以安装在Linux、OS X、Windows系统上。最新的版本是Apache OpenOffice 4.1.1。在这篇教程中,我将介绍如何在ubuntu系统上安装Apache OpenOffice4.1.1。你也可以使用这个方法在Linux Mint,Elementary OS,Debian系统上安装。
Apache OpenOffice办公套件包含了下面6个程序:
- word处理
- 电子表格
- 演示文稿
- 绘图
- 公式
- 数据库
安装OpenOffice的先前要求
如果你的系统上已经有了LibreOffice或旧版本的OpenOffice,那么我建议在安装之前把它们卸载。输入下面的两条命令:
sudo apt-get remove libreoffice* openoffice* sudo apt-get autoremove
安装OpenOffice的步骤
ubuntu的软件库中并没有收录Apache OpenOffice,所以我们需要从sourceforge.net下载deb安装包,然后用dpkg命令来安装。
32位系统安装包的下载和解压:
wget sourceforge.net/projects/openofficeorg.mirror/files/4.1.1/binaries/en-GB/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_en-GB.tar.gz tar -xzvf Apache_OpenOffice_4.1.1_Linux_x86_install-deb_en-GB.tar.gz
64位系统安装包的下载和解压:
wget sourceforge.net/projects/openofficeorg.mirror/files/4.1.1/binaries/en-GB/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_en-GB.tar.gz tar -xzvf Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_en-GB.tar.gz
安装:
cd en-GB/DEBS sudo dpkg -i *.deb cd desktop-integration sudo dpkg -i *.deb
启动Apache OpenOffice
在终端中输入下面的命令启动OpenOffice:
openoffice4
为这篇文章评分
[Total: 8 Average: 3.3]
遍历之后受益匪浅。多谢