diff --git a/knowledge base/linux/pamac.md b/knowledge base/linux/pamac.md new file mode 100644 index 0000000..b36f7b0 --- /dev/null +++ b/knowledge base/linux/pamac.md @@ -0,0 +1,17 @@ +# Pamac + +## TL;DR + +```shell +# check if updates are available (in aur too) +pamac checkupdates --aur + +# delete all unneded packages and their dependencies from the system +pamac remove --no-save --orphans --unneeded +``` + +## Further readings + +- Manjaro's [Wiki] + +[wiki]: https://wiki.manjaro.org/index.php/Pamac