cannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 9 days agoWhere the AUR users at?lemmy.worldimagemessage-square130fedilinkarrow-up1719arrow-down116
arrow-up1703arrow-down1imageWhere the AUR users at?lemmy.worldcannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 9 days agomessage-square130fedilink
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up7·9 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-squarearschflugkoerper@feddit.orglinkfedilinkarrow-up6·9 days agoThis can be prevented by uninstalling with -Rs Just removing them without user intervention could cause unexpected behavior.
minus-squareCubitOom@infosec.publinkfedilinkEnglisharrow-up2·9 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-up5·9 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·9 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.
This can be prevented by uninstalling with -Rs
Just removing them without user intervention could cause unexpected behavior.
deleted by creator
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