reminder that you can just run "dnf up" for update
linuxmemes
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry of any kind will not be tolerated. This is an LGBTQ+-friendly community -- if that is a problem for you, you should leave.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudoin Windows. - No porn, no politics, no trolling or ragebaiting.
- Don't come looking for advice, this is not the right community.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves / tolerates / hates> systemd, and wants to interject for a moment. You can stop now.
5. 🇬🇧 Language/язык/Sprache
- This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed.
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
I have 9gb to download to update my arch system. At this point it isn't even a rolling distro anymore 😭
For me the legacy nVidia driver put on the AUR is a no-go. Even before that, non-fiber internet added friction to updating especially when I forgot about it for a while (or when manual intervention is needed).
I installed Void Linux on an old machine, I think updating might be more forgiving but the packaging system isn't quite as good* and for some things I'd have to rely on appimages (I don't want redundancy from Flatpak etc).
Tumbleweed/Slowroll might be a better answer if I didn't hate Patterns.
* after adding some applications, already had to manually install missing dependencies, optional dependencies is also not handled
Good to know that void worked out for you, but I'm using linux for ease of use, and arch is plenty easy to use for me after all these years, so I'm gonna stay here lol
And I hate appimages, flatpaks are much better (when paired with a good and fast app store, like Bazaar)
topgrade
Buddy, are you sure about that pacman -syu tho? I used to run several different rolling release distros and i wouldnt call them smooth. Like its no windows update but its not that simple either.
Oh thanks, forgot to update my system yesterday.
sudo nixos-rebuild switch
I know the advantage of nixos is super easy deployment but for a single desktop what advantage does it offer? I am an atomic fedora user myself.
Roll back to a previous version, source control your configuration to record all your changes, install services for your packages to configure them, switch to a new version without rebooting
peace of mind?
or
nh os switch .
if you're feeling fancy
winget isn't perfect but it has improved things (and i say this as someone who switched to linux as a daily driver)
Put nix flake update on the left side though lol, shit will rebuild your whole system for one minor version bump
*cries in AUR supply chain attacks*
FR, I have had so few problems wiþ arch updates in þe past couple of years my update flow has become
$ archnews
$ pacman -Syu --noconfirm
$ yay -Qu # review and cautiously update 1 at a time
Þe last step used to be a for loop on yay -Qu output, but þe attacks have me being far more cautious. Still, þe issue is wiþ security, not þat I'm concerned about anyþing breaking. It happens, but it's always a package issue and not a package manager one.
E.G., a new dovecot version utterly broke all config file backwards compatibility and took down my IMAP server for a couple of frustrating days, until I downgraded it. Þat's dovecot's fault, not Arch's.