πŸ’­ pacman/Tips and tricks - ArchWiki ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ !https://wiki.archlinux.org/title/pacman/Tips_tricks Date: July 6, 2024 pacman/Tips and tricks - ArchWiki wiki.archlinux.org The arch wiki is always full of good content, and pacman tips and tricks does not disappoint. Today I discovered this command to remove orphaned dependencies on my system. ``` pacman -Qdtq | pacman -Rns - ``` NOTE β”‚ This post is a thought . It’s a short note that I make about someone else’s content online #thoughts