How many packages do you have installed?

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

How many packages do you have installed?

Unread post by machinebacon » Sat May 02, 2015 4:37 pm

Let's count the bloat:

Code: Select all

dpkg --get-selections | wc -l
On my XFCE4 + Chinese + IME system it's 759.

:blush:
..gnutella..

User avatar
stark
MILF
Posts: 521
Joined: Sat Sep 27, 2014 6:38 pm
Location: Arpanet
Contact:

Re: How many packages do you have installed?

Unread post by stark » Sat May 02, 2015 4:42 pm

Code: Select all

pacman -Q | wc -l
Only install, 686 Packages.
If you can do it go ahead and do it, if you can't do it then don't even criticize it. - gingerdesu

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

Re: How many packages do you have installed?

Unread post by GekkoP » Sat May 02, 2015 4:49 pm

Bloated as hell here.

Code: Select all

~ $ dpkg --get-selections | wc -l
1845

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

Re: How many packages do you have installed?

Unread post by machinebacon » Sat May 02, 2015 4:52 pm

^ Sounds like Java :D
..gnutella..

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

Re: How many packages do you have installed?

Unread post by GekkoP » Sat May 02, 2015 4:54 pm

^ Yep: jre is here, but also dependencies for building other stuff too. Then Libreoffice with all its borkage. I know, I am the bloated man on this lappy.

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

Re: How many packages do you have installed?

Unread post by machinebacon » Sat May 02, 2015 4:56 pm

Whatever strikes your banana :D
..gnutella..

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

Re: How many packages do you have installed?

Unread post by dkeg » Sat May 02, 2015 5:45 pm

New Victory install, but already have added most of the stuff I need

Code: Select all

635
My summer install after 1 year

Code: Select all

896

Work hard; Complain less

User avatar
rust collector
Motörhead
Posts: 536
Joined: Mon Jan 13, 2014 3:56 pm
Location: no_nb

Re: How many packages do you have installed?

Unread post by rust collector » Sat May 02, 2015 7:13 pm

apathetic abalone plus a few thingies

Code: Select all

787

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

Re: How many packages do you have installed?

Unread post by ivanovnegro » Sat May 02, 2015 8:27 pm

Old sid man with

2093

packages and still upgrading all the shit.

Come on Kex, I know you could beat me.

uname
Troll
Posts: 3
Joined: Fri May 01, 2015 1:22 pm

Re: How many packages do you have installed?

Unread post by uname » Sat May 02, 2015 8:55 pm

Code: Select all

dpkg --get-selections | wc -l
1640
The problem is not the count but the size

Code: Select all

dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -rn|more

User avatar
Dr_Chroot
Alfalfa
Posts: 1100
Joined: Mon Jun 09, 2014 9:49 pm
Location: among the sagebrush
Contact:

Re: How many packages do you have installed?

Unread post by Dr_Chroot » Sat May 02, 2015 11:55 pm

Oh boy, I need to clean up here. 1829.
Fight internet censorship.
EFF | Tor Project | Bitcoin

"There have been times throughout American history where what is right is not the same as what is legal. Sometimes to do the right thing you have to break the law." - Edward Snowden

User avatar
darry1966
CLIt Licker
Posts: 398
Joined: Mon Mar 09, 2015 9:13 am
Location: New Zealand

Re: How many packages do you have installed?

Unread post by darry1966 » Sun May 03, 2015 2:27 am

717 on Chicken wings latest edition.
LinuxBBQ is Sexy. Runs BBQ Stable.

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

Re: How many packages do you have installed?

Unread post by bones » Sun May 03, 2015 2:57 am

Bloated as all hell:

Code: Select all

john@blackwolf:~$ dpkg --get-selections | wc -l
1915

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

Re: How many packages do you have installed?

Unread post by machinebacon » Sun May 03, 2015 4:58 am

uname wrote:

Code: Select all

dpkg --get-selections | wc -l
1640
The problem is not the count but the size

Code: Select all

dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -rn|more

That's the total:

Code: Select all

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

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

Re: How many packages do you have installed?

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

955 here.
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.

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

Re: How many packages do you have installed?

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

Old Haggis: 596

Actually only Chrome, Emacs, some X11 apps, some smaller WMs.
..gnutella..

User avatar
rust collector
Motörhead
Posts: 536
Joined: Mon Jan 13, 2014 3:56 pm
Location: no_nb

Re: How many packages do you have installed?

Unread post by rust collector » Sun May 03, 2015 7:11 pm

On the fat-client, with a netinstall/tmux/such, 390

User avatar
rust collector
Motörhead
Posts: 536
Joined: Mon Jan 13, 2014 3:56 pm
Location: no_nb

Re: How many packages do you have installed?

Unread post by rust collector » Sun May 03, 2015 7:11 pm

not sure why, but I got a double post

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

Re: How many packages do you have installed?

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

Code: Select all

wux@numenor:~$ dpkg --get-selections | wc -l
914
on BORK!
not as bad as I thought :)
"Seek, and Ye shall find"
"Github | Chooons | Site"

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

Re: How many packages do you have installed?

Unread post by vic » Wed Jun 10, 2015 8:12 am

On a not too bloated BORK! install, yet. :)

Code: Select all

vic@grill:~$  dpkg --get-selections | wc -l
619

Post Reply