Added pamac notes to the knowledge base

This commit is contained in:
Michele Cereda
2022-04-17 20:34:45 +02:00
parent a592b300f2
commit cea652517d

View File

@@ -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