On RHEL server, if I remember correctly, I installed mariadb client by running:
yum install mariadb
Now I want to safely and cleanly uninstall it, how do I do it?
I know that this task might be dangerous because uninstalling a software cleanly requires uninstalling its dependencies as well, but other software might be using those dependencies as well. it can be hard to tell which dependencies are still being used and which aren't.
I don't want to mess up things on server so I ask here first for correct instruction.