LibreOffice not working on Mint 21 -- [SOLVED]

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Cosmo.
Level 24
Level 24
Posts: 22968
Joined: Sat Dec 06, 2014 7:34 am

Re: LibreOffice not working on Mint 21

Post by Cosmo. »

Download the ISO image to find that out. With all those tests we made I see no logical explanation from the distance. why LO does not work for you.
thenerdyguy
Level 3
Level 3
Posts: 156
Joined: Thu Sep 30, 2021 2:46 pm

Re: LibreOffice not working on Mint 21

Post by thenerdyguy »

I had the exact same issue with VirtualBox. Me too had a failed upgrade to 21 and reverted back to 20.3

Uninstalling, reinstalling would all end up with error messages. Timeshift snapshots wouldn't fix it. I had to reinstall my whole system and lost countless hours. A user here suggested that it was my own fault, without pointing out what exactly I've done wrong. But if others are having similar software issues, something may be wrong with Mint Upgrade.
mneiger
Level 1
Level 1
Posts: 1
Joined: Wed Aug 17, 2022 3:22 am

Re: LibreOffice not working on Mint 21

Post by mneiger »

I just had the same issue with same error message after upgrading to Mint 21 Vanessa
I solved it doing the the following:

Fully remove any remnant of libre office (and former ppa if ever)

Code: Select all

sudo apt-get --purge remove libreoffice*
verified nothing was left, actually I had to

Code: Select all

sudo apt-get --purge remove libreoffice-common
Beware, there could be uno and java bits left.

I added the "libreoffice fresh" ppa

Code: Select all

sudo add-apt-repository ppa:libreoffice/ppa
then installed libreoffice using the "software manager" rather than cli or synaptic
Everything is working perfectly now !

This being said, I was on the verge of installing libreoffice with flatpak which would be a perfectly valid and workable alternative, although not intellectually satisfying.
awik
Level 3
Level 3
Posts: 158
Joined: Sun Dec 08, 2019 10:05 am

Re: LibreOffice not working on Mint 21

Post by awik »

Thank you mneiger, I got it working now. I removed the uno-libs too, but not java. I did not add the ppa repository, but I did use the Software Manager. I guess the "purge" was the key.

-aw
User avatar
kato181
Level 9
Level 9
Posts: 2577
Joined: Fri Mar 24, 2017 12:33 am
Location: Frederickton NSW

Re: LibreOffice not working on Mint 21

Post by kato181 »

To remove all of LO do this

Code: Select all

sudo apt-get remove libreoffice-core

Code: Select all

sudo apt-get remove libreoffice-common

Code: Select all

sudo spt-get remove --purge libreoffice-core
The down load lastest version from LO website, decompress and enter the /DEBS and in terninal copy & paste the following command..

Code: Select all

sudo dpkg -i *.deb
Press enter to commence install.
Last edited by kato181 on Mon Sep 05, 2022 2:52 am, edited 1 time in total.
egraeler
Level 1
Level 1
Posts: 3
Joined: Sun Sep 04, 2022 9:14 pm

Re: LibreOffice not working on Mint 21 -- [SOLVED]

Post by egraeler »

Thanks a heap! this solved my problem as well. Was a bit nervous after the upgrade when all the office apps stopped working. :shock:
Commander_Keen
Level 1
Level 1
Posts: 29
Joined: Fri May 01, 2020 11:39 am

Re: LibreOffice not working on Mint 21 -- [SOLVED]

Post by Commander_Keen »

Similar problem here. LibreOffice stopped working after upgrading from 20.2 to LM 21.
Renaming the config folder did not fix it.

Executing these two steps fixed it:

Code: Select all

sudo apt-get --purge remove libreoffice*
Then reinstalling LibreOffice (meta package) via Software Manager.

It was noticeable that the the individual packets like writer and calc were listed as installed before, but not the libre office meta package.
u2n
Level 1
Level 1
Posts: 2
Joined: Thu Oct 20, 2022 10:42 am

Re: LibreOffice not working on Mint 21 -- [SOLVED]

Post by u2n »

Commander_Keen wrote: Fri Sep 30, 2022 4:56 pm ...Then reinstalling LibreOffice (meta package) via Software Manager...
Updating, this method still works. (7.3.x was current at time of OP, now 7.4.x.)

Tried the download/deb install way first; wouldn't run. Purged and installed by ppa, still would not run. But then just installing the "(meta package)" worked -- without having to pre-uninstall anything. (Don't forget to logout/in or reboot.)
Locked

Return to “Software & Applications”