1

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

CentOS YUM Command remove command Add a comment
PowsiyaBegum
asked Sep 24 2019

Answer

1

Use the following command to remove the package with the dependencies

#yum erase $(rpm -qa | grep espeak)

-q =query
-a =all

Add a comment
linuxhelp
asked Oct 16 2019
Post your Answer