Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 847997 - app-portage/portage-utils: qlist: feature request: ability to list only world packages
Summary: app-portage/portage-utils: qlist: feature request: ability to list only world...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-29 04:45 UTC by Vitaly Zdanevich
Modified: 2024-01-02 13:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Zdanevich 2022-05-29 04:45:38 UTC
For smaller output.
Comment 1 Niklāvs Koļesņikovs 2022-05-29 11:27:09 UTC
If you meant for the output of `qlist -I` wouldn't that be the same as `cat /var/lib/portage/world` already gives?
Comment 2 Vitaly Zdanevich 2022-05-31 04:22:39 UTC
But with ability to see the repo name.
Comment 3 Fabian Groffen gentoo-dev 2022-06-01 07:58:21 UTC
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.
Comment 4 Fabian Groffen gentoo-dev 2022-06-01 07:59:47 UTC
I meant

qlist -IR `cat $EPREFIX/var/lib/portage/world`
Comment 5 Vitaly Zdanevich 2022-06-01 13:23:51 UTC
Yes this is what I want! Thank you.
Comment 6 Fabian Groffen gentoo-dev 2024-01-02 13:01:13 UTC
I'm assuming the invocation suggestion is sufficient here.