Ubuntu install WPS

Reference links:

1. https://jingyan.baidu.com/article/5bbb5a1bda08b313eba179c9.html

2. https://blog.huzhifeng.com/2017/01/15/WPS/

 

Step one: download linux version of the WPS

Links: https://www.wps.cn/product/wpslinux/#

Step two: extracting installer

cd <下载路径>

sudo dpkg -i <name>.deb  

Step three: Download wps_symbol_fonts.zip (Without this step, will directly open the symbol error prompt missing fonts)

Download link, you can download directly: https://www.dropbox.com/s/q6rhaorhsbxbylk/wps_symbol_fonts.zip?dl=0

Step four: Extracting installation

sudo mkdir -p /usr/share/fonts/wps_symbol_fonts

sudo unzip <下载路径>/wps_symbol_fonts.zip -d /usr/share/fonts/wps_symbol_fonts

sudo chmod 755 /usr/share/fonts/wps_symbol_fonts

The third command is to add permissions.

This trip, you want to generate a desktop shortcut reference links 2.

Guess you like

Origin blog.csdn.net/JH_233/article/details/92568632