| Summary: | app-portage/portage-utils: qlist: feature request: ability to list only world packages | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Vitaly Zdanevich <zdanevich.vitaly> |
| Component: | Current packages | Assignee: | Fabian Groffen <grobian> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | 89q1r14hd |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Vitaly Zdanevich
2022-05-29 04:45:38 UTC
If you meant for the output of `qlist -I` wouldn't that be the same as `cat /var/lib/portage/world` already gives? But with ability to see the repo name. does `qlist -RI` help with that? It isn't the same as @world though, because that will just list any package being installed (which includes dependencies), while @world only contains packages that you explicitly emerged. I meant qlist -IR `cat $EPREFIX/var/lib/portage/world` Yes this is what I want! Thank you. I'm assuming the invocation suggestion is sufficient here. |