what is the command to uninstall processes in linux?
Answer Posted / khushiram
first find which package you want unistall
than rpm -e sendmail* (this is the package name)
or
yum e sendmail* (than package name)
| Is This Answer Correct ? | 38 Yes | 18 No |
Post New Answer View All Answers
What is type command in linux?
What does in makefile do?
The head command writes the how many lines of a file to screen?
What does uname do in linux?
What is ulimit in linux?
What is a good processor speed?
What is filter command in unix?
What is df -h command?
What is the difference between diff and cmp command in unix?
How do I run multiple commands in linux?
How do I run a script in linux?
Is cmake only for c++?
What is env command in linux?
What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?
How can we increase disk read performance in single command in Linux?