1 Answer
Use the following command to remove the package with the dependencies
#yum erase $(rpm -qa | grep espeak)
-q =query
-a =all
Your Answer
x