How to check latest updated version of LibreOffice fresh from repository?

I ever used Cinnamon Desktop Spins, dnfdragora displayed the details and version of LibreOfffice.
I am now using Fedora 33 Workstation and Software shows:
1cc8e6e3ace6812d431aad02dc2392bedc5f8987.png
Is this also the current version in my computer ?
Or how can I check it from the Terminal ?

Write in terminal:
libreoffice --version

4 Likes
[fedora002@localhost ~]$ libreoffice --version
LibreOffice 7.0.3.1 00(Build:1)

[fedora002@localhost ~]$ 

Is it older than in Software ?
This is in Software:
Screenshot from 2020-11-24 15-50-04

Is it older than in Software ?

P.S. I have 2 LibreOffice’s installed; from fresh repository and from RPM with the same version 7.0.3.1.

7.0.3.1 = 7.0.3.1

Are you wondering about the 1:? That’s the “Epoch:” tag…versioning can be confusing sometimes. Versioning Guidelines :: Fedora Docs

If you run dnf info libreoffice, this is what you get:

Available Packages

Name         : libreoffice
Epoch        : 1
Version      : 7.0.3.1
Release      : 1.fc33
Architecture : x86_64
Size         : 16 k
Source       : libreoffice-7.0.3.1-1.fc33.src.rpm
Repository   : updates

What is the fresh repository? And what does “from RPM” mean? Just remove everything that is not from official Fedora repo.

3 Likes

I have 2 LibreOffice’s installed; from fresh repository and from RPM with the same version 7.0.3.1.
How should I check more ?

Got it. But how did you install the two libreoffices? And what is Fresh repository, what is rpm?

Can you show us the output of:

dnf repolist
dnf repoquery -ai --installed libreoffice
rpm -qi libreoffice
flatpak list
4 Likes
  1. By default from clean installation of Fedora 33 Workstation + LibreOffice Base from Software. My LibreOffice calc macro crashed.
  2. From LibreOffice RPM package. The same LibreOffice calc macro did not crash.

I have to move my work on, so I have to get both libreoffices installed.

This is my question to Ask LibreOffice and my report to Red Hat Bugzilla.

I am so exited and expect to hearing the update for 7.0.3.1-3.fc33 soon.
And after that I also don’t know how I can uninstall LibreOffice installed with RPM package.

[fedora002@localhost ~]$ dnf repolist
repo id                        repo name
fedora                         Fedora 33 - x86_64
fedora-cisco-openh264          Fedora 33 openh264 (From Cisco) - x86_64
fedora-modular                 Fedora Modular 33 - x86_64
updates                        Fedora 33 - x86_64 - Updates
updates-modular                Fedora Modular 33 - x86_64 - Updates
[fedora002@localhost ~]$ dnf repoquery -ai --installed libreoffice
Name         : libreoffice
Epoch        : 1
Version      : 7.0.3.1
Release      : 1.fc33
Architecture : x86_64
Size         : 0.0  
Source       : libreoffice-7.0.3.1-1.fc33.src.rpm
Repository   : @System
From repo    : updates
Summary      : Free Software Productivity Suite
URL          : http://www.libreoffice.org/
License      : (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and MPLv2.0 and CC0
Description  : LibreOffice is an Open Source, community-developed, office productivity suite.
             : It includes the key desktop applications, such as a word processor,
             : spreadsheet, presentation manager, formula editor and drawing program, with a
             : user interface and feature set similar to other office suites.  Sophisticated
             : and flexible, LibreOffice also works transparently with a variety of file
             : formats, including Microsoft Office File Formats.
[fedora002@localhost ~]$ rpm -qi libreoffice
Name        : libreoffice
Epoch       : 1
Version     : 7.0.3.1
Release     : 1.fc33
Architecture: x86_64
Install Date: Sat 21 Nov 2020 10:48:42 AM +07
Group       : Unspecified
Size        : 0
License     : (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and MPLv2.0 and CC0
Signature   : RSA/SHA256, Fri 30 Oct 2020 05:12:55 PM +07, Key ID 49fd77499570ff31
Source RPM  : libreoffice-7.0.3.1-1.fc33.src.rpm
Build Date  : Fri 30 Oct 2020 12:42:40 AM +07
Build Host  : buildhw-x86-03.iad2.fedoraproject.org
Packager    : Fedora Project
Vendor      : Fedora Project
URL         : http://www.libreoffice.org/
Bug URL     : https://bugz.fedoraproject.org/libreoffice
Summary     : Free Software Productivity Suite
Description :
LibreOffice is an Open Source, community-developed, office productivity suite.
It includes the key desktop applications, such as a word processor,
spreadsheet, presentation manager, formula editor and drawing program, with a
user interface and feature set similar to other office suites.  Sophisticated
and flexible, LibreOffice also works transparently with a variety of file
formats, including Microsoft Office File Formats.
[fedora002@localhost ~]$ flatpak list
Name                    Application ID                    Version        Branch        Installation
Fedora Platform         org.fedoraproject.Platform        32             f32           system
[fedora002@localhost ~]$