Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How many installed package does your system contain?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
firegurafiku
n00b
n00b


Joined: 16 Oct 2017
Posts: 4
Location: Voronezh, Russia

PostPosted: Mon Oct 23, 2017 8:24 am    Post subject: How many installed package does your system contain? Reply with quote

I turn some I USE flags on, some off, and, finally, got the following overall picture:

Code:
emerge -paev @world
...
Total: 1593 packages (22 upgrades, 9 new, 1562 reinstalls, 1 uninstall)

The list is so long that I cannot scroll the console to its beginning. Seems like a huge load of compilation to me (actually, it's the second day of comipling, with episodic breakage I have to solve).
How many packages an average desktop system running Gentoo usually contain? Am I doing something wrong?`
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30966
Location: here

PostPosted: Mon Oct 23, 2017 8:33 am    Post subject: Reply with quote

My gentoo with plasma and little else for develop:
Code:
$ qlist -I .* | wc -l
1444


My notebook:
Code:
$ qlist -I .* | wc -l
1073

_________________
Questions are guaranteed in life; Answers aren't.


Last edited by fedeliallalinea on Mon Oct 23, 2017 5:21 pm; edited 1 time in total
Back to top
View user's profile Send private message
cboldt
Veteran
Veteran


Joined: 24 Aug 2005
Posts: 1046

PostPosted: Mon Oct 23, 2017 10:23 am    Post subject: Reply with quote

Couple of machines with X and fvwm window manager; one as DNS, mail, print, file server (and probably a few other functions)

Code:
EIX_LIMIT=0 eix -I# | wc


The two machines with X have 921 and 948 packages. The "server" has 719.
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10590
Location: Somewhere over Atlanta, Georgia

PostPosted: Mon Oct 23, 2017 11:04 am    Post subject: Reply with quote

Home multipurpose server:
Code:
~ # equery list -i '*' | wc -l
955
- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
saboya
Guru
Guru


Joined: 28 Nov 2006
Posts: 552
Location: Brazil

PostPosted: Mon Oct 23, 2017 11:25 am    Post subject: Reply with quote

Code:
# equery list -i '*' | wc -l
1008


Desktop for software development, Gnome without systemd.
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10590
Location: Somewhere over Atlanta, Georgia

PostPosted: Mon Oct 23, 2017 12:57 pm    Post subject: Reply with quote

Main development workstation (now that I'm in the office):
Code:
~ # equery list -i '*' | wc -l
1168
I use Plasma, too, and quite a few development tools, so I'm not sure where fedeliallalinea's bloat is coming from. ;)

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
proteusx
Guru
Guru


Joined: 21 Jan 2008
Posts: 338

PostPosted: Mon Oct 23, 2017 1:39 pm    Post subject: Reply with quote

Desktop.
General purpose (KDE-4, no systemd).
Code:
qlist -I | wc -l
3122


File server, backup and email.
Headless, no Xorg, no systemd.
Code:
qlist -I | wc -l
397
Back to top
View user's profile Send private message
Hieronymus Bosch
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jan 2015
Posts: 83
Location: 31°45′33.14″N 106°29′24.63″W

PostPosted: Mon Oct 23, 2017 3:12 pm    Post subject: Reply with quote

General Purpose. Mate Desktop Environment without Systemd
Code:

# equery list -i '*' | wc -l
876

_________________
Details fueled any investigation ...
Back to top
View user's profile Send private message
Ant P.
Watchman
Watchman


Joined: 18 Apr 2009
Posts: 6920

PostPosted: Mon Oct 23, 2017 3:50 pm    Post subject: Reply with quote

Desktop, no systemd or openrc, openbox
Code:
$ find /var/db/pkg -mindepth 2 -maxdepth 2 | wc -l
963

Server, NFS + mail + XMPP
Code:
483
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Mon Oct 23, 2017 4:09 pm    Post subject: Reply with quote

No GUI, no X, pretty minimal. Actually, a recent build I haven't yet decided everything I plan to do with it.

Code:
$ qlist -Iv |wc -l
304

_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Mon Oct 23, 2017 4:22 pm    Post subject: Reply with quote

Desktop 997
Kodi box 415
File server and MythTV backend/frontend 518
All other Gentoo boxes are turned off at the moment.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Mon Oct 23, 2017 5:42 pm    Post subject: Reply with quote

General X workstation with several desktop environments:
Code:
Packages installed:   1061
Packages in world:    138
Packages in system:   44
Required packages:    1059
Number to remove:     2

Workstation with no servers and no X (transitioning to use as a router):
Code:
Packages installed:   260
Packages in world:    43
Packages in system:   44
Required packages:    253
Number to remove:     7

General server with X but only one DE (lumina):
Code:
Packages installed:   862
Packages in world:    122
Packages in system:   44
Required packages:    848
Number to remove:     14
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Mon Oct 23, 2017 9:55 pm    Post subject: Reply with quote

Code:
Total: 921 packages (113 upgrades, 4 new, 3 in new slots, 801 reinstalls, 684 binaries), Size of downloads: 909 512 KiB

my homestation, do i need to update some?
Back to top
View user's profile Send private message
Marlo
Veteran
Veteran


Joined: 26 Jul 2003
Posts: 1591

PostPosted: Tue Oct 24, 2017 12:24 am    Post subject: Reply with quote

Code:
tux ~ # qlist -Iv |wc -l
1660


gnome with systemd, apache, mariadb, php and many media applications.
And a gameplay for virtualbox and vmware.
_________________
------------------------------------------------------------------
http://radio.garden/
Back to top
View user's profile Send private message
mega_flow
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jun 2016
Posts: 84
Location: Belgium

PostPosted: Tue Oct 24, 2017 4:58 am    Post subject: Reply with quote

Quote:
qlist -Iv |wc -l
866


kde-plasma with openrc and elogind.
wine and cantata
Back to top
View user's profile Send private message
_Nomad_
Guru
Guru


Joined: 11 Apr 2003
Posts: 571

PostPosted: Tue Oct 24, 2017 5:59 am    Post subject: Reply with quote

Primary laptop for work (sysadmin)

Code:
equery list -i '*' | wc -l
970
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum