SUSE Linux上安装openOffice


SUSE Linux上安装openOffice
 
1,download the openOffice from http://nchc.dl.sourceforge.net/project/openofficeorg.mirror/localized/zh-CN/3.4.0/Apache_OpenOffice_incubating_3.4.0_Linux_x86_install-rpm_zh-CN.tar.gz
 
2,use the tar command to decompression it
Java代码  
#tar -zxvf Apache_OpenOffice_incubating_3.4.0_Linux_x86_install-rpm_zh-CN.tar.gz   
 
3,and then
tar -zxvf Apache_OpenOffice_incubating_3.4.0_Linux_x86_install-rpm_zh-CN.tar.gz
Java代码    www.2cto.com  
#cd zh_CN  
#cd RPMS  
#rpm -ivh *.rpm  
 #rpm -ivh *.rpm --> this command is in order to install all the rpm packages
 
4,after install all rpm packages ,you can find a folder named desktop-integration,execute this command as follow
 
Java代码  
#cd desktop-integration  
 and select the suitable rpm package for your os ,and install it
 
 
作者 sziitjiang

相关内容

    暂无相关文章