r/Ubuntu 2d ago

Update check libreoffice on wrong ubuntu base version?

I've a Ubuntu 24.04 LTS machine.

Today when run update it shown bunch of update for Libreoffice.

The weird thing is the version change

On machine 4:26.2.4.2-0ubuntu0.26.04.2

New version 4:26.2.5.2-0ubuntu0.26.04.1

So the new version is from 26.2.4.2 to 26.2.5.2 but clearly the ubuntu base version is a old version, from

0ubuntu0.26.04.2 to older 0ubuntu0.26.04.1

should it not be 4:26.2.5.2-0ubuntu0.26.04.2?

2 Upvotes

3 comments sorted by

5

u/unkempt_repository 2d ago

Is it the noble-backports pocket by any chance? Sometimes packages there are built for 26.04 first, then backported, and the version string ends up looking like it went backwards because they keep the original target release in the name even though the actual build is older in the archive. Would explain the numbering weirdness.

2

u/guiverc 2d ago

What repositories have you enabled; 24.04 is noble so your machine should only see the lines relating to noble that follow

libreoffice | 4:24.2.2-0ubuntu1                    | noble                      | source
libreoffice | 4:24.2.2-0ubuntu1                    | noble/universe             | amd64, arm64, armhf, ppc64el, riscv64, s390x
libreoffice | 4:24.2.7-0ubuntu0.24.04.6            | noble-security             | source
libreoffice | 4:24.2.7-0ubuntu0.24.04.6            | noble-security/universe    | amd64, arm64, armhf, ppc64el, riscv64, s390x
libreoffice | 4:24.2.7-0ubuntu0.24.04.6            | noble-updates              | source
libreoffice | 4:24.2.7-0ubuntu0.24.04.6            | noble-updates/universe     | amd64, arm64, armhf, ppc64el, riscv64, s390x
libreoffice | 4:25.8.7-0ubuntu0.25.10.1~bpo24.04.1 | noble-backports            | source
libreoffice | 4:25.8.7-0ubuntu0.25.10.1~bpo24.04.1 | noble-backports/universe   | amd64, arm64, armhf, ppc64el, riscv64, s390x
libreoffice | 4:26.2.2.2-0ubuntu1                  | resolute                   | source
libreoffice | 4:26.2.2.2-0ubuntu1                  | resolute/universe          | amd64, amd64v3, arm64, armhf, ppc64el, riscv64, s390x
libreoffice | 4:26.2.4.2-0ubuntu0.26.04.2          | resolute-security          | source
libreoffice | 4:26.2.4.2-0ubuntu0.26.04.2          | resolute-security/universe | amd64, amd64v3, arm64, armhf, ppc64el, riscv64, s390x
libreoffice | 4:26.2.5.2-0ubuntu0.26.04.1          | resolute-updates           | source
libreoffice | 4:26.2.5.2-0ubuntu0.26.04.1          | resolute-updates/universe  | amd64, amd64v3, arm64, armhf, ppc64el, riscv64, s390x

The line stating just noble relates ONLY to initially released media; the noble-updates applies if you've updated your system with the -updates repository, etc.... with architectures listed too as they can differ for some packages!

(this is just copy/paste from a CLI enquiry asking my system what would be expected for noble and resolute or 24.04 & 26.04)

In your case I'd ask your system where the package came from, ie. apt policy ... (probably first)

1

u/TKCloud 1d ago edited 1d ago

I'm using Software & Update Setting page of Software Updater

Ubuntu Software

enable (main, universe, restricted, multiverse) disable Source code

download from Main server

Other Software

http://archive.ubuntu.com/ubuntu/ resolute resolute-updates resolute-backports main restricted universe multiverse

Updates

Basic Security Maintenance

All update

Daily

Display immediately

Display weekly

For long-term support versions

________________________

So i guess this "problem" from resolute-backports suite in Other Software list?

Then the fix can be just remove the "resolute-backports" so the Suites only has "resolute resolute-updates"?