wps for ubuntu

我下载的是deb包,双击安装完之后,打开wps没有反应,重启了一下 计算机也不行。

改从命令行出现如下信息:
/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 directo
 
解决方法:
我用的是64位的系统,wps是32位编译的,所以少了一些库。
sudo apt-get install ia32-libs
 
再次打开提示缺少字体文件:
 
之后复制到:/usr/share/fonts/wps-office
 
再次打开成功。
原文地址:https://www.cnblogs.com/lsl8966/p/3126788.html