0

How to remove a Single Package including its dependencies on centos

Hello,I just want t o know the command to remove the single package with its dependencies .

THanks

PowsiyaBegum
asked Sep 25, 2019
1 Answer
0

try tunning the below to remove a package with its dependencies.

"yum remove "package name"

Now verify it from the installed packages through the below command

yum list installed "Package Name"

To check the dependencies available,use the below command

yum list installed "dependency package name"

View More
linuxhelp
answered Sep 25, 2019
Your Answer
||||
x
 
100:0