what is the command to uninstall processes in linux?
Answer Posted / ravi
yum remove <packagename>* -y
eg:yum remove sendmail* -y
y means with yes confirmation
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are grep commands?
Why we use pwd command in linux?
What is cmake in linux?
What does (cd dir && command) do?
What is df command in linux?
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
How do you save a file in linux?
What is finger in networking?
What is bash command?
What does f mean linux?
How to root mirror in linux?
What is FC command?
Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.
What is the command can be run to remove all the rules in an iptable table?
What is the difference between find and locate command in linux?