Page 1 of 1

How big is yours?

Posted: Sun May 03, 2015 5:02 am
by machinebacon

Code: Select all

dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -rn|more | awk '{ print $1 }' | paste -sd+ | bc 

1376080 here (heavily raped Hipster with GTK3, XFCE and a lot of useless shit)

Re: How big is yours?

Posted: Sun May 03, 2015 7:30 am
by GekkoP

Code: Select all

~ % dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -rn|more | awk '{ print $1 }' | paste -sd+ | bc 
4490536
Damn.

Re: How big is yours?

Posted: Sun May 03, 2015 7:39 am
by vic

Code: Select all

 dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -rn|more | awk '{ print $1 }' | paste -sd+ | bc 
2042951
One of my BORK!s

Re: How big is yours?

Posted: Sun May 03, 2015 8:30 am
by machinebacon
It's over 9000 :D

Re: How big is yours?

Posted: Sun May 03, 2015 12:27 pm
by dkeg
*Fresh* Victory install.

Code: Select all

1030537

Re: How big is yours?

Posted: Sun May 03, 2015 2:01 pm
by rhowaldt
Bork with Openbox, i3 and herbstluftwm: 1856002

Re: How big is yours?

Posted: Sun May 03, 2015 2:43 pm
by bones
Ubuntu 15.04, fresh install:

3236272

Re: How big is yours?

Posted: Sun May 03, 2015 4:58 pm
by ivanovnegro
Stretching sid:

4270142

Re: How big is yours?

Posted: Sun May 03, 2015 6:46 pm
by machinebacon
Old Haggis:

1497692

Re: How big is yours?

Posted: Sun May 03, 2015 8:09 pm
by wuxmedia

Code: Select all

wux@numenor:~$ dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -rn|more | awk '{ print $1 }' | paste -sd+ | bc
bash: bc: command not found
wux@numenor:~$ ins bc
:D

1501733

Re: How big is yours?

Posted: Sun May 03, 2015 9:06 pm
by machinebacon
wcalc maybe? :D