kalvn's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
server - How do I free up disk space? - Ask Ubuntu https://askubuntu.com/questions/5980/how-do-i-free-up-disk-space
18/01/2019 21:07:11

Libérer un peu d'espace disque sur un serveur Ubuntu.

# To delete downloaded packages (.deb) already installed (and no longer needed)
$ sudo apt-get clean

# To remove all stored archives in your cache for packages that can not be downloaded anymore (thus packages that are no longer in the repository or that have a newer version in the repository).
$ sudo apt-get autoclean

# To remove unnecessary packages (After uninstalling an app there could be packages you don't need anymore), including old Linux kernels (only if Ubuntu > 16.04)
$ sudo apt-get autoremove
disque ubuntu
3871 links, including 129 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn