You are not logged in.

#1 2013-08-06 09:07:47

Torxed
Member
Registered: 2013-01-10
Posts: 202

[SOLVED] List installed applications including size of application

for ARG in $(pacman -Qq); do echo -n "$ARG : "; echo $(pacman -Si $ARG 2>/dev/null | head -n1 | cut -d ':' -f2); done

This gets me close, but i need to get the installed size of each application as well, is this possible some how?
The reason is because i fu*** up my install a year back, i sized / to 5GB instead of 50GB, it's been working fine even with gimp, some kde stuff and what not installed but now i'm down to 50MB free and i need to fiddle around with some USB tools which has some front-ends that takes ~160MB..

Any idea how to go about listing the size of all installed applications?

Last edited by Torxed (2013-08-06 09:59:02)

Offline

#2 2013-08-06 09:31:26

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] List installed applications including size of application

pacsysclean -h

Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2013-08-06 09:58:52

Torxed
Member
Registered: 2013-01-10
Posts: 202

Re: [SOLVED] List installed applications including size of application

I knew there would be a native way, thank you!

Offline

#4 2013-08-06 11:29:23

forumache
Member
From: Netherlands
Registered: 2011-09-02
Posts: 57

Re: [SOLVED] List installed applications including size of application

Also pacman -Sc will remove downloaded packages which are not used anymore (uninstalled or upgraded). Might help you with your space problem.

Offline

#5 2013-08-06 14:55:19

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] List installed applications including size of application

Offline

Board footer

Powered by FluxBB