what is the command to uninstall processes in linux?

Answers were Sorted based on User's Feedback



what is the command to uninstall processes in linux?..

Answer / ravi babu

yum remove sendmail* -y

y means with yes confirmation

Is This Answer Correct ?    0 Yes 0 No

what is the command to uninstall processes in linux?..

Answer / anjani patel

yum remove packagename

Is This Answer Correct ?    0 Yes 0 No

what is the command to uninstall processes in linux?..

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

what is the command to uninstall processes in linux?..

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

what is the command to uninstall processes in linux?..

Answer / venkat

rpm -ev <software-name>

To Uninstall a software or package or processes.

Is This Answer Correct ?    1 Yes 3 No

what is the command to uninstall processes in linux?..

Answer / rajkapoor

rpm -e

Is This Answer Correct ?    0 Yes 5 No

what is the command to uninstall processes in linux?..

Answer / murph

service <sevice_name> stop

ie:

service httpd stop

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Linux Commands Interview Questions

What is df command in unix?

0 Answers  


What is command grouping and how does it work?

0 Answers  


Is cmake only for c++?

0 Answers  


How lilo is useful in linux?

0 Answers  


How do I do a whois search?

0 Answers  






What is grep command?

0 Answers  


when zombie process fully cleared?

4 Answers   HP,


How do I create a .txt file?

0 Answers  


What do you mean by directory?

0 Answers  


What command would you use to create an empty file without opening it to edit it?

0 Answers  


What is $@ in shell?

0 Answers  


You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?

0 Answers  


Categories