It's April 2020 and I am on the WPS Linux page: http://linux.wps.com/. I clicked the big blue Download button but nothing happened. I've been searching how to download it through terminal or other ways but couldn't find one. Can someone help?
Asked
Active
Viewed 1,332 times
1 Answers
3
Mine does appear, you have to wait a few seconds until the page is fully loaded.
However as I already fetch the ddl, you can wget it directly.
wget http://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/linux/9505/wps-office_11.1.0.9505.XA_amd64.deb
sudo dpkg -i wps-office_11.1.0.9505.XA_amd64.deb
If you running 16.04 and later (which you should anyway), chances are you have snappy. Luckily wps also available in snap.
sudo snap install wps-office
Liso
- 15,677
