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

PowsiyaBegum
asked Sep 24, 2019
1 Answer
1

Use the following command to remove the package with the dependencies

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

-q =query
-a =all

View More
linuxhelp
answered Oct 16, 2019
Your Answer
||||
x
 
100:0