[SOLVED]Removing Voikko Extension from LibreOffice

I’m trying to remove the extension "Writing aids based on Voikko 5.0’ from LibreOffice, as seen in the screenshot:

I note it is locked and just cannot figure out how it is installed. I’ve done sudo dnf list installed | grep voikko but it did not return anything. So this leads me to believe that the extension has a different package name or it was installed through the Libreoffice extensions store. However, I’ve searched there and saw nothing of consequence installed.

How can i remove this from Libreoffice?

The command should be:

sudo dnf list --installed | grep voikko

or:

sudo dnf list --installed "*voikko*"

Thanks for the correction. I just did and the result was the same… No packages.

So I guess you don’t have the libreoffice-voikko package… in which case I don’t have better ideas where it came from, sorry!

Consider installing LibreOffice from RPMs instead of Flatpak.
I cannot reproduce the issue with Fedora/upstream RPMs.

1 Like

Thank you so much for this suggestion; it is indeed the solution. It seems that the Flatpak contains some additions, one of which is Voikko.

1 Like

FWIW, I’m using LibreOffice from Flathub, and I only have Solver for non-linear programming (the first extension from your list) bundled.

That makes it a bit weirder since I don’t seem to have any Voikko package installed. If you note in the screenshot, all three extensions have a lock beside them, which seems to suggest that they are locked and need to be removed via elevated permissions. The problem is that I could not find any package installed on my system that points to Voikko.

What does flatpak list | grep Voikko give?

LibreOffice extensions don’t need to be shipped as RPM packages. You could, for instance, download them from LibreOffice’s extensions page, and install them from the Extensions menu.

If you leave only the Bundled with LibreOffice checkbox ticked, does the Voikko extension still get displayed?

It shows no packages installed.

That should mean it didn’t come bundled with LibreOffice. Which of the three options selected individually displays it? If it only gets displayed with Installed for all users, then that could be the reason for not being possible to remove it (installed by another user maybe).

For testing purposes I have installed the said extension, and it gets displayed for Installed for current user. Afterwards I could uninstall it.

All of the extensions show only when “Bundled with LibreOffice” is selected. If it is not selected, no extensions show.

1 Like