{"id":48595,"date":"2025-04-06T13:50:28","date_gmt":"2025-04-06T13:50:28","guid":{"rendered":"https:\/\/ubuntuhandbook.org\/?p=48595"},"modified":"2025-04-06T13:50:28","modified_gmt":"2025-04-06T13:50:28","slug":"ubuntu-libreoffice-25-2-ppa","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2025\/04\/ubuntu-libreoffice-25-2-ppa\/","title":{"rendered":"Ubuntu Team Finally Made LibreOffice 25.2 (Deb) into PPA"},"content":{"rendered":"<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/01\/libreoffice-icon.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-thumbnail wp-image-36666\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/01\/libreoffice-icon-250x250.png\" alt=\"\" width=\"250\" height=\"250\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/01\/libreoffice-icon-250x250.png 250w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/01\/libreoffice-icon-300x300.png 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/01\/libreoffice-icon-600x600.png 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/01\/libreoffice-icon-768x768.png 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/01\/libreoffice-icon.png 1200w\" sizes=\"auto, (max-width: 250px) 100vw, 250px\" \/><\/a><\/p>\n<p>For LibreOffice users who are sticking to the native <code>.deb<\/code> packages, the Ubuntu packaging team finally made the packages through PPA.<\/p>\n<p>LibreOffice 25.2 was released 2 months ago with custom theme support, automatic sign document in &#8220;Save as&#8221; dialog, import\/export <code>connections.xml<\/code> in OOXML, read and write support for ODF 1.4, and many other new features. See <a href=\"https:\/\/wiki.documentfoundation.org\/ReleaseNotes\/25.2\" target=\"_blank\" rel=\"noopener\">HERE<\/a> for more.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/04\/libreoffice252-about.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-48596\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/04\/libreoffice252-about-700x454.webp\" alt=\"\" width=\"610\" height=\"396\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/04\/libreoffice252-about-700x454.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/04\/libreoffice252-about-300x195.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/04\/libreoffice252-about-768x498.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/04\/libreoffice252-about.webp 1319w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p><!--more--><\/p>\n<h3>Why using the PPA package<\/h3>\n<p>The <a href=\"https:\/\/www.libreoffice.org\/download\/download-libreoffice\/\" target=\"_blank\" rel=\"noopener\">LibreOffice website<\/a> offers official Flatpak, Snap, AppImage, and DEB\/RPM packages for Linux users. While, Ubuntu packaging team also maintains <a href=\"https:\/\/launchpad.net\/~libreoffice\/+archive\/ubuntu\/ppa\" target=\"_blank\" rel=\"noopener\">a PPA<\/a> that offers up-to-date LibreOffice DEB packages.<\/p>\n<p>For stability, the Ubuntu team recommends to stay with the old pre-installed LibreOffice package. While, the PPA package is available for testing before they are made into system main repository.<\/p>\n<blockquote><p><i>in fact it is the place to enable a wider audience to test packages before they are published into the distro proper. In general, this PPA is _not_ for the average user to install without a closer look (if it would be, its packages would be in the main repositories).<\/i><\/p><\/blockquote>\n<p>However, for users who want to try out the newest office suite through DEB package, the PPA package is recommended due to better desktop integration, and multiple CPU architecture types support (<code>amd64<\/code>, <code>arm64<\/code>, <code>armhf<\/code>, <code>ppc64el<\/code>, <code>riscv64<\/code>, <code>s390x<\/code>).<\/p>\n<blockquote><p><i>OTOH, it is _way_ _better_ to use packages from this PPA than using the *.deb files that The Document Foundation provides upstream, which are intentionally build against a very old baseline for maximum compatibility.<\/i><\/p><\/blockquote>\n<p>The PPA always has few weeks delay for the major version updates. It&#8217;s been 2 months this time. And, finally the PPA updated with LibreOffice 25.2.2 with about 160 bug-fixes since v25.2.0. See <a href=\"https:\/\/wiki.documentfoundation.org\/Releases\/25.2.1\/RC1#List_of_fixed_bugs\" target=\"_blank\" rel=\"noopener\">25.2.1 RC1<\/a>, <a href=\"https:\/\/wiki.documentfoundation.org\/Releases\/25.2.1\/RC2#List_of_fixed_bugs\" target=\"_blank\" rel=\"noopener\">25.2.1 RC2<\/a>, <a href=\"https:\/\/wiki.documentfoundation.org\/Releases\/25.2.2\/RC1#List_of_fixed_bugs\" target=\"_blank\" rel=\"noopener\">25.2.2 RC1<\/a>, and <a href=\"https:\/\/wiki.documentfoundation.org\/Releases\/25.2.2\/RC2#List_of_fixed_bugs\" target=\"_blank\" rel=\"noopener\">25.2.2 RC2<\/a> change-logs for details.<\/p>\n<h3>Install \/ Upgrade to LibreOffice 25.2.2 from PPA:<\/h3>\n<p><b>NOTE: The PPA will upgrade the pre-installed LibreOffice to the latest, so far Ubuntu 22.04, Ubuntu 24.04, and Ubuntu 24.10 are supported. If you have the Flatpak or Snap package installed, then there&#8217;ll be duplicated app icons in launcher.<\/b><\/p>\n<p>First, press <code>Ctrl+Alt+T<\/code> on keyboard to open up a terminal window. When it opens, run the command below to add the PPA:<\/p>\n<pre>sudo add-apt-repository ppa:libreoffice\/ppa<\/pre>\n<p><i>Type user password when it asks (no visual feedback, just type in minde) and hit Enter to continue.<\/i><\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/05\/libreoffice-ppa.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-46603\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/05\/libreoffice-ppa-700x375.webp\" alt=\"\" width=\"610\" height=\"327\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/05\/libreoffice-ppa-700x375.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/05\/libreoffice-ppa-300x161.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/05\/libreoffice-ppa.webp 706w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p>Then, either launch &#8220;<b>Software Updater<\/b>&#8221; and update the office suite from the previous versions:<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/04\/upgrade-libreoffice.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-48599\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/04\/upgrade-libreoffice.webp\" alt=\"\" width=\"670\" height=\"582\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/04\/upgrade-libreoffice.webp 670w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/04\/upgrade-libreoffice-300x261.webp 300w\" sizes=\"auto, (max-width: 670px) 100vw, 670px\" \/><\/a><\/p>\n<p>or run the <code>apt<\/code> command in terminal to install\/update the package:<\/p>\n<pre>sudo apt install libreoffice<\/pre>\n<p><i>For Linux Mint, run <code>sudo apt update<\/code> to manually refresh cache after adding PPA<\/i>.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/04\/apt-upgrade-libreoffice.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-48598\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/04\/apt-upgrade-libreoffice-700x579.webp\" alt=\"\" width=\"610\" height=\"505\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/04\/apt-upgrade-libreoffice-700x579.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/04\/apt-upgrade-libreoffice-300x248.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/04\/apt-upgrade-libreoffice-768x636.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/04\/apt-upgrade-libreoffice.webp 970w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<h3>Downgrade LibreOffice:<\/h3>\n<p>For any reason, you may run the commands below in terminal (Ctrl+Alt+T) to install <code>ppa-purge<\/code> tool, then use it to purge PPA, which also downgrade all the installed packages to the stock versions.<\/p>\n<pre>sudo apt install ppa-purge<\/pre>\n<pre>sudo ppa-purge ppa:libreoffice\/ppa<\/pre>","protected":false},"excerpt":{"rendered":"<p>For LibreOffice users who are sticking to the native .deb packages, the Ubuntu packaging team finally made the packages through PPA. LibreOffice 25.2 was released 2 months ago with custom theme support, automatic sign document in &#8220;Save as&#8221; dialog, import\/export connections.xml in OOXML, read and write support for ODF 1.4, and many other new features. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":36666,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[1009],"class_list":["post-48595","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","tag-libreoffice"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/48595","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/comments?post=48595"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/48595\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media\/36666"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=48595"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=48595"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=48595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}