Last modified: 26 January 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.