

Code: Select all
$ equery list \*|wc -l
1801
Code: Select all
emerge -pc|grep ins
Code: Select all
~ $ qlist -I | wc -l
1054
-------
~ $ emerge -pc|grep ins
Packages installed: 1054Code: Select all
~ $ equery list '*' | wc -l
1034
Code: Select all
~ $ equery -q list '*' | cut -d "/" -f1 | uniq -c | sort -nr
90 media-libs
83 dev-libs
75 virtual
53 dev-python
52 x11-libs
48 sys-apps
47 app-text
44 sys-devel
42 dev-perl
29 dev-util
22 sys-libs
22 acct-group
20 net-libs
19 x11-apps
19 dev-qt
18 sys-kernel
17 media-gfx
16 dev-lang
16 app-arch
15 net-misc
15 media-sound
14 x11-misc
14 media-fonts
14 app-crypt
11 lxqt-base
11 app-eselect
10 acct-user
9 lxde-base
9 dev-cpp
9 cross-riscv64-linux-gnu
9 app-misc
8 sys-fs
6 app-emulation
5 x11-themes
5 sys-firmware
5 dev-embedded
5 app-portage
4 x11-drivers
4 x11-base
4 sys-process
4 sci-libs
4 net-vpn
4 net-dns
4 media-video
4 kde-frameworks
4 gnome-base
4 games-util
4 app-office
4 app-editors
4 app-dicts
3 xfce-base
3 x11-terms
3 perl-core
3 net-analyzer
3 games-misc
3 games-fps
3 dev-java
3 dev-db
3 app-admin
2 x11-wm
2 www-client
2 sys-power
2 sys-boot
2 sys-auth
2 sci-mathematics
2 net-wireless
2 net-print
2 net-firewall
2 net-dialup
2 media-radio
2 games-simulation
2 games-engines
2 app-i18n
2 app-accessibility
1 x11-plugins
1 sci-calculators
1 net-nds
1 net-mail
1 net-irc
1 net-im
1 net-ftp
1 net-fs
1 mail-mta
1 mail-client
1 gui-libs
1 games-sports
1 games-action
1 dev-vcs
1 dev-scheme
1 dev-games
1 app-vim
1 app-shells
1 app-cdr
Code: Select all
~ $ qlist -I | wc -l
823
Code: Select all
~ # equery list '*' | wc -l
293
Code: Select all
Packages installed: 1270
Packages in world: 235
Packages in system: 43
Required packages: 1268
Number to remove: 2Code: Select all
Packages installed: 268
Packages in world: 34
Packages in system: 43
Required packages: 268
Number to remove: 0
Code: Select all
Packages installed: 1114
Packages in world: 49
Packages in system: 43
Required packages: 1114
Number removed: 0
I second eccerr0r in that vote against this disciminatory vote of this threadeccerr0r wrote: hmm... one way:So I can't vote, nothing fits...blew past your biggest option by almost double, that 801-1000 option is nowhere close!Code: Select all
$ equery list \*|wc -l 1801

These are binary packages and their dependencies. Zoom, teams, signal-desktop, pycharm-professional, freetube, element etc. Flatpak updates faster for these than the repo and don't think it makes a performance or logical difference installing either way. Also pulled in gnome boxes to test it out that pulled in some 8 packages (running kde, so don't want gtk dependencies in the core system). Need to remove this.figueroa wrote:23 flatpacks seems extreme. Why bother with Gentoo? Not flaming you. Really curious.

I see your point. I unfortunately need multiple of these apps to interface with clients who each prefer one way of communicating. The repo net-im/teams needed systemd a few months back and didn't work with openrc, so ended up using the flatpak one which was updated - and kept this as a practice for prop binaries. Just tried the repo version and it works now! Think I'll start shifting out from flatpak to the repo where it's available.Hu wrote:It makes a bit of a difference. By design, flatpaks are self-contained, so they duplicate libraries you've already installed locally, and don't share when you run both the pak'd and the native library. Also, although the pak's themselves update faster, it's on the individual pak maintainers to timely apply security fixes to any libraries they bundle.