Ad

PowsiyaBegum
asked Sep 24 2019
Answer
Use the following command to remove the package with the dependencies
#yum erase $(rpm -qa | grep espeak)
-q =query
-a =all

linuxhelp
asked Oct 16 2019
Use the following command to remove the package with the dependencies
#yum erase $(rpm -qa | grep espeak)
-q =query
-a =all
How to remove a package with dependencies on centOS 7.6
Hello,I wanted to install the latest version of espeak ,so i just want to remove the default package espeak,How can it be done on centos 7.6 including dependencies