# Useful podman snippets ## Remove all currently not required resources ```bash podman system prune -a ``` If your need more fine grained control replace `system` with `container|image|volume|...`.