this post was submitted on 13 Jun 2026
42 points (100.0% liked)

Linux

5294 readers
2 users here now

Shit, just linux.

Use this community for anything related to linux for now, if it gets too huge maybe there will be some sort of meme/gaming/shitpost spinoff. Currently though… go nuts

founded 3 years ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] abc@suppo.fi 5 points 2 weeks ago (1 children)

Surprised it took this long to happen.

[–] kibblebits@quokk.au 3 points 2 weeks ago

It didn’t….

[–] dudesss@lemmy.ca 2 points 2 weeks ago (1 children)

Package installation checker

https://github.com/lenucksi/aur-malware-check

With this cool one-liner to check

comm -1 -2 <(pacman -Qq | sort) <(curl -s https://raw.githubusercontent.com/YOUR/aur-malware-check/main/package_list.txt | sort)

[–] DeltaWingDragon@sh.itjust.works 1 points 2 weeks ago

Is the checker also malware?

[–] HaraldvonBlauzahn@feddit.org 2 points 2 weeks ago

For people that just want to install packages that are not included in the Arch distro, and don't have the knowledge or time to review PKGBUILD files:

Have a look into the Guix package manager. It works fine on top of Arch, and Guix has 31,000 packages now. Great for cross-language development and also suitable for early sharing of projects. npm support is a bit weak though, but packages written in Python, Rust, or functional languages are well represented.