系统相关
首页 > 系统相关> > CentOS7安装OpenOffice和LibreOffice

CentOS7安装OpenOffice和LibreOffice

作者:互联网

1、OpenOffice

#下载
wget https://jaist.dl.sourceforge.net/project/openofficeorg.mirror/4.1.5/binaries/zh-CN/Apache_OpenOffice_4.1.5_Linux_x86-64_install-rpm_zh-CN.tar.gz

#解压
tar -zxvf Apache_OpenOffice_4.1.5_Linux_x86-64_install-rpm_zh-CN.tar.gz
#安装
cd zh-CN/RPMS/
rpm -Uvh *.rpm desktop-integration/openoffice4.1.5-redhat-menus-4.1.5-9789.noarch.rpm

2、LibreOffice

 



wget http://mirrors.ustc.edu.cn/tdf/libreoffice/stable/7.1.4/rpm/x86_64/LibreOffice_7.1.4_Linux_x86-64_rpm.tar.gz
&& tar -zxf /tmp/LibreOffice_7_rpm.tar.gz && cd /tmp/LibreOffice_7.1.4.2_Linux_x86-64_rpm/RPMS
yum install *.rpm


 

标签:zh,x86,tar,CentOS7,OpenOffice,64,LibreOffice,rpm
来源: https://www.cnblogs.com/liangblog/p/15250653.html