this post was submitted on 18 Jul 2023
336 points (84.3% liked)
linuxmemes
21172 readers
932 users here now
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 members of the community for any reason.
- 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 will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
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
sudo
in Windows.
- No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
This. I still daily drive arch, and, even though I've rarely had any breaking updates, it's always feels like a gamble. Have to keep a mental note of which critical packages are being updated, just in case I have to rollback the package. Always carrying an install medium with an arch iso when taking my laptop out.
Same. Have to say Ventoy is an amazing tool, my emergency USB stick has 4 distros and Windows, just in case. There is also some Android app that let's you turn your phone into bootable medium
I didn't know you could turn a phone into a bootable medium!
As far as I remember it was DriveDroid and required root. I used to have small ISOs on my phone, like Arch, Super Grub2 Disk, GParted
Interesting. Thanks!
I abandoned ubuntu for that very same experience, found your Ubuntu zen on manjaro instead. Funny how it goes sometimes.
I've only used Manjaro a little bit but isn't it the case the Manjaro holds back updates before rolling them out, thereby messing with stuff if you use the AUR?
My take is they're a little more cautious than full Arch. Arch will just push stuff because it's "ready", Manjaro does at least some testing so I'm not the guinea pig.
I don't have any issues with AUR stuff though, everything pretty much works out of the box.
I toy around with Arch a little bit but sometimes these are the kinds of things that you really don't want to think about. But the tradeoff is latest packages, of course.
How do you roll back packages? Do you use Timeshift or just using pacman?
just
pacman -U /var/cache/pacman/pkg/package-X.Y.Z.tar.xz
or install the downgrade script for a better experience. not sure about timeshift, it sounds like a backup tool to me.This is the Arch way, I feel. Timeshift though, if I'm not mistaken, is a system restore tool, which seems pretty useful though I've never used it myself.