Gentoo rpm similar command
Questo articolo è stato pubblicato 7 anni 4 mesi 12 giorni giorni fa quindi alcune informazioni potrebbero non essere più valide. Fai una ricerca nel sito per trovare contenuti più aggiornati sullo stesso tema.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
Alessandro



