08-25-2021, 11:33 AM
08-25-2021, 10:30 PM
Do one command in a Terminal at a time:
Download link - https://linux.wps.com/
For support for their actual software, please visit their site.
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.
08-25-2021, 11:12 PM
(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
08-26-2021, 05:23 AM
Thanks