I had Libreoffice 24.2 that I installed from the .deb packages on the libreoffice website. I got a notification that a new version was available, so I downloaded and installed the 24.8 one. I then noticed that instead of overwriting 24.2 with 24.8 like it has every previous time when I upgraded it, it installed them separately. Whenever I opened a document it was still using the old version.
I then uninstalled 24.2 on the command line through apt, and after that when I tried to start 24.8 I can't get any libreoffice program to start. When I enter:
libreoffice --writer
I get this error:
I tried uninstalled and reinstalling from the debs provided here:
by uncompressing the files and entering:
sudo dpkg -i *.deb
but I still get that error. How can I fix it?