What command could be used to find all packages with the string ‘mail’ within the package name?

What command could be used to find all packages with the string ‘mail’ within the package name?

What command could be used to find all packages with the string ‘mail’ within the package name?

A.
find / -name ‘*mail*’

B.
rpm -qf /usr/bin/mail

C.
rpm -qa | grep mail

D.
locate mail



Leave a Reply 0

Your email address will not be published. Required fields are marked *