this post was submitted on 25 Aug 2025
94 points (80.9% liked)

memes

18121 readers
1554 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
top 48 comments
sorted by: hot top controversial new old
[–] redsand@lemmy.dbzer0.com 32 points 3 months ago (1 children)
[–] Eldritch@piefed.world 12 points 3 months ago (3 children)

You don't even have to use the aur are to have breaking changes. Most recently they changed how vlc was packaged. And broke it causing a lot of problems for users.

[–] redsand@lemmy.dbzer0.com 3 points 3 months ago (1 children)

That's pretty rare. I ran arch for years and my only issues were from AUR or trying to update extremely out of date machines.

[–] Eldritch@piefed.world 5 points 3 months ago (1 children)

I've run arch for years as well. It happens nearly yearly. I've had updates break completely several times. Partial updates. That required significant manual intervention. Etc Etc Etc. Meanwhile my Debian and fedora systems haven't had a hitch in years.

[–] redsand@lemmy.dbzer0.com 2 points 3 months ago (1 children)

I've moved on to gentoo. All the customization and if something breaks I can be sure it's my fault.

[–] Eldritch@piefed.world 2 points 3 months ago (1 children)

I haven't installed gentoo in 20 years. I still like arch for it's glaring flaws. And I do like BSDs ports etc. I probably should go through a gentoo install again to see how it changed. Last time I ran it. Was on a first generation Pentium.

[–] redsand@lemmy.dbzer0.com 1 points 3 months ago

On a beefy machine it's nice. Chromium takes forever.

[–] NukeNPave@lemmy.world 3 points 3 months ago

Or the Linux firmware package change that required manual intervention to resolve.

[–] Linearity@infosec.pub 2 points 3 months ago (1 children)

So THAT’S why it wasn’t working 😭😭😭😭

[–] Eldritch@piefed.world 2 points 3 months ago (1 children)

Oh wow? You still suffering. In case you haven't found the solution. Uninstall VLC. Then reinstall all the VLC bits. Now instead of then all bring in one or two packages. There's tens of then now. MKV support had is own package even.

[–] Linearity@infosec.pub 1 points 3 months ago

THANK YOU I can stop using the flatpak now and free up some storage 😁😁😁

[–] henfredemars@infosec.pub 26 points 3 months ago (3 children)

Really should keep that PPA use to a minimum. They're potentially a source of not just instability but possible malware as you're putting a lot of trust in whoever maintains that resource.

[–] jim3692@discuss.online 4 points 3 months ago

When I use Debian/Ubuntu, I prefer installing missing/outdated software from Nix package manager or Flatpaks.

This way, I can keep a stable core, while being able to enjoy all the latest versions of the apps that I need.

[–] manxu@piefed.social 3 points 3 months ago (2 children)

Especially because there is no way to limit the packages installed from a PPA AFAIK. If the PPA has a "new" version of NGINX, or of libc, or of Wayland - you get it, too!!!

[–] henfredemars@infosec.pub 2 points 3 months ago* (last edited 3 months ago)

Absolutely. Ideally you should have zero PPAs. There’s definitely a cost for using this feature. Most commonly it comes in the form of instability when you end up with incompatible or broken packages because the maintainer wasn’t playing an active enough role. YMMV!

[–] zorro@lemmy.world 1 points 3 months ago (1 children)

You can set packages from a particular repo to a lower priority so that they are only installed when you expressly ask for them

[–] manxu@piefed.social 3 points 3 months ago (1 children)

How does one do that, Wise Zorro?

[–] zorro@lemmy.world 2 points 2 months ago* (last edited 2 months ago) (1 children)

https://wiki.debian.org/AptConfiguration#Using_pinning

The company I work for has a apt repo that both has some tools I like to install, but also maintains super new versions of certain libraries and kernels with configs that would break my laptop.

So I have the priority set low enough that if a package exists in any other repo it it preferred over my companies version.

Also sorry for the slow reply I forgot to check my messages 😄

[–] manxu@piefed.social 1 points 2 months ago

No worries, been there! And thank you very much, it will save me tons of time sifting through updates on the VMs that need PPAs!

[–] thorhop@sopuli.xyz 1 points 3 months ago

I think Fedora's COPR carries on the torch, besides Arch's AUR. But generally, yeah, avoid PPA's like the plague. It's been garbage for years now. You'd be better off actually compiling the software yourself.

[–] marcos@lemmy.world 15 points 3 months ago

Break your system and it's broken.

How unexpected!

[–] ComradeNokotan@lemmy.zip 13 points 3 months ago* (last edited 3 months ago) (2 children)

I saw someone on ml point out that update should come before upgrade

Sauce

[–] bleistift2@sopuli.xyz 10 points 3 months ago (1 children)

update pulls the metadata about your packages (to see if there are new versions, and which), while upgrade applies the patches.

[–] Zwiebel@feddit.org 11 points 3 months ago (1 children)

I've never understood why the update part isn't included in the upgrade command, since upgrade is useless without it

[–] ArsonButCute@lemmy.dbzer0.com 1 points 3 months ago (1 children)

Upgrade will upgrade the system to whatever is newest in your package cache. If, for example, you've just performed a partial upgrade and put yourself into an unsupported state, running upgrade without first running update will put your system back in line with itself.

There probably almost never a reason for this, but its the equivalent of running pacman -u which under normal circumstances you will never do

[–] Zwiebel@feddit.org 3 points 3 months ago

See you perfectly explained why it should be an option to do this but not the default way

[–] victorz@lemmy.world 1 points 3 months ago

I thought I remembered that correctly from my time with Ubuntu like 20 years ago.

[–] TheLeadenSea@sh.itjust.works 9 points 3 months ago* (last edited 3 months ago) (1 children)

presses the big blue 'update' button in GNOME Software in Fedora

[–] Venus_Ziegenfalle@feddit.org 3 points 3 months ago

Checks 'automatic updates' box in Discover

[–] flemtone@lemmy.world 8 points 3 months ago

I find debian more stable than arch, especially when updating.

[–] alk@lemmy.blahaj.zone 7 points 3 months ago* (last edited 3 months ago)
[–] friend_of_satan@lemmy.world 6 points 3 months ago (1 children)
[–] Zwiebel@feddit.org 1 points 3 months ago* (last edited 3 months ago) (1 children)
[–] friend_of_satan@lemmy.world 4 points 3 months ago* (last edited 3 months ago)
[–] Bruhh@lemmy.world 5 points 3 months ago (2 children)
[–] mere@lemmy.blahaj.zone 2 points 3 months ago

yet another yogurt

[–] victorz@lemmy.world 2 points 3 months ago

Paru team chiming in 🫡

[–] jim3692@discuss.online 5 points 3 months ago* (last edited 3 months ago) (1 children)
nix flake update
nixos-rebuild --switch --flake .

# Just to keep an update history
git add flake.lock
git commit -m "update"

This may seem like too much work, but it guarantees an all-or-nothing procedure. If some package is broken, the entire upgrade process is canceled, and the system remains in the state that it was.

I have had a couple of partial upgrade cases on Arch. It was not fun live booting to repair it, every time this happened.

[–] SomethingBurger@jlai.lu 2 points 3 months ago (1 children)

I've had updates fail on NixOS. A kernel update didn't generate the initramfs and the system wouldn't boot. Booting to a previous generation and reapplying the update fixed it.

This is very rare, though, and unlike Arch can be fixed without a Live USB.

[–] jim3692@discuss.online 2 points 3 months ago

A kernel update didn't generate the initramfs

This sounds like a bug on Nix configuration, or the kernel build process.

If NixOS had caught the error, you wouldn't have gotten a faulty generation at all. This is different from pacman/apt/dnf, which will happily continue the upgrade, resulting in a broken system with no easy way to fix it.

[–] whoisthedoktor@lemmy.wtf 4 points 3 months ago

Who the fuck still uses PPA?

[–] Randelung@lemmy.world 4 points 3 months ago

Upgraded three systems to Debian 13 in the last few days. Went without a hitch. One Proxmox, one media server and player, one workstation.

Wayland still doesn't work, but that's apparently because of the noVideo drivers.

[–] Laser@feddit.org 3 points 3 months ago

The second y in Syyu is almost always unneeded and just wastes time and bandwidth. Is i remember correctly, it only makes sense when for example you switch mirrors

[–] daggermoon@lemmy.world 3 points 3 months ago (1 children)

Do you actually need - Syyu or is - Syu fine? I have only really used the latter.

[–] NorthWestWind@lemmy.world 2 points 3 months ago

The only difference is that -Syyu forces the database to update

To explain what database means in short, it tells pacman what packages are available in different repos (e.g. core, extra). In some rare cases, the time of the database update may be incorrectly marked, and pacman would not know there are new packages/versions. -Syyu should be used in this case.

[–] napkin2020@sh.itjust.works 2 points 3 months ago (1 children)
[–] Twig@sopuli.xyz 1 points 3 months ago
[–] mvirts@lemmy.world 1 points 3 months ago

Y u no pipe yes into apt 🙃