this post was submitted on 19 Jun 2026
1167 points (98.1% liked)

Science Memes

20600 readers
788 users here now

Welcome to c/science_memes @ Mander.xyz!

A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.



Rules

  1. Don't throw mud. Behave like an intellectual and remember the human.
  2. Keep it rooted (on topic).
  3. No spam.
  4. Infographics welcome, get schooled.

This is a science community. We use the Dawkins definition of meme.



Research Committee

Other Mander Communities

Science and Research

Biology and Life Sciences

Physical Sciences

Humanities and Social Sciences

Practical and Applied Sciences

Memes

Miscellaneous

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Dymonika@beehaw.org 2 points 1 week ago (1 children)

Oh, so it's like a second, unofficial Software Manager. That sounds scary.

[–] kuberoot@discuss.tchncs.de 2 points 1 week ago (1 children)

Well, yes and no. If you're using any graphical utility to install software, you're already using something similar, since the actual package manager in a distro is usually a commandline utility, and you're using a wrapper around it. Those unofficial package managers don't actually mess with your system files (at least for the most part), they just look at package lists, dependencies, and automatically build AUR packages as necessary before handing everything off to the actual package manager.

The scary bit isn't the package manager being unofficial, it's how it puts untrusted packages on the same level as trusted packages, letting you install it unknowingly.

[–] Dymonika@beehaw.org 1 points 1 week ago

Gotcha, thanks for the explanation. I'm sure something has been done about it by now!