ubuntu上使用wps
时间:2015-08-07 09:29:48
收藏:0
阅读:1611
这里说的是金山的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
评论(0)