> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# LibreOffice 24.2 is Here!
- URL: https://itsfoss.com/news/libreoffice-24-2-is-here/
- Published: 2024-02-01T12:53:06.000Z
- Updated: 2024-08-23T04:46:21.000Z
- Description: A packed LibreOffice upgrade has arrived with a new version naming scheme.
- Author: Sourav Rudra
- Tags: Application Releases, News, #Import 2025-11-08 21:15

LibreOffice, the [best open source alternative to Microsoft Office](https://itsfoss.com/best-free-open-source-alternatives-microsoft-office/), has announced a new release with a change in how the versions are named.

Going forward, they will now **follow a calendar-based version numbering scheme**, with the “*YY.M*” format; So, in line with that, the new release is called **LibreOffice 24.2,** where 24 denotes the year 2024, and 2 denotes the month, February.

The last release that followed the older naming scheme was [LibreOffice 7.6](https://itsfoss.com/libreoffice-7-6/).

Of course, the new version numbering is not the only change with this release, join me as I take you through this release, and what it has to offer.

**Suggested Read** 📖

[6 Best Open Source Alternatives to Microsoft Office for LinuxLooking for Microsoft Office on Linux? Here are the best free and open-source alternatives to Microsoft Office for Linux.![](https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png)It's FOSSAbhishek Prakash![](https://itsfoss.com/content/images/wordpress/2012/06/best-open-source-alternatives-ms-office.jpg)](https://itsfoss.com/best-free-open-source-alternatives-microsoft-office/)

## LibreOffice 24.2: What's New?

With **over 160 contributors** working on the new features of LibreOffice 24.2, this release is extensive with many improvements.

Some **key highlights** include:

- **Improved Security**
- **Editor Improvements**
- **Better Compatibility with MS Office**

### Improved Security

![a screenshot of libreoffice 24.2 new password strength meter](https://itsfoss.com/content/images/2024/02/LibreOffice_24.2_a.png)

When adding passwords to documents, **the password dialog now shows a password strength meter** that uses [zxcvbn-c](https://github.com/tsyrogit/zxcvbn-c?ref=itsfoss.com) to show the strength of an entered password.

Then there's **a new password-based ODF encryption** that works faster, hides metadata better, and has been hardened to better resist brute force attacks and tampering.

[![Follow It's FOSS on Google News](https://itsfoss.com/content/images/2023/04/Follow-us-on-Google-News.png)](https://news.google.com/publications/CAAqBwgKMInpoAswofO4Aw?ref=itsfoss.com)

### Editor Improvements

![a screenshot of libreoffice 24.2 comment styles](https://itsfoss.com/content/images/2024/02/LibreOffice_24.2_b.png)

**In the case of Writer**, the word processor for LibreOffice, **you can now use styles with comments** that make it easier to distinguish multiple comments, with the Comment paragraph style being the default one.

There are **updates to the multipage floating table support** too, with improvements to overlap control, footnotes, borders, nesting, and more.

![a screenshot of libreoffice 24.2 column row highlighting for active cell in calc](https://itsfoss.com/content/images/2024/02/LibreOffice_24.2_c.png)

**In the case of Calc**, the spreadsheets app for LibreOffice, you can now highlight the Row and Column for the active cell for better pinpointing a piece of data in a sea of cells.

There is also **a new search field** in the Functions sidebar deck for quick access to the various functions on Calc, and **support for the scientific number format** that can be saved in ODF.

![a screenshot of libreoffice 24.2 small caps support for impress](https://itsfoss.com/content/images/2024/02/LibreOffice_24.2_d.png)

**In the case of Impress**, the presentation app for LibreOffice, **support for** [**small caps**](https://en.wikipedia.org/wiki/Small%5Fcaps?ref=itsfoss.com) **has been added**, this will be handy for those who prefer using such characters in their text.

Additionally, the settings for Presenter Console and Remote Control have been moved to *Slideshow > Slide Show Settings*, with tweaks done to the labelling and dialog layout.

### Better Compatibility with MS Office

With LibreOffice 24.2, **users can take advantage of improved compatibility with the Microsoft Office suit**.

You can expect things such as improvements to first page headers/footers [OOXML](https://en.wikipedia.org/wiki/Office%5FOpen%5FXML?ref=itsfoss.com) import in Writer, optimized templates for Japanese text, support for the SVG OOXML extension, and more.

### 🛠️ Other Changes and Improvements

As for the rest, here are some other changes worth noting:

- Improvements to how mouse positions are handled.
- Saving AutoRecovery information is now enabled by default.
- Better status bars in dialog menus that now report the correct accessible role for better screen reader support.
- Various fixes to the NotebookBar options, that include menu improvements, better radio buttons, better print preview support, etc.

The LibreOffice 24.2 release comes close on the heels of the recently released [ONLYOFFICE Docs 8.0](https://itsfoss.com/onlyoffice-8-0-release/), and is a packed one at that. You can go through the official [announcement blog](https://blog.documentfoundation.org/blog/2024/01/31/libreoffice-24-2/?ref=itsfoss.com) to learn more about it.

### ⚙️ How to Install/Upgrade?

You can get the latest release of LibreOffice from the [official website](https://www.libreoffice.org/download/download-libreoffice/?ref=itsfoss.com) or the [Flathub store](https://flathub.org/apps/org.libreoffice.LibreOffice?ref=itsfoss.com).

[LibreOffice 24.2](https://www.libreoffice.org/download/download-libreoffice/?ref=itsfoss.com)

**For upgrading**, usually, LibreOffice is preinstalled on most major Linux distributions, you can just wait for your distro to provide the upgrade from its repository, the official LibreOffice PPA, or Flathub.

However, if you can't wait, then uninstall your existing LibreOffice installation and download the *tar* package (DEB or RPM) from the official website linked above, then extract the package to a directory.

Now, head into the folder named “*DEBS*” or “*RPMS*” depending on the *tar* you downloaded and use the right-click menu to open it in the terminal.

![a screenshot showing a terminal window with the sudo command to install rpm of libreoffice](https://itsfoss.com/content/images/2024/02/LibreOffice_24.2_e.png)

Then, type in one of the following commands according to the package you downloaded to install (Fedora or Debian-based distros):

```
sudo dnf install *.rpm
```

```
sudo dpkg -i *.deb
```

And that's it, you have successfully installed the latest LibreOffice release.

*💬 What do you think of this release? Let me know of your thoughts below!*