...
If installed from the repository as recommended (see https://phixflow.atlassian.net/wiki/spaces/HELPTRUNKR/pages/8670183484/Install+LibreOffice#Linux), LibreOffice should be upgraded as part of a dist-upgrade process, not individually.
Check which version you will get from upgrading:
Code Block |
---|
sudo apt update
sudo apt-cache policy libreoffice |
If this is not the latest version, you may need to re-add the LibreOffice PPA (this is added for installation, but some operations on linux servers will remove PPAs):
Code Block |
---|
sudo add-apt-repository ppa:libreoffice/ppa
sudo apt update
sudo apt-cache policy libreoffice |
Then proceed with the upgrade:
Code Block | ||
---|---|---|
| ||
sudo apt update sudo apt dist-upgrade |