rokytnji

Free up space in /

Aug 4th, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1.  
  2. Code:
  3. dpkg -reconfigure locales
  4.  
  5.  
  6.  
  7.  
  8. as root in terminal to free up some space first. Then depending on you. Uninstall Cups if you don't print.
  9.  
  10. other tips I used in Antix to keep space free is
  11.  
  12. apt-get remove --purge packagename (remove any app you don't use)
  13. apt-get clean (removes package debs from /var/cache/apt/archives/)
  14. apt-get autoremove --purge (remove packages that are no longer needed)
  15. orphaner --purge (same as above but more advanced)
  16. delete the content of /usr/share/man (manuals)
  17. delete the content of /usr/share/doc (documentation)
  18. delete the content of /usr/src (kernel sources)
  19. delete the content of /usr/share/icons/ (only the ones that you don't use, don't delete hicolor)
  20. delete the content of /var/log (not the folders only the files)
  21. delete the content of /var/cache/flashplugin-nonfree
  22. delete /var/cache/apt/pkgcache.bin and var/cache/apt/srcpkgcache.bin but they are created at every dist-upgrade
Add Comment
Please, Sign In to add comment