Notes

Pacman Uninstall All Non Used Packages

With this command you can grab all packages that are not referenced or manually installed and uninstall them. Source: https://linuxhint.com/remove_package_dependencies_pacman_arch_linux/ sudo pacman -Rs $(pacman -Qdtq)

· 1 min read

Useful Commands

A list of commands I have used and found useful to store for reference