To update from version 6.0.7.3 do I just download the new version?

Hi all,

I’m working with on 32 bit Ubuntu. To update LibreOffice from version 6.0.7.3 do I just download the new version?

Thanks for helping out.

This depends. On Ubuntu, you have many ways of installing LibreOffice, including the one from Ubuntu repository; DEBs from LibreOffice site; snap package… Without knowing which method you used to install your current version (and which version of Ubuntu btw), there’s no way to tell how to upgrade. But anyway, just downloading anything would not be enough, installing the update is the next step.

if current LO is installed from Repository, then:

$ sudo apt update && sudo apt install -f && sudo apt upgrade

…else if installed from TDF download, then it is download-file + install (should auto-remove existing installation)