Love to see upgrades with a negative net size lmao. Software should get more optimized with time, not more bloated. Oop, just got the gnome console popup notification saying that my install command finished running, sweet – it took as long as making this post
Thanks for the reminder to update
Good luck, soldier!
Wow I’ve never had an update with so few packages.
Out of all the comments here hahaha this is the one that gets me lmao
You haven’t had an update with less than 52 packages?? Ever??
@lung @AnUnusualRelic eh, had 4, 2, 1 and 0, on EndeavourOS when you yay right after you yay, or you yay after an hour
I rarely update more than once a week at most. It’s more like twice a month usually.
It’s Linux, normally it’s just a wall of packages you have to trust with root access :)
nixos…
I’m so used to it I never realized it’s unusual.
Exactly. Same here. The fact that „linux“ isnt a product that has to have the shiny new thing after every update and has no deadlines to hold and no manager to keep happy makes it a fundamentally different thing which actually is very much in line with efficiency ideas, the idea of progress and evolution as a whole. At least thats how I view it.
The shiny new thing can be better code to do the same thing.
IMO, that’s the shiniest thing
If you‘re a cave dweller like me that stares at code for pleasure, yes.
Back in the day there was a Mac OS update (Snow Leopard) that took gigabytes off. They dropped support for PowerPC CPUs. So the compiled binaries basically got slashed in half.
The goals of Snow Leopard were improved performance, greater efficiency and the reduction of its overall memory footprint, unlike previous versions of Mac OS X which focused more on new features. Apple famously marketed Snow Leopard as having “zero new features”.[13] Its name signified its goal to be a refinement of the previous OS X version, Leopard.
Might happen again one day if they decide to drop x86 support. Which they likely will.
in maybe 30 years, lol
Well they haven’t made a single x86 machine in what, 4 or 5 years?
The 2024 version of MacOS doesn’t support anything older than 2017 and for most models it’s more like 2018-2020
I’d say in 2-3 years they’ll drop support for all x86 machines, at which point first party binaries can stop shipping with x86 code. Then eventually, several years later, they’ll drop support for x86 emulation via Rosetta 2, so that’s another thing they can drop from the OS. And once xcode stops giving you those fat dual-arch binaries, other software will also take a bit less space.
Oh i though you were talking about discontinuing x86 in general, even for non-apple devices. Yeah I agree, x86 macbook have maybe another 4-5 years max
idk, apple is very trigger-happy when it comes to discontinuing things (outside of the iphones, strangely.) i think by 2030 we will be long gone from apple x86 machines.
God, Snow Leopard was peak Apple.
As an avid apple disliker, they really got a lot of things right with 10.x, with snow leopard hitting it out of the park. Everything from them around that era was slick. If I wasn’t a poor college kid running a 5 year old eBay Thinkpad I would have been sucked into their oppressive ecosystem in a heartbeat.
There’s a different timeline where the board also brought back Wozniak, OS X has linux under the hood and all third party software was cross compatible.
I wouldn’t imagine iTunes on Ubuntu, but think if all that annoying office software that keeps workplace from switching to linux was suddenly available?
That indeed was a great OS.
OS is bloat, if you’re not shifting CPU registers by hand are you even a Linux user?
spoiler
No, because Linux is a kernel/OS, and OS is bloat
Exactly, you boot the kernel, then get out the electron microscope to twiddle those bits (which is why Linux users are perverts)
electron microscope
Bloat, why should my microscope be running an entire chromium browser?
I’d diddle a bit
Ninja Edit: wait…
To be fair Windows also uses less disk space after an update to Linux :p
upgrade*
Of you don’t delete your package cache it will still use more disk space, regardless of this output.
paccache -r
There done
I just got the hook from the AUR, don’t even have to think about it lol
I’m not a programmer by any means, but I’m guessing, they are just removing old redundant features and code, but I could be very wrong here.
I remember one internship in college, I realized that after 4 months of work, the result was 15k lines less code than when I started. I figured out new ways to structure the system so it was much easier to write and maintain, while actually adding features. That felt great
And yeah, there are many ways for it to happen. Ex. someone was shipping the tests with the code and decided to stop, debug symbols being removed, inlined dependencies being externalized, maybe a new version of a UI toolkit has extra icons built in
Efficiency can gently creep in. What blows my mind is that this is averaged out across so many packages at once. And sure, sometimes it goes up too, but nothing like Windows/OSX. It’s really cool that you can make a Linux that will fit into ~any space you want, whereas the min requirements for Win11 include 64gb of hd
a new version of a program can also move to a different set of dependencies that is shared with another program, so you don’t need to keep both around.
This wouldn’t appear like this when upgrading the system with pacman. pacman does not automatically remove orphaned dependencies during upgrades. You have to query for them and remove them explicitly as a separate operation afterwards. So in the OP what we’re seeing is the new versions of packages themselves getting smaller.
til!
Good ol’
pacman -Rns $(pacman -Qqtd)
, or as I’ve aliased it,orphankiller
saved me a gig ^^
had some old plasma5 stuff lying around from before the upgrade.
So tired of android eating my carefully set aside free space.
Decided to try this out on Tumbleweed. I last updated yesterday. Today I have 4 packages to upgrade and doing so will drop ruby 3.3. Looks like I also have Ruby 3.4 installed so likely I had a package depending on 3.3 and another on 3.4 and now the 3.3 has moved to 3.4. I regained a whopping 30 MB disk space!
I keep forgetting to run apt autoremove to save even more space.
Nix store go: 😭