• Kalcifer@sh.itjust.works
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    2 months ago

    Try the following command to list all installed packages sorted by size [source]:

    LC_ALL=C.UTF-8 pacman -Qi | awk '/^Name/{name=$3} /^Installed Size/{print $4$5, name}' | LC_ALL=C.UTF-8 sort -h

    There may be some unexpectedly large packages installed.