what is the command to uninstall processes in linux?
Answer Posted / 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 |
Post New Answer View All Answers
How do I check dns entry?
What is c++ makefile?
How do I check my cpu speed?
What is free linux?
How many types of dos commands are there?
Explain the free command.
What Command used to lock user password?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
What is git command?
What is the role of case sensitivity in affecting the way commands are used?
What is help command in linux?
Which command is used to compare the files?
What is the use of ls command?
What does the command env do?
Brief about the command kill PID?