Uninstall Software Unix

Uninstall Software Unix

If you want to remove any install software from Unix box then just find directory name where software is installed and use rm command to remove it as below:

  • Suppose if you want to uninstall jdk-1.6.0_29-x86_64 from unix box which is located in /usr/java/

rm -r /usr/java/jdk-1.6.0_29-x86_64

  • For more information of remove command please see this tutorial
  • For more information on Unix command please visit Wikipedia

Leave a Reply

Your email address will not be published. Required fields are marked *