Remove unused dependencies in Arch Linux
This will list all orphans. I find it best to review what packages it lists here first and foremost.
pacman -Qdt
This will remove them all.
pacman -Rsn $(pacman -Qdtq)
This will list all orphans. I find it best to review what packages it lists here first and foremost.
pacman -Qdt
This will remove them all.
pacman -Rsn $(pacman -Qdtq)