Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/federicoceratto/debian-slimmer
Estimate the disk space used by installed packages, including dependencies
https://github.com/federicoceratto/debian-slimmer
apt debian disk disk-usage
Last synced: 3 days ago
JSON representation
Estimate the disk space used by installed packages, including dependencies
- Host: GitHub
- URL: https://github.com/federicoceratto/debian-slimmer
- Owner: FedericoCeratto
- License: gpl-3.0
- Created: 2017-02-22T22:22:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T17:02:31.000Z (almost 8 years ago)
- Last Synced: 2024-12-28T04:16:16.919Z (12 days ago)
- Topics: apt, debian, disk, disk-usage
- Language: Python
- Homepage: https://salsa.debian.org/debian/debian-slimmer
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
Slimmer
~~~~~~~Estimate the amount of disk space used by installed packages, including dependencies.
Usage:
slimmer.py [-h] [-d] [-n N] [--explore-var]
optional arguments:
-h, --help show this help message and exit
-d, --debug Show debugging output
-n N Number of packages to display (default: 50)
--explore-var Account for disk space used by /var/cache, /var/lib, /var/log
It requires read access to /var/* (e.g. running as root)image::demo.gif[Success]