I followed these instructions: How do I install LibreOffice 6 in Ubuntu?
In Terminal, I typed libreoffice. This error appeared:
/usr/lib/libreoffice/program/oosplash: error while loading shared libraries: libuno_sal.so.3: cannot open shared object file: No such file or directory
Then the Software Updater opened and I ran an update that fixed the error.
In Terminal, I typed libreoffice and the application ran. Simultaneously, this error appeared:
func=xmlSecCheckVersionExt:file=xmlsec.c:line=188:obj=unknown:subj=unknown:error=19:invalid version:mode=abi compatible;expected minor version=2;real minor version=2;expected subminor version=25;real subminor version=26
At first, I thought there was something wrong, but since it mentioned something about a version, I went back to terminal and typed:
libreoffice --version
LibreOffice 6.0.5.2 00m0(Build:2)
Next, commands
soffice
The application opened without the error. I closed the application
Next, command
libreoffice
The application opened without the error.
Did Ubuntu fix itself after looking up the version number?