Last modified: 22 August 2023

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.