• 1 Post
  • 6 Comments
Joined 1 year ago
cake
Cake day: June 25th, 2025

help-circle


  • I think CachyOS is very nice - it’s as simple to setup as Bazzite for gaming but you don’t have to virtualize software that doesn’t come as a flatpak so it’s more flexible. As another commenter said, btrfs gives a really nice safety margin. The only prpblem is that Arch-based distros like Cachy should be updated quite frequently(I wouldn’t go longer than two weeks) so its not good for secondary PCs you interact with infrequently.



  • The flag -y refreshes the package list (like apt update). For some reason, you use the flag -yy to force it to clear the whole package list and redownload everything.

    To allow package downgrades when upgrading you use -uu.

    These are very commonly suggested fixes to arch package management problems, for example when you leave your arch install to suit for too long, it will be impossible to update it because of dependency problems. So you google it and people are saying to run “pacman -SSyyuu” or other such commands.

    Those additional options should be their own flags, command line flags should be idempotent (it should flip a switch on, doing it multiple times shouldn’t change anything).