Last active
January 14, 2022 06:28
-
-
Save keckelt/eb78cc473321771d760d533644c3358f to your computer and use it in GitHub Desktop.
Cleanup Script for Docker, Conda, and Ubuntu packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
sudo apt autoremove | |
conda clean --all --yes | |
docker system prune --all --force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment