Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

How do I identify which overlays (if any) contain a particular package/application?

share|improve this question

1 Answer

up vote 2 down vote accepted

I don't think there is an automated system to search through overlayes by specific package name. what you can do is:

  • run layman -L to see the available overlays and guess based on their names if they have the package you are looking for.
  • search here: http://gpo.zugaina.org/
  • google for 'gentoo package_name'
share|improve this answer
+1 for gpo.zugaina.org – lkraav Feb 22 at 8:32
Looks like you are right. I tried Paludis with cave show <package-name> which can show package's repository, but it searches only in overlays already added to layman AFAIK. I'll wait 2 days to accept your answer. Thanks. – A.D. Feb 22 at 17:21

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.