you dont need to update every time an update is available.
just update once every couple weeks
Comment on Manjaro Linux Team Goes on Strike, Threatens to Fork the Project
BremboTheFourth@piefed.ca 14 hours agoI just switched from Bazzite to Cachy today. For some reason my disk space got… clogged, with Bazzite? Filelight was no help so I backed everything up, wiped the disk, installed Cachy, replaced my files, and the disk went from being nearly full to only using 600GB. Still not sure what happened there.
Cachy, meanwhile, has asked me to update 4 times in the 4 hours I’ve been using it. Which is fine, I get that Arch is rolling release, but now on the 4th update it keep failing for some reason. Also I can’t have my headphones and speakers plugged in at the same time or my speakers don’t work.
Sigh. All this KDE stuff is nice and flashy, and my games have worked with both Bazzite and Cachy, so I appreciate that, but damn is it tough for me to make a Linux recommendation to anyone else that isn’t just “use Mint, it’s stable.” Anything more in depth turns into a mini essay (see above!)
you dont need to update every time an update is available.
just update once every couple weeks
I know, I just like to see the “up to date” symbol in the toolbar, especially on a fresh install. Like I said, I get that it’s rolling release; the problem isn’t the frequency of updates, it’s that this most recent update keeps failing when I try to install it.
I just have a small counter on my Polybar checking how many packages can be updated. Once it reaches a few hundred, I upgrade.
maybe try refreshing the keyrings first sudo pacman -Sy archlinux-keyring
The tool gdu is very nice for finding space culprits.
Never used Bazzite, but isn’t it heavy on packaged apps with snap or flatpak? Inherently space inefficient (and I despise them both passionately).
Don’t update all the time. I update every couple of days like a maniac, but once every few weeks is fine too.
There’s a distro for every level of “I want to do it myself” vs “I want everything to be made ready for me”.
You probably had snapper making tons of backups. You can open up btrfs assistant and delete some old snapper backups to make room.
Set up the snapper-timeline.timer and set snapshots to only snap on update/remove of packages with snap-pac. Also from the arch wiki,
Create subvolumes for things that are not worth being snapshotted, like /var/cache/pacman/pkg, /var/abs, /var/tmp, and /srv.
du -sh * | sort -h
That’s how I usually try to figure it out
stealth_cookies@lemmy.ca 8 hours ago
Running an Arch based distro comes with a commitment to learning “the Arch way”. You need to be willing to look at the terminal output of pacman and see what the errors mean. Being close to bleeding edge means that on occasion something will fail or end up in a state that you need to resolve. Its usually easy, but you need to pay attention to what pacman is telling you. If that isn’t something someone is interested in there are plenty of other excellent distros out there that will meet their needs.