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 does r mean linux?
What is the makefile in c?
What is cd in cmd?
Which commands are used to set a processor-intensive job to use less cpu time?
What does mkdir mean in linux?
What is Syntax of any Linux command?
What does chmod 644 do?
Brief about the command nn?
What is linux pwd (print working directory) command?
What are the linux commands used in devops?
What does curl command do in linux?
What is history command in linux?
What are the commands used in command prompt?
Information technology is widely used in
How to write the output of a command to a file?