3.10. Uninstalling BundleWorks

To completely uninstall BundleWorks from your machine, you need to do the following:

  1. Remove all BundleWorks instances
  2. Remove the BundleWorks installation directory
  3. Remove any changes made load BundleWorks at login time

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)