I have some overlay installed. How I can see all packages in there ?
Asked
Active
Viewed 4,023 times
1 Answers
12
You could use eix
tool (from app-portage/eix
):
eix --in-overlay OVERLAY_NAME
From man eix
:
--in-overlay overlay Only match packages with at least one version in an overlay matching overlay.
--only-in-overlay overlay Only match packages which have only versions in an overlay matching overlay.
If you're not familiar with eix
: before use you must must build packages database using eix-update
. You may need to use eix-layman add
first.
Also check out man eix
for more examples.

Serg Kryvonos
- 285

pbm
- 25,387
-
-
-
-
-
Real name for this overlay (defined in
/var/lib/layman/robbat2/profiles/repo_name
) isoverlay-dev/robbat2
, so you should useeix --in-overlay overlay-dev/robbat2
– pbm Nov 29 '12 at 20:19