To completely uninstall BundleWorks from your machine, you need to do the following:
If you have BundleWorks loaded, you can look at the environment variables $BUNDLEWORKS_HOME and $BUNDLEWORKS_WORK to see where BundleWorks is installed.
If you used the recommended locations for installing BundleWorks, you can use the following to uninstall. Note that the chmod command to change permissions is necessary since BundleWorks files are set to 'read only' during installation.
cd /opt/bundles chmod -R u+w bundleworks rm -rf bundleworks cd /local rm -rf bundleworks (Remove BundleWorks loading from /etc/profile, .profile, or other startup files)