I am using Ubuntu, and recently upgraded to version 24.04.1.
After the upgrade, I went from one version of libreoffice to two.
$ apt show libreoffice -a
Package: libreoffice
Version: 4:24.2.5-0ubuntu0.24.04.2
…
Package: libreoffice
Version: 4:24.2.2-0ubuntu1
The version 24.2.2 does not work.
I want to remove the older, broken version and keep the newer, working version.
I tried to remove the older version with this:
$ sudo apt remove libreoffice=4:24.2.2-0ubuntu1
But, I still have both versions.
Does libreoffice want both versions for some reason? Should I keep them both?
If not, how do I remove just the older version?
I figure worst case, I will remove ALL libreoffice and then install just the latest version.
Thanks