this post was submitted on 25 Aug 2025
91 points (80.5% liked)

memes

17690 readers
1623 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] henfredemars 26 points 1 month 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 1 month 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 1 month 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 2 points 1 month ago* (last edited 1 month 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 1 month 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 2 points 1 month ago (1 children)

How does one do that, Wise Zorro?

[–] zorro@lemmy.world 1 points 1 month ago* (last edited 1 month 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 1 month 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 1 month 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.