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 should you use to check your file system?

0 Answers  


Who whoami linux?

0 Answers  


What is whois command?

0 Answers  


How do I run a shell script?

0 Answers  


What are whois tools?

0 Answers  






How to hide the partition in grub booting?

0 Answers  


What does f mean linux?

0 Answers  


How do I know my shell?

0 Answers  


What is history command in linux?

0 Answers  


Explain getopts command of linux?

0 Answers  


What is grep command in linux with examples?

0 Answers  


what is jumbi process?

6 Answers   Oracle,


Categories