Shell/Bash: pacman remove unused dependencies Example
Shell/Bash Example: This is the "pacman remove unused dependencies" Example. compiled from many sources on the internet by SimpleTutorials.org
pacman remove unused dependencies
sudo pacman -Rsn $(pacman -Qdtq)
* Summary: This "pacman remove unused dependencies" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!