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 is the use of man command in linux?
What do you mean by directory?
How do you copy in linux terminal?
How do I permanently set ulimit in linux?
Which command would you use to create a file system on a new hard drive?
Information technology is widely used in
What is the use of cp p command?
You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose
What could be the problem when a command that was issued gave a different result from the last time it was used?
What does pwd mean in linux?
How do I list all processes in linux?
What is nslookup command?
How many types of commands are there in linux?
What is the export command used for?
What is grep command?