1

Ubuntu provides a download page that claims to provide the ISO and sha256sum of previous point releases, for example https://cdimage.ubuntu.com/kubuntu/releases/24.04.2/ for the previous point release of Kubuntu 24.04 LTS. However, it doesn't work; it just mirrors the latest point release, so the example above currently shows the content for 24.03:

A screenshot of a 24.04.2 directory with 24.04.3

How can I get the sha256 sum for a previous point release?

(BTW I have bug reported this.)

Matthew
  • 550

1 Answers1

1

For vanilla Ubuntu, you can use https://old-releases.ubuntu.com/releases/ instead.

Using the same example, https://old-releases.ubuntu.com/releases/24.04.2/ provides the ISOs and sha256 sums for Ubuntu 24.04.2.

However, the old-releases server does not seem to include Kubuntu and other flavours.

Matthew
  • 550