where does portage install packages to when I emerge?

Posted on

Problem :

When portage installs a package after I emerge some-package where is it installed – my pwd or a specified directory?

Solution :

emerge -n portage-utils && qlist -e package

I see it’s specified in the ebuild file. Cool.