this post was submitted on 12 Mar 2026
14 points (66.7% liked)

Ask Lemmy

38511 readers
1275 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, toxicity and dog-whistling are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !askusa@discuss.online


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 2 years ago
MODERATORS
 
  • Ubuntu 22.04, codenamed Jammy Jellyfish, was released on 21 April 2022.

  • It was followed by Ubuntu 22.10 Kinetic Kudu on 20 October 2022.

  • It was followed by Ubuntu 23.10 Mantic Minotaur on 12 October 2023.

  • It was followed by Ubuntu 25.04 Plucky Puffinnwas on 17 April 2025

  • It was followed by Ubuntu 25.10 Questing Quokka on 9 October 2025

All Linux distros keep publishing new versions: Fedora, Mint, Debian...

Yet strangely, I don't notice any change. I'm just a normie user. It seems only computer nerds understand why the new versions are "game changers"

Apart from "increased security", what is actually the point of these releases?

you are viewing a single comment's thread
view the rest of the comments
[–] BananaTrifleViolin@piefed.world 18 points 1 day ago* (last edited 1 day ago)

All OSes are a collection of lots of different software that work together to run your system.

For Linux distros, that includes kernel packages (the core of the OS), but also a huge range of software to make the desktop work, apps you run (office software etc) and more. They are all separate projects, constantly working on and releasing updates at their own paces. There are new software releases all the time for all sorts of things.

If you install a Linux point release Distro, like Ubuntu 22.04, you get the OS and a snapshot of lots of different software they have chosen to package. Then after install you will receive constant minor patches and security updates, but the main software doesn't get major updates. For example, if Ubuntu uses say version 1.0 of your desktop (e.g. Gnome), and the Gnome project then releases 2.0, you won't receive that. You'll just receive patches and security fixes for KDE 1.0, but not big updates for new features or changes. This allows Ubuntu to keep 22.04 stable and working predictably for people, and means they don't have to retest the whole OS to make sure it works and stays secure. All they have to do is test the security patches, make sure those work well with the existing OS and then release that to users.

But overtime Ubuntu 22.04 inevitably falls further behind all the major releases of the software they use, and people are missing out on more and more new features, more major bug fixes and more. The desktop environment for example might have released version 2.0 with new features, and the Office software may have released 2.0 with new features, and 100s of other components the same even in just 6 months. So the distro maintainers then build a whole new version of the OS with all the big changes they want to include, and release that as 22.10 in October 2022 - this is their next 6 monthly point release. People can chose to stay on 22.04 and just get security patches (so the OS is stable and safe) or decide to move their PC to 22.10 and get the newer software.

This is a constant process. Ubuntu is on a 6 monthly release cycle, and people can chose when they want to switch; they can do it every 6 months or less frequently if they want. Ubuntu and other distros also have LTS releases - Long Term Service releases - if you use that version, it is maintained for a few years as is, except for patches and security updates. Not everyone wants the latest version of software, they may just want something that they know works and they get on with using it.

Another model is rolling releases where the Linux distro constantly rolls out new updates for all the components. This can even be weekly, or near enough daily; for example OpenSuSE Tumbleweed is a rolling release. People might not update every day but the maintainers are constantly rolling out the latest versions of software (after some testing to make sure it works) so that end users can keep bang up to date on near enough everything. This is riskier than a point-release, and sometimes bugs get through that have to be undone, but it allows those who want cutting edge systems to have them. OpenSuSE also have a point release version Leap which updates once a year, and is also developing Slowroll which works on a monthly release cycle.

Windows actually does something very similar to the "Point Release" system for new features and major changes, although the updates are all closed source and under Microsofts control. Windows 11 has had major annual updates 21H2, 22H2, 23H2, 24H2, and now 25H2. One big difference though is that Windows updates are only Windows and Microsoft provided software; all the rest of the OS including drivers the user has to update (or sometimes Windows Update manages). On Linux, much more of the system is usually updated by the Distro, and the user generally updates a much smaller proportion themselves (e.g. maybe their Nvidia drivers, and their flatpaks).

The big point releases are not about increased security, they are instead more about getting feature releases out to users from lots of different projects. The security side is managed by constant patches and smaller bugfixes rolled out within each major version.

If you're on a 6 monthly distro, you probably won't notice big changes, you'll more likely see lots of smaller changes. The really big changes (like KDE moving from 5.0 to 6.0) are less frequent - maybe every couple of years - while the smaller but still substantial changes are frequent - like 6.2 to 6.3. You will notice when you move from 5.0 to 6.0 but when you move from 6.2 to 6.3 you'll have lots of smaller nice changes but not a major change to your desktop. So while it seems like little is changing, lots of small things are changing all the time.