Install WPS Office in linux and issues fixed
- Download WPS Office from https://www.wps.com/. You may choose Deb Package or Rpm Package accordingly.
- Double click to install it in your GUI environment
- Once you complete the installation, there are two potential issues to be fixed.
-
Missing fonts issue
Download all those fonts from missing fonts folder and copy them to the folder (/usr/share/fonts/wps-office or within /usr/share/fonts)
-
Can not export to PDF issue
$ cd /usr/lib/x86_64-linux-gnu
$ ls -l libtiff*
if there is nothing appeared, please install libtiff package, e.g., sudo apt install libtiffX (X is the version number, e.g., libtiff6)
$ sudo ln -s libtiff.so.6.0.0 libtiff.so.5 (replace 'libtiff.so.6.0.0' with your system one accordingly)
-