pacman -Rns $(pacman -Qtdq)
It lists all packages installed as dependencies but no longer required by any packages. You can remove them if you know that you don't use them.
pacman -Rns $(pacman -Qtdq)
It lists all packages installed as dependencies but no longer required by any packages. You can remove them if you know that you don't use them.
相关文章: