this post was submitted on 15 Jul 2025
321 points (93.5% liked)
Linux
56538 readers
607 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Would a flatpak would survive this update? I do use arch on some computers but with several flatpaks for some applications that I feel will be safer - but i don't really know.
Maybe i just update and see what happens.
The whole point of the update is to avoid the silly Windows-like mentality of flatpack. It splits the package up so you can choose what you want instead of installing a bunch of crap you won't ever use. If OP had been awake while doing a full upgrade on his bleeding edge system, he would have noticed.
Surely that can be OPs choice.
If a user has a large number of programmes they might not want to hand hold updates of all of them each time.
If they choose only the handful they want from arch repo or aur then they might have a quicker update and find it easier to stay awake.
I'd think it should be up to them if they want to trade off bloat vs the burden of an update.
I find, especially for AUR stuff the update can become vexatious.
Of course it's his choice, it's his system.
The general advice is that handpicking updates from main repos is a big no-no. There are only a couple of reasons you would ever need that, like updating
archlinux-keyring
on a very outdated system.Even on my 13 year old install with many thousands of packages, it's not hard to spot if anything is out of the ordinary when doing huge upgrades. You should pay attention.
That being said, I often just do
pacman -Syu --noconfirm && poweroff
these days. It's so rare that anything breaks and I can very easily fix it if it does.