(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 Smile](https://www.freecinema2022.gq/forums/images/smilies/smile.png)
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,
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 Smile](https://www.freecinema2022.gq/forums/images/smilies/smile.png)
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 Smile](https://www.freecinema2022.gq/forums/images/smilies/smile.png)
[/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 Smile](https://www.freecinema2022.gq/forums/images/smilies/smile.png)
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!