Gentoo rpm similar command

I usually used this command
rpm -qa | grep keyword
to search what version of a package I’ve installed, or to search some packages with a keyword or a string in the name.
Gentoo Linux has a very similar command, epm:
epm -qa | grep keyword
will do the same thing. If you don’t have it, just
emerge epm

Gentoo rpm similar command
Torna su