Instructions for uninstalling Tenon packages on Snow Leopard (Mac OS X 10.6) or Mountain Lion (Mac OS X 10.8)


The iTools uninstaller is now made from a pair of command line scripts: /Library/Tenon/System/Scripts/tenonPkgs and /Library/Tenon/System/Scripts/tenonPkgDelete. The tenonPkgs script shows which Tenon applications are installed. The tenonPkgDelete script takes a package name from the tenonPkgs list and removes it. So if tenonPkgs produces a list like:

iTools9

MySQL

PHP

Then tenonPkgDelete may be run to uninstall individual packages. This script may be run from a Terminal window as follows:

cd /Library/Tenon/System/Scripts/

sudo ./tenonPkgs

sudo ./tenonPkgDelete MySQL

or

sudo ./tenonPkgDelete PHP

or

sudo ./tenonPkgDelete iTools9