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
What are grep patterns called?
What does cd do in linux?
What is finger in networking?
What are commands in grammar?
How do I start ms dos?
What command should you use to check your file system?
How many cmd commands are there?
How do I find hostname in linux?
What are linux commands useful?
How find ip address linux?
Which of the commands will replace all occurrences of the word rate with the word speed in the file racing?
What is command grouping?
How do I get to root directory in linux?
What are different command to check ram, process and hdd of linux machine?
Is llvm a virtual machine?