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 command would you use to create an empty file without opening it to edit it?

0 Answers  


What is command grouping?

0 Answers  


How do I list directories in linux?

0 Answers  


I have my default runlevel is init5 now i have configured to init 3,now i wanna run my system in init3 process without reboot the system .How will you do for this scenario?

6 Answers   Span Systems,


What is the difference between rmdir and rm r?

0 Answers  






In order to improve your system’s security you decide to implement shadow passwords. What command should you use?

0 Answers  


What does the top command display?

10 Answers   iNautix, Yahoo,


what is nis server?

4 Answers   IBM,


1). What are the situation in process is duplicate is linux box.? 2) Give me 5 situation to kill a process?

1 Answers   Perot Systems,


How does grep work in linux?

0 Answers  


What is ulimit command?

0 Answers  


can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance

1 Answers  


Categories