Re: Install a package to alternative location

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Fri, Aug 18, 2023 at 04:50:27 +0200, mpan wrote:
> > my system partition is as good as full
>   Other than that, see the extra/ncdu package. Run it as sudo in read-only
> mode (for safety) to find the biggest offenders:
> 
>  sudo ncdu -xr

If space is really that tight, you can accomplish almost the same thing
(it's just not interactive) with something like

$ du -hs * | sort -h

This will list the usage of each item in the current directory, with
sizes in human-friendly units, sorted ascending by size.

It'll generally not be surprising where the biggest directories are, but
just how much these directories use can still be surprising.

I hope this helps!

-- 
Cheers,
Luna Celeste

Attachment: signature.asc
Description: PGP signature


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux