what is the command to uninstall processes in linux?
Answer Posted / venkat
if u r using rhel4
use this command
rpm -e packagename*
if u r using rhel5
use this command
yum remove packagename* -y
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
What is command grouping and how does it work?
What is the use of mv command in linux?
How can I create a file with cmd?
Explain the linux ‘cd’ command options along with the description?
What is cd command used for?
How do I change shell in linux?
What does grep command do?
If the programmer wishes to execute an instruction at the specified time. Which command is used?
What is SFC command?
How can you check the amount of lines in a file?
What is clang format?
How can we increase disk read performance in single command in Linux?
What is df command in linux?
What is apple llvm?
What language is a makefile written in?