您的位置:首页 > 运维架构

ubuntu安装OpenOffice 4.1.1

2016-03-23 16:15 375 查看
步骤

1、如果安装过,删除旧版的

sudo apt-get remove libreoffice* openoffice*
sudo apt-get autoremove

2、下载

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

3、安装

cd en-GB/DEBS

sudo dpkg -i *.deb

cd desktop-integration

sudo dpkg -i *.deb

4、启动

在终端中输入下面的命令启动OpenOffice:
openoffice4
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  linux