@TssReniaSoars@tailswish.industries
Post #2784529
2026-04-30 23:27 UTC
sudo pacman -Rsn $(sudo pacman -Qdtq)
What does this thing do?
-Qdtq? Query -d dependencies -t not directly or optionally required. -q quiet (just package names)
-Rsn? -S Recursively -R remove -n nosave
Ie, if you installed the wrong package, clean up a bit after you -R remove the original one :)
Replies (0)
No replies.