Skip to content

Instantly share code, notes, and snippets.

@morad7
Created October 16, 2017 13:13
Show Gist options
  • Save morad7/aeac63ff7560aa24b16c73dc2ea59197 to your computer and use it in GitHub Desktop.
Save morad7/aeac63ff7560aa24b16c73dc2ea59197 to your computer and use it in GitHub Desktop.
Remove temp files - Ubuntu
//Try the below command to remove temp files,
sudo rm -rf /tmp/*
apt-get autoremove //will remove automatically all unused packages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment