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 |
how is "to run even after user logs out"
Display the Disk Usage of file sizes under each directory in currentDirectory ?
What is bc command in unix?
What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device?
how to see the system configuration in your linux system?
Explain about lprm job number?
How do you rate yourself in unix(if 0 is novice and 10 is sys admin)?
In order to display the last five commands you have entered using the fc command, you would type?
Where can I find bash in linux?
I lost a root password and i need to give it, I treid to change it through single usermode even though i am not get a password, then what is the other procedure to give a root password?
What is clang linux?
What is bash command?