Linux Lite 7.6 Final Released - Click here for more


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] Install WPS Office
#1
What is the best way to install WPS Office on Linux Lite?
"I can resist everything except temptation" - Oscar Wilde
Reply
#2
Do one command in a Terminal at a time:

Code:
sudo apt-get purge libreoffice*
rm -rf ~/.local/share/applications/libreoffice*
sudo rm -rf /etc/skel/.local/share/applications/libreoffice*
wget https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/linux/10702/wps-office_11.1.0.10702.XA_amd64.deb
sudo dpkg -i wps-office_11.1.0.10702.XA_amd64.deb

Download link - https://linux.wps.com/

For support for their actual software, please visit their site.
Download your free copy of Linux Lite today.

Jerry Bezencon
Linux Lite Creator

"Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you."

[Image: X5qGkCg.png]

[Image: 0op1GNe.png] [Image: LgJ2mtP.png] [Image: vLZcFUE.png] [Image: lrUHro3.jpg]
Reply
#3
(08-25-2021, 10:30 PM)Jerry link Wrote: Do one command in a Terminal at a time:

Code:
sudo apt-get purge libreoffice*
rm -rf ~/.local/share/applications/libreoffice*
sudo rm -rf /etc/skel/.local/share/applications/libreoffice*
wget https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/linux/10702/wps-office_11.1.0.10702.XA_amd64.deb
sudo dpkg -i wps-office_11.1.0.10702.XA_amd64.deb

Download link - https://linux.wps.com/

For support for their actual software, please visit their site.

I'd only like to suggest that instead of running sudo dpkg -i to run
Code:
sudo apt install ./wps-office_11.1.0.10702.XA_amd64.deb
since apt will take care of downloading and installing any missing dependencies, whereas dpkg will not.
Without each others help there ain't no hope for us Smile
Need a translation service? https://www.deepl.com/es/translator
Reply
#4
Thanks
"I can resist everything except temptation" - Oscar Wilde
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)