what is the command to uninstall processes in linux?

Answer Posted / khushiram

first find which package you want unistall
than rpm -e sendmail* (this is the package name)
or
yum e sendmail* (than package name)

Is This Answer Correct ?    38 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to hide the partition in grub booting?

553


Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.

838


How do I find my user id in linux?

516


Which of the following tasks cannot be accomplished with the touch command?

556


What does pwd mean in linux?

544






What is the use of ls command?

489


How do I check cpu usage?

578


Explain the ‘ls’ command in linux

552


What is c++ makefile?

535


How do I permanently delete linux history?

528


What command should you use to check the number of files and disk space used and each user’s defined quotas?

586


What are vim commands?

525


What does mkdir mean?

636


How do I clear terminal command history?

568


Is makefile a shell script?

554