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
What make install does?
What are the 4 kinds of sentences with examples?
What is the difference between cd and cd in linux?
How much ram do I have linux?
How to recover /etc/passwd file and /etc/shadow file?
Why we use pwd command in linux?
Why ms dos is used?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc..?
What is pwd in linux command?
What is the makefile in c?
What does uname command do?
why context switching time should be minimum? How it depends on hardware support?
Which daemon is used for scheduling of the commands?
What is the command can be used to check for file corruption?
You issue the command head * what would the resulting output be?