I would like to install version LibreOffice 24.2.4

It depends. It is an easy way, but it is neither the best nor the safest way.

You have to keep in mind that a major update/upgrade like this will be overwriting many shared libraries that are in use while you are logged in at a graphical environment. It is therefore best to always log out of the GUI and conduct the update/upgrade via a terminal, so that the smallest amount of shared libraries will be in use.

In addition to that, the graphical package manager is itself still fairly buggy, while pacman is mature and virtually free of bugs.

Please see the following two threads… :point_down:

If you have any (system-wide) configuration files on your system that have been modified or that may have outdated settings (or comments), then the packages to which those files belong will come with a .pacnew file upon the next update.

The idea is that you compare the .pacnew with the configuration file you already have, and that you merge the changes into your existing configuration file — never blindly copy the .pacnew over the existing file, because it could break your system. After that, you can delete the .pacnew.

Different tools exist for merging the .pacnew files. As the matter of fact, @Ste74 has developed a new merging tool, called manjaro-pacnew-checker — it’s in the repository. :point_down:

sudo pacman -S manjaro-pacnew-checker

The discussion thread about the tool — from the moment @Ste74 started developing it — can be found here:point_down: