Linux Lite Forums
How do I Install WPS Office & make it as default? - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Installing Software (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=18)
+--- Thread: How do I Install WPS Office & make it as default? (/showthread.php?tid=6745)



How do I Install WPS Office & make it as default? - tikiti - 01-27-2020

Hello!

I have used LibreOffice for some time but I don't like it. I used WPS Office it looks modern & very similar to MS Office which I'm comfortable with. So I want to install WPS Office, make it default for opening office files (doc, xls, ppt) & uninstall LibreOffice. Is it okay to delete LibreOffice?

Thanks for your help!  Smile


Re: How do I Install WPS Office & make it as default? - Moltke - 01-27-2020

(01-27-2020, 07:00 AM)tikiti link Wrote: Hello!

I have used LibreOffice for some time but I don't like it. I used WPS Office it looks modern & very similar to MS Office which I'm comfortable with. So I want to install WPS Office, make it default for opening office files (doc, xls, ppt) & uninstall LibreOffice. Is it okay to delete LibreOffice?

Thanks for your help!  Smile

Download the .deb package from here https://linux.wps.com/ after clicking on the download button a new window will pop up, you'll see two packages to choose from; a deb and a rpm,

[Image: Tsle19l.png]

select the .deb one and once downloaded navigate to the file's location, that is, where you downloaded it and install it with gdebi; select it, right-click on it and select install with gdebi from the context menu or open a terminal and type
Code:
sudo dpkg -i wps-office_11.1.0.9080.XA_amd64.deb
  the file must be in your home for this to work, otherwise you'll have to open a terminal in the folder you downloaded the file i.e downloads, right-click and select open a terminal here then type the dpkg line above and wait for the process to complete. If you get any errors regarding missing dependencies just type
Code:
sudo apt --fix-broken install
and that should take care of those. On the other hand, if you do this with gdebi the tool will handle all of that by itself.  I would advice against uninstalling LibreOffice, keep it there it does have some powerful features, try to learn it step by step and youll see what a fine piece of sotfware it is Smile I tried WPS in the past, not sure whether it does or not now but it used to had adds so I stopped using it.

Hope this helps! Smile


Re: How do I Install WPS Office & make it as default? - robinc - 01-28-2020

(01-27-2020, 07:00 AM)tikiti link Wrote: Hello!

I have used LibreOffice for some time but I don't like it. I used WPS Office it looks modern & very similar to MS Office which I'm comfortable with. So I want to install WPS Office, make it default for opening office files (doc, xls, ppt) & uninstall LibreOffice. Is it okay to delete LibreOffice?

Thanks for your help!  Smile

You may find that Softmaker Freeoffice will give you better compatibility plus Look'n'Feel. https://www.freeoffice.com/en/

It does an excellent job of handling docs that LO cannot handle at all, you get a choice of interface from Classic office up to the latest all singing.

Printed output from WPS can be a bit 'off' what you saw on screen.


Re: How do I Install WPS Office & make it as default? - tikiti - 01-29-2020

(01-27-2020, 07:23 PM)Moltke link Wrote: [quote author=tikiti link=topic=7033.msg50609#msg50609 date=1580108431]
Hello!

I have used LibreOffice for some time but I don't like it. I used WPS Office it looks modern & very similar to MS Office which I'm comfortable with. So I want to install WPS Office, make it default for opening office files (doc, xls, ppt) & uninstall LibreOffice. Is it okay to delete LibreOffice?

Thanks for your help!  Smile

Download the .deb package from here https://linux.wps.com/ after clicking on the download button a new window will pop up, you'll see two packages to choose from; a deb and a rpm,

[Image: Tsle19l.png]

select the .deb one and once downloaded navigate to the file's location, that is, where you downloaded it and install it with gdebi; select it, right-click on it and select install with gdebi from the context menu or open a terminal and type
Code:
sudo dpkg -i wps-office_11.1.0.9080.XA_amd64.deb
  the file must be in your home for this to work, otherwise you'll have to open a terminal in the folder you downloaded the file i.e downloads, right-click and select open a terminal here then type the dpkg line above and wait for the process to complete. If you get any errors regarding missing dependencies just type
Code:
sudo apt --fix-broken install
and that should take care of those. On the other hand, if you do this with gdebi the tool will handle all of that by itself.  I would advice against uninstalling LibreOffice, keep it there it does have some powerful features, try to learn it step by step and youll see what a fine piece of sotfware it is Smile I tried WPS in the past, not sure whether it does or not now but it used to had adds so I stopped using it.

Hope this helps! Smile
[/quote]

Thanks! Very helpful!

(01-28-2020, 07:07 AM)robinc link Wrote: [quote author=tikiti link=topic=7033.msg50609#msg50609 date=1580108431]
Hello!

I have used LibreOffice for some time but I don't like it. I used WPS Office it looks modern & very similar to MS Office which I'm comfortable with. So I want to install WPS Office, make it default for opening office files (doc, xls, ppt) & uninstall LibreOffice. Is it okay to delete LibreOffice?

Thanks for your help!  Smile

You may find that Softmaker Freeoffice will give you better compatibility plus Look'n'Feel. https://www.freeoffice.com/en/

It does an excellent job of handling docs that LO cannot handle at all, you get a choice of interface from Classic office up to the latest all singing.

Printed output from WPS can be a bit 'off' what you saw on screen.
[/quote]

I will try that out too! Thanks!