中文版在这:
https://www.geekdt.com/499.html
As we know, WPS Office is the most suitable app on the Linux platform in China. But you cannot install the WPS Office easily like the other apps in lots of Linux release version such as Kali Linux because of the dependencies. So, let’s talk about how to slove the depend problem and install the WPS Office in the Linux like Kali.
Download the depend files what we need
Visit the website of Debian and downloadlibpng12-0
(Click me)
Choose a suitible server of mirror and download it
Run sudo apt-get install ./[package_name]
(Remember to replace “[package_name]” to the file name what you downloaded)
Install WPS Office
Install WPS by dpkg
dpkg -i ./[package_name]
(Remember to replace “[package_name]” to the file name what you downloaded)
The End:)