Oboi here we go 🙄
Ubuntu has managed to do away with GNU Core Utilities in its default stack. The last three holdouts, cp, mv and rm, have moved to uutils’ coreutils; the Rust reimplementation Canonical has been feeding into the distro since 2025.
They had been held back from 26.04 LTS over flaws in the uutils versions. Everything else, from ls and cat to chmod and du, made that jump in earlier releases.
This change, while big, sits hidden away in an obscure mention in Canonical’s work-in-progress release notes for Ubuntu 26.10.
It’s been a long road
Canonical started oxidising Ubuntu last year, and Ubuntu 25.10 became the first release to ship coreutils as the default. That release also made sudo-rs the default privilege tool, replacing a command that had been in place for decades.
26.04 was the release where the plan did slow down quite a bit, as Canonical kept cp, mv, and rm on their GNU versions due to a bunch of TOCTOU issues that were blocking the full implementation.
These were caught during an audit, when Canonical commissioned Zellic for two rounds between December 2025 and March 2026, focusing on the most security-sensitive utilities first.
Across both rounds, Zellic raised 113 issues, and 44 of them were assigned CVEs. Canonical says the vast majority have been resolved.
Getting here has had its ups and downs, and the last stretch was not clean. In July, uutils cp went back into the archive and came straight out again after it broke live image builds.
The fix was quick; as the developers marked it “Critical,” the fix went upstream, and the migration landed in time for 26.10. What changes for you?
When typing commands, nothing changes for you on the surface. uutils coreutils is designed to be a drop-in replacement for essential GNU tools, and the project treats any divergence from GNU as a bug, further pointing out that some options may still be missing or behave differently.
So if you prefer staying on the GNU version, you have the option to install the coreutils-from-gnu package that houses all the required components.
The next stage
Coreutils is one piece of a broader campaign. Earlier this year, Canonical became a Gold Sponsor of the Trifecta Tech Foundation, pitching in €40,000 a year to fund memory-safe system software.
Under this, their current target is ntpd-rs, a Rust rewrite of the tools Ubuntu uses to keep its clock in sync. While work is still ongoing, it has already arrived for testing.
Its transition to being default is targeted for Ubuntu 27.04.
What Canonical is gradually building up towards is the completion of their oxidation vision for Ubuntu, and it’s not about blindly including new components. Rather, it looks like a measured approach that’s being worked out a few steps at a time.



GPL is bad because it perpetuates the concept of durable intellectual property ownership/ licensing over supposedly “Free” (as in libre) code. Durable licenses are all bad. Unlicense is the only true FOSS license in common use, with an ‘F’.
“Free, but you must do these things” is not actually Free.
Notable and very honorable examples of projects that use Unlicense are youtube-dl and yt-dlp (and obviously, those are not programs intended to benefit corporations).
Now you have heard an argument against GPL that is not about corporations.
Fair enough that’s an argument I hadn’t heard. I must admit “Free but you must keep it free” not being free enough for you strikes me as such a dumb argument I can’t fathom it being made in good faith but fair enough I guess.
Now I will say your comment about durable intellectual property ownership is interesting philosophically but I also don’t agree. No one “owns” GPL code. It’s public for everyone and anyone can fork it or whatever. GPL doesn’t give the original owner any power over others it just requires the code which was born free to stay free.
Except GPL doesn’t say, “keep it free”, it says “keep it GPL”. Public domain is also free, but GPL’d code cannot be made that, except by the original “licenser”.
And while I can’t speak for other countries, the USA’s copyright regime, which is what would be relied upon to actually enforce the GPL in the US, is entirely built to serve business interests, which makes the GPL’s actual utility in enforcing “freeness” of software dubious at best.
In the US at least, this is untrue; the only entity with legal standing to enforce (via lawsuit) the GPL on a piece of software is the creator(s). Obviously as GPL ‘flows’ through redistribution, that becomes more nuanced, but it’s always limited in standing of who “owns” the improperly-redistributed version. That is absolutely power that is unique to the ‘owner’ of the software.