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

Did you work with linux? What flavors and versions?

5 Answers   HP,


Which command will show you free/used memory? Does free memory exist on linux?

0 Answers  


What is netstat command in linux?

0 Answers  


How do you open a command prompt when issuing a command?

0 Answers  


What is cd command used for?

0 Answers  






Who command in linux?

0 Answers  


What is the use of ls command?

0 Answers  


What is cpu in linux?

0 Answers  


Which of the Commands delete the files from the /tmp directory, issued by non-root user?

0 Answers  


What are the basic command in linux?

0 Answers  


What is the purpose output of cd command?

0 Answers  


What command should you use to check your file system?

0 Answers  


Categories