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

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

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"

Add a comment
linuxhelp
asked Sep 25 2019
edited Sep 25 2019
Post your Answer