logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

DPigs - Analyze Disk Usage on Linux | Online Free DevTools by Hexmos

Analyze disk usage effectively with DPigs on Linux systems. Identify large packages consuming space and optimize your system. Free online tool, no registration required.

dpigs

Show which installed packages occupy the most space on apt based systems. More information: https://manned.org/dpigs.

  • Display the n largest packages on the system:

dpigs {{[-n|--lines]}} {{n}}

  • Use the specified file instead of the default dpkg status file:

dpigs {{[-s|--status]}} {{path/to/file}}

  • Display the largest source packages of binary packages installed on the system:

dpigs {{[-S|--source]}}

  • Display package sizes in human-readable format:

dpigs {{[-H|--human-readable]}}

  • Display help:

dpigs {{[-h|--help]}}

See Also