Last modified: 7 April 2024

How do I remove old cached versions of packages?


Running the following command will remove unused packages from the cache.

% conda clean --all

Note that you cannot specify packages individually.