The Document Foundation has decided that labels are unnecessary, since with the recent release of "LibreOffice 26.2", The world's leading open-source office suite abandons the "Community" label.
As such, there is no longer any distinction, since the software is once again simply LibreOffice. This symbolic change accompanies a technical update that aims to modernize the user experience and improve workflows for the web era, integrating native support for Markdown and rewriting the rules of graphics performance on Windows and macOS.
LibreOffice 26.2 main new features
If anything defines writing on the web today, it's Markdown, and LibreOffice Writer has finally decided to implement support. The version 26.2 not only allows importing and exporting documents in this lightweight format, but It integrates the ability to copy and paste text with Markdown markup directly from the clipboard. This feature is a vital bridge for bloggers, developers, and publishers who needed to move beyond the ODT/DOCX ecosystem to publish on the web. Furthermore, the import process is intelligent: it allows you to use traditional document templates to automatically style the incoming plain text.
The interface has also received improvements, as the Dialog boxes have abandoned the classic design in favor of vertical tabs. with icons, optimizing screen space and modernizing the overall aesthetic, although purists can revert this change to the horizontal layout. In the case of the Linux users, The integration goes even deeper: the suite It now uses GTK and Qt's native color pickers by default.making LibreOffice feel like an organic part of the desktop and not like an external application.
Calc and the obsession with compatibility
In Calc (spreadsheets), the priority has been interoperability with the Microsoft ecosystem. Calc has added support for the Biff12 clipboard format (the Excel 2007+ binary), which sThis means that copying and pasting large volumes of data from Excel should no longer be a headache. In addition, when saving files as XLSX, the suite now uses the Excel 2010+ standard by default, ensuring that files look identical when shared with Office 365 users.
For data analysts, a subtle but critical improvement has been introduced: the «natural ordering." Now it is possible to configure the algorithm. so that it treats decimal separators as normal characters, which sIt solves the age-old problem of correctly sorting lists of IP addresses. Visually, Calc now allows you to use connectors (lines that join objects) directly in the sheets and automatically map XML and JSON files to cells, making it easier to import structured data.
A revamped graphics engine: Skia and GPU acceleration
Under the hood, LibreOffice 26.2 has tightened its requirements to improve performanceOn Windows and macOS, the use of the graphics library Skia (the same one that powers Google Chrome and Android) It is now mandatoryThis ensures that the interface and document rendering take advantage of GPU acceleration, offering superior smoothness when handling complex graphics.
This extra power is especially noticeable in exports. Generating EPUB files is now significantly faster, And manipulating SVG graphics with complex patterns or documents with multiple images no longer freezes the interface. Even Impress, the presentation tool, benefits from this modernization by adopting the Microsoft Media Foundation API in Windows, allowing modern audio and video playback without the need to install external codecs of dubious origin.
With a renewed focus on privacy (including an option to disable accidental text dragging) and accessibility, LibreOffice 26.2 presents itself not only as a free alternative, but as a mature tool that no longer needs any qualifiers to define its value.
Finally, if you are interested in being able to know more about it, you can consult the details in the following link
How to install LibreOffice on Linux?
First We must first uninstall the previous version if we have it, This is in order to avoid later problems, for this we must open a terminal and execute the following:
sudo apt-get remove --purge libreoffice*
sudo apt-get clean
sudo apt-get autoremove
Now we will proceed to go to the official website of the project where in your download section we can get deb package to be able to install it in our system.
Done the download we are going to unzip the content of the newly purchased package with:
tar -xzvf LibreOffice_26.2.0_Linux_x86-64_deb.tar.gz
We enter the directory created after unzipping, in my case it is the 64-bit:
cd LibreOffice_26.2.0_Linux_x86-64_deb
After we enter the folder where are the LibreOffice deb files:
cd DEBS
Y finally we install with:
sudo dpkg -i *.deb
Si you are using a system that has the support to install rpm packages, You can install this new update by obtaining the rpm package from the LibreOffice download page.
Obtained the package we unzip with:
tar -xzvf LibreOffice_26.2.0_Linux_x86-64_rpm.tar.gz
And we install the packages that the folder contains with:
sudo rpm -Uvh *.rpm
In the case of Arch and its derived systems We can install this version of LibreOffice, we just open a terminal and type:
sudo pacman -Sy libreoffice-fresh