AMP AMP
AMP
0
AMP

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
a sample image
PowsiyaBegum
asked Sep 25 2019

Answer

AMP
0
AMP

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
a sample image
linuxhelp
asked Sep 25 2019
edited Sep 25 2019
Post your Answer