Differentiating emerge package counts by set (@world, @system, deps) #2229
Closed
hydrospherics
started this conversation in
Ideas
Replies: 3 comments 1 reply
-
|
@CarterLi please see, thank you :) |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Please file a feature request with the paths for querying the information. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
relocated to #2230 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just a question for the maintainer and anyone out here: currently, fastfetch reports all emerge packages as a single count, conflating
@world,@system, and pulled-in dependencies. Poor Portage getting discriminated while nixpkgs gets first-class treatment..As per the Gentoo Wiki on Package Sets,
@systemand@profileare "defined by the Gentoo development team" as the base set of packages required for the OS to function, so essentially system-level metadata.Since fastfetch already differentiates
nix-systemandnix-user, Portage deserves the same parity. Calculating these essentially costs nothing, it's just reading/var/lib/portage/worldand the profile'spackagesfile.Counts would be mutually exclusive:
total - (@world + @system) = deps. Two formats on the table:1:
2 (much like
nix-system/nix-user):or whichever you guys prefer, I'll try and see.
Beta Was this translation helpful? Give feedback.
All reactions