cannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 8 days agoWhere the AUR users at?lemmy.worldimagemessage-square130linkfedilinkarrow-up1720arrow-down116
arrow-up1704arrow-down1imageWhere the AUR users at?lemmy.worldcannedtuna@lemmy.world to linuxmemes@lemmy.worldEnglish · 8 days agomessage-square130linkfedilink
minus-squareCubitOom@infosec.publinkfedilinkEnglisharrow-up2·8 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·8 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·8 days agoA simple install kept it orphaned. Instead I needed to run sudo pacman -D --asexplicit vlc
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