⌊ K™¦krizzna.web.id ⌉

Sekedar coretan seorang nyubi

How to uninstall programs/applications in RedHat Linux 9?

Posted on

Now,I’m using RedHat Linux 9 as my personal computer operating system.But I don’t know how to uninstall programs or applications,I cannot find file with name,for example,”Uninstall”.Especially,to delete applications with resources codes.

Share and Enjoy:
  • printfriendly How to uninstall programs/applications in RedHat Linux 9?
  • digg How to uninstall programs/applications in RedHat Linux 9?
  • delicious How to uninstall programs/applications in RedHat Linux 9?
  • facebook How to uninstall programs/applications in RedHat Linux 9?
  • yahoobuzz How to uninstall programs/applications in RedHat Linux 9?
  • twitter How to uninstall programs/applications in RedHat Linux 9?
  • googlebookmark How to uninstall programs/applications in RedHat Linux 9?
  • email link How to uninstall programs/applications in RedHat Linux 9?
  • linkedin How to uninstall programs/applications in RedHat Linux 9?
  • live How to uninstall programs/applications in RedHat Linux 9?
  • myspace How to uninstall programs/applications in RedHat Linux 9?
  • pdf How to uninstall programs/applications in RedHat Linux 9?
  • plurk How to uninstall programs/applications in RedHat Linux 9?
  • slashdot How to uninstall programs/applications in RedHat Linux 9?
  • technorati How to uninstall programs/applications in RedHat Linux 9?
  • tumblr How to uninstall programs/applications in RedHat Linux 9?
  • hackernews How to uninstall programs/applications in RedHat Linux 9?

Tags: , , ,


  • a s

    If the file is a rpm which stands for redhat package manager there are pretty easy to uninstall. You can go for the gui and it is called package manager to uninstall. Or you can go to the terminal and type as root# rpm -e whatever you are trying to install. To find programs that you are unsure of the name giving at the point of install type as root which filename like to find ymessenger for yahoo messenger you would type: as root# which ymessenger. IF you go through the rpm version of uninstall it should uninstall completely. If you are talking about tgz, bgz, or tar formats commonly known as source file you type inside what ever directory they are in and type make uninstall.