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 use nslookup in linux?
Where can I find bash in linux?
Explain trap command of linux?
Explain about system and user utilities?
What is ll command in unix?
What is mkdir?
Who linux commands?
What does f mean linux?
What would be the result of issuing the command cat phonenos?
What is kill command?
How do you save a file in linux?
What signal is ctrl c?
Which command will show you free/used memory? Does free memory exist on linux?
What is cpu utilization linux?
What is know about grep commands?