1 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"
Your Answer
x