cannedtuna@lemmy.worldcake to linuxmemes@lemmy.worldEnglish · 6 天前Where the AUR users at?lemmy.worldimagemessage-square130fedilinkarrow-up1714
arrow-up1714imageWhere the AUR users at?lemmy.worldcannedtuna@lemmy.worldcake to linuxmemes@lemmy.worldEnglish · 6 天前message-square130fedilink
minus-squareCubitOom@infosec.publinkfedilinkEnglisharrow-up1·6 天前I don’t trust that everything that outputs from pacman -Qdtq should be deleted. Like I want to keep vlc.
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up4·6 天前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.
minus-squareCubitOom@infosec.publinkfedilinkEnglisharrow-up6·6 天前A 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