cm0002@europe.pub to Linux@sh.itjust.works · 1 month agoArch Linux Now Believes Malware Incident Under Control: More Than 1,500 Affected Packageswww.phoronix.comexternal-linkmessage-square4fedilinkarrow-up142cross-posted to: technology@lemmy.worldlinux@lemmy.mlarchlinux@lemmy.ml
arrow-up142external-linkArch Linux Now Believes Malware Incident Under Control: More Than 1,500 Affected Packageswww.phoronix.comcm0002@europe.pub to Linux@sh.itjust.works · 1 month agomessage-square4fedilinkcross-posted to: technology@lemmy.worldlinux@lemmy.mlarchlinux@lemmy.ml
minus-squaredudesss@lemmy.calinkfedilinkarrow-up2·1 month agoPackage 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)
minus-squareDeltaWingDragon@sh.itjust.workslinkfedilinkarrow-up1·1 month agoIs the checker also malware?
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)Is the checker also malware?