what is the command to uninstall processes in linux?
Answers were Sorted based on User's Feedback
Answer / ravi babu
yum remove sendmail* -y
y means with yes confirmation
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raguraman sify tech
Please confirm your question is uninstall processes or packages?
Here everybody mentioned uninstall package. Except
Mr.Rallapalli who updated ans to uninstall process
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anand jain
To uninstall the RPM in linux
rpm -e <following the package name >
for Ex: (rpm -e yum-3.2.25-1.fc12.noarch)
you can get the full package details with version by this cmd
rpm -qa | grep <name of the package>
Ex: rpm -qa |grep yum
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / murph
service <sevice_name> stop
ie:
service httpd stop
| Is This Answer Correct ? | 1 Yes | 6 No |
What is clang llvm?
Why bash is used in linux?
How do I create a .txt file?
How we can set the password length in linux?
What language is clang written in?
What does curl command do in linux?
how is the possible the "last 10 files present in the current directory and stores them in the file list".
What is the difference between find and locate command in linux?
What is build process?
What is the symbol of linux?
What is the difference between command ‘ping’ and ‘ping6’?
What is chainloading?