Installed LibreOffice 5.4.3 from the ppa (ppa:libreoffice/libreoffice-5-4); however, the built-in help was not installed.
Then I downloaded the help package and after extracting the archive, I tried to install with dpkg (dpkg -i …deb)
The package was not installed because dependencies were not satisfied.
What can I do to get the built-in help installed?
1 Like
Just install from CLI with apt
$ sudo apt update
$ sudo apt install libreoffice-help-en-us
I assume that you can install for other languages using the appropriate language code.
1 Like