Ad

PowsiyaBegum
asked Sep 25 2019
Answer
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"

linuxhelp
asked Sep 25 2019
edited Sep 25 2019
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