Files
oam/knowledge base/pamac.md
2023-07-09 20:48:18 +02:00

28 lines
451 B
Markdown

# Pamac
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
## TL;DR
```sh
# 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]
<!--
References
-->
<!-- Upstream -->
[wiki]: https://wiki.manjaro.org/index.php/Pamac