How big is yours?

Linux and BBQ related polls
machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

How big is yours?

Unread post by machinebacon » Sun May 03, 2015 5:02 am

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)
..gnutella..

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5877
Joined: Tue Sep 03, 2013 7:05 am

Re: How big is yours?

Unread post by GekkoP » Sun May 03, 2015 7:30 am

Code: Select all

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

User avatar
vic
Godot
Posts: 2109
Joined: Wed Oct 17, 2012 10:11 am
Location: /bin

Re: How big is yours?

Unread post by vic » Sun May 03, 2015 7:39 am

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
Sorry guys, no signature for a while, too busy with life. :|

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: How big is yours?

Unread post by machinebacon » Sun May 03, 2015 8:30 am

It's over 9000 :D
..gnutella..

User avatar
dkeg
Configurator
Posts: 3782
Joined: Sun Nov 18, 2012 9:23 pm
Location: Mid-Atlantic Grill

Re: How big is yours?

Unread post by dkeg » Sun May 03, 2015 12:27 pm

*Fresh* Victory install.

Code: Select all

1030537

Work hard; Complain less

User avatar
rhowaldt
Dog
Posts: 4565
Joined: Wed Oct 17, 2012 9:01 am
Contact:

Re: How big is yours?

Unread post by rhowaldt » Sun May 03, 2015 2:01 pm

Bork with Openbox, i3 and herbstluftwm: 1856002
All statements are true in some sense, false in some sense, meaningless in some sense, true and false in some sense, true and meaningless in some sense, false and meaningless in some sense, and true and false and meaningless in some sense.

User avatar
bones
Clooney
Posts: 2385
Joined: Fri Jun 28, 2013 11:47 pm
Location: Cascadia

Re: How big is yours?

Unread post by bones » Sun May 03, 2015 2:43 pm

Ubuntu 15.04, fresh install:

3236272

User avatar
ivanovnegro
Minister of Truth
Posts: 5448
Joined: Wed Oct 17, 2012 11:12 pm

Re: How big is yours?

Unread post by ivanovnegro » Sun May 03, 2015 4:58 pm

Stretching sid:

4270142

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: How big is yours?

Unread post by machinebacon » Sun May 03, 2015 6:46 pm

Old Haggis:

1497692
..gnutella..

User avatar
wuxmedia
Grasshopper
Posts: 6445
Joined: Wed Oct 17, 2012 11:32 am
Location: Back in Blighty
Contact:

Re: How big is yours?

Unread post by wuxmedia » Sun May 03, 2015 8:09 pm

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
"Seek, and Ye shall find"
"Github | Chooons | Site"

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: How big is yours?

Unread post by machinebacon » Sun May 03, 2015 9:06 pm

wcalc maybe? :D
..gnutella..

Post Reply