this post was submitted on 19 Jun 2026
1001 points (98.6% liked)

Science Memes

20521 readers
1401 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 0 points 1 day ago (1 children)

you know which one it is.

As of the latest dumpster fires over there, they're wanting to hide it nowadays!

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

Dumpster fires? Do you mean the untrusted repository of user-submitted build scripts getting malicious user-submitted content? :P

Keep your official packages and AUR separate, if nothing else at least don't pull from both sources with the same command

[–] Dymonika@beehaw.org 1 points 1 day ago (1 children)

I don't know how Arch works as a Minter here. That's good that there's a separation line... Not sure if Mint's Software Mgr has that...

[–] kuberoot@discuss.tchncs.de 1 points 15 hours ago

I suspect Mint might just not have anything like the AUR.

AUR stands for Arch User Repository, and it's a place where anybody can create a package. But those packages aren't going into a regular repository, instead they're kept as build scripts, simple code that describes how to make a package.

This is useful for two reasons - it allows users to share packages that aren't making it into the official repositories (because not everything will, there's just too much stuff out there), but it can also have things which can't go into the repos due to licensing (because the AUR doesn't distribute the software, just instructions on how to automatically get it)

There's no official utility to install packages from the AUR - you have to find a package you want on the site, clone the repository, and run makepkg to build and install it. And for updates you have to pull changes and rebuild it manually. And you're supposed to check yourself to make sure what you're installing is safe. But there are popular unofficial utilities that are intended to replace Arch's built-in package management, automatically finding packages both in the trusted repositories and the untrusted AUR, with no separation.