[SOLVED]How do I remove LibreOffice from Mint 19? (completely)

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
SnuffGear

[SOLVED]How do I remove LibreOffice from Mint 19? (completely)

Post by SnuffGear »

Thanks
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
rumpus
Level 4
Level 4
Posts: 290
Joined: Sat Jun 27, 2015 5:51 am

Re: How do I remove LibreOffice from Mint 19? (completely)

Post by rumpus »

I don't think removing libre office is a good idea. There are probably other programs using parts of Libre office to work properly.r
SnuffGear

Re: How do I remove LibreOffice from Mint 19? (completely)

Post by SnuffGear »

rumpus wrote: Fri Dec 14, 2018 7:04 am I don't think removing libre office is a good idea. There are probably other programs using parts of Libre office to work properly.r
Such as?

Thanks
HaveaMint
Level 6
Level 6
Posts: 1085
Joined: Fri Feb 02, 2018 9:56 pm

Re: How do I remove LibreOffice from Mint 19? (completely)

Post by HaveaMint »

One line at a time in terminal.

Code: Select all

sudo apt-get remove --purge libreoffice*
sudo apt-get clean
sudo apt-get autoremove
"Tune for maximum Smoke and then read the Instructions".
gm10

Re: How do I remove LibreOffice from Mint 19? (completely)

Post by gm10 »

Should be ok to remove. Run

Code: Select all

apt purge --autoremove "libreoffice*"
But as always, do pay attention to the line where it says The following packages will be REMOVED: before you confirm to make sure there isn't anything that got caught up in it that you would want to keep.

Note that you'll likely have some left-over libraries that won't get removed by the above command, but it's not really worth the effort hunting them down.

PS: Hey @HaveaMint, I wonder why you snuck the clean in there, what do you think it does?
User avatar
deanr72
Level 3
Level 3
Posts: 184
Joined: Sat Mar 24, 2018 2:00 pm
Location: Poland

Re: How do I remove LibreOffice from Mint 19? (completely)

Post by deanr72 »

I did this once on Mint 18.3 and lost wallpapers and fonts...
rumpus
Level 4
Level 4
Posts: 290
Joined: Sat Jun 27, 2015 5:51 am

Re: How do I remove LibreOffice from Mint 19? (completely)

Post by rumpus »

Snuffgear....I went through software manager , opened office and it lists it's componants.

You may want to check if out ...r
User avatar
I2k4
Level 5
Level 5
Posts: 784
Joined: Thu Feb 02, 2012 8:33 pm

Re: How do I remove LibreOffice from Mint 19? (completely)

Post by I2k4 »

This worked for me on Mint 17.3, no ill effects, when the repo lost current LibreOffice and I replaced it with a current PPA:

sudo apt-get remove libreoffice-core

Can't speak for M19.
TRUST BUT VERIFY any advice from anybody, including me. Mint/Ubuntu user since 10.04 LTS. LM20 64 bit XFCE (Dell 1520). Dual boot LM20 XFCE / Win7 (Lenovo desktop and Acer netbook). Testing LM21.1 Cinnamon and XFCE Live for new Lenovo desktop.
User avatar
Joe2Shoe
Level 5
Level 5
Posts: 850
Joined: Wed Oct 18, 2017 8:12 pm
Location: Ozone

Re: How do I remove LibreOffice from Mint 19? (completely)

Post by Joe2Shoe »

I remove LibreOffice on all new installs (basically the same as HaveaMint's instructions), then install SoftMaker FreeOffice, which is much better.
No problems on any apps after uninstalling LibreOffice.
4 of my laptops have the SoftMaker FreeOffice version and 2 others have the retail SoftMaker OpenOffice version.
"Tolerance is the refuge of men without conviction."
"Common sense is not so common" - Voltaire
PerfectGlass

Re: How do I remove LibreOffice from Mint 19? (completely)

Post by PerfectGlass »

Joe2Shoe wrote: Fri Dec 14, 2018 6:21 pm install SoftMaker FreeOffice,
Thanks for the tip on this one.
User avatar
kato181
Level 9
Level 9
Posts: 2577
Joined: Fri Mar 24, 2017 12:33 am
Location: Frederickton NSW

Re: [SOLVED]How do I remove LibreOffice from Mint 19? (completely)

Post by kato181 »

To remove ALL of libreoffice do this in order..
1. sudo apt-get remove libreoffice-core
2. sudo apt-get remove libreoffice-common
3. sudo apt-get remove --purge libreoffice-core.
4. supt apt update
I have found that if you only choose to do 1 & 3 there are some traces still remaining. I did a search on google and found this step and it worked..No traces of libreoffice was left.
User avatar
smurphos
Level 18
Level 18
Posts: 8498
Joined: Fri Sep 05, 2014 12:18 am
Location: Irish Brit in Portugal
Contact:

Re: [SOLVED]How do I remove LibreOffice from Mint 19? (completely)

Post by smurphos »

kato181 wrote: Tue Dec 18, 2018 8:01 pm To remove ALL of libreoffice do this in order..
1. sudo apt-get remove libreoffice-core
2. sudo apt-get remove libreoffice-common
3. sudo apt-get remove --purge libreoffice-core.
4. supt apt update
I have found that if you only choose to do 1 & 3 there are some traces still remaining. I did a search on google and found this step and it worked..No traces of libreoffice was left.
apt purge --autoremove libreoffice-common should do the same in one command.
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
Locked

Return to “Beginner Questions”