码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu上使用wps

时间:2015-08-07 09:29:48      阅读:1611      评论:0      收藏:0      [点我收藏+]

标签:

这里说的是金山的linux版wps。操作系统为ubuntu 14.04.2 x64版

dpkg -i wps-office_8.1.0.3724~b1p2_i386.deb
apt-get -f install

在几个月前的某版本中,如上操作即可使用,但是现在却提示

/opt/kingsoft/wps-office/office6/wps: error while loading shared libraries: libgthread-2.0.so.0: cannot open shared object file: No such file or directory
/opt/kingsoft/wps-office/office6/wps: error while loading shared libraries: libSM.so.6: cannot open shared object file: No such file or directory
/opt/kingsoft/wps-office/office6/wps: error while loading shared libraries: libXrender.so.1: cannot open shared object file: No such file or directory
/opt/kingsoft/wps-office/office6/wps: error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory

安装缺失的i386包

apt-get install libglib2.0-0:i386 libsm6:i386 libxrender1:i386 libfontconfig1:i386

 

ubuntu上使用wps

标签:

原文地址:http://www.cnblogs.com/hua946/p/4709779.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!