I know someones already asked this ? before but i searched and couldnt find it
Could someone give me the commands on how to uninstall bin files and rpms in linux
Printable View
I know someones already asked this ? before but i searched and couldnt find it
Could someone give me the commands on how to uninstall bin files and rpms in linux
What kind of distro do you use, you can also remove programs without the terminal and do it
with system update. Please be a little bit more specific.
Hey is this the right forum to post this question???? (I suggest that u move it to a more aprpriate forum).
Nyways wht distro you are using ?
:)
what forum should i move it to?
Redhat 9.1
Ignore the comment about the correct forum. They were thinking about the LInux Security forum on this site. This is the correct forum for this type of question. While you probably will get your answer to your question here it would get answered quicker at a site forum dedicated to linux. There are many. Just google "Linux Forum" Here is one I found.
http://www.linuxforum.com/forums/
Good Luck
hjack
Depending on your distro, redhat for example has install tools you can also uninstall with, Mandrake has the Mandrake control center where you update your box, install programs and also uninstall.
As su try:
rpm -qa | grep package_name to get the details of the exact package name
and then rpm -e exact_package_name
To list all packages install to a file to browse rpm -qa>packages.txt
HTH
Steve
/edit
Or just install apt & synaptic and you can do it GUI.