cannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 23 days agoWhere the AUR users at?lemmy.worldimagemessage-square95fedilinkarrow-up1625arrow-down116
arrow-up1609arrow-down1imageWhere the AUR users at?lemmy.worldcannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 23 days agomessage-square95fedilink
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up7·23 days agoshit, I had 150 orphaned packages pacman -Qdtq | pacman -Rns - I made an alias for this, but IMO this cleanup should be automatic. The user didn’t install it themselves after all.
minus-squareCubitOom@infosec.publinkfedilinkEnglisharrow-up2·23 days agoI don’t trust that everything that outputs from pacman -Qdtq should be deleted. Like I want to keep vlc.
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up3·23 days agoI think if you do pacman -S vlc it won’t be orphan anymore though. I removed everything, if I miss something I’ll install it again.
minus-squareCubitOom@infosec.publinkfedilinkEnglisharrow-up7·23 days agoA simple install kept it orphaned. Instead I needed to run sudo pacman -D --asexplicit vlc
shit, I had 150 orphaned packages
pacman -Qdtq | pacman -Rns -I made an alias for this, but IMO this cleanup should be automatic. The user didn’t install it themselves after all.
I don’t trust that everything that outputs from
pacman -Qdtqshould be deleted. Like I want to keepvlc.I think if you do pacman -S vlc it won’t be orphan anymore though. I removed everything, if I miss something I’ll install it again.
A simple install kept it orphaned. Instead I needed to run
sudo pacman -D --asexplicit vlc