Skip to content

gozmn/wps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

WPS logo

Install WPS Office in linux and issues fixed

  1. Download WPS Office from https://www.wps.com/. You may choose Deb Package or Rpm Package accordingly.
  2. Double click to install it in your GUI environment
  3. Once you complete the installation, there are two potential issues to be fixed.
    1. 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)

    2. 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)

Releases

No releases published

Packages

No packages published