mamba clean
Remove unused packages and caches
Options
Name | Description |
---|---|
-a, --all | Remove index cache, lock files, unused cache packages, and tarballs |
-i, --index-cache | Remove index cache |
-p, --packages | Remove unused packages from writable package caches |
-t, --tarballs | Remove cached package tarballs |
-f, --force-pkgs-dirs | Remove all writable package caches |
-l, --logfiles | Remove log files |
--locks | Remove lock files |
-c, --tempfiles <file...> | Remove temporary files that could not be deleted earlier due to being in-use. Argument is path(s) to prefix(es) where files should be found and removed |
-d, --dry-run | Only display what would have been done |
--json | Report all output as json. Suitable for using conda programmatically |
-q, --quiet | Do not display progress bar |
-v, --verbose |
|
-y, --yes | Do not ask for confirmation |