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

Linux

5305 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
you are viewing a single comment's thread
view the rest of the comments
[–] 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?