Uninstallation

Uninstallation Process

The following describes the process for uninstalling WebtoB:

  1. Terminate the running WebtoB.

    $ wsdown
    wsdown: Shutting down Webtob.
    wsdown: Webtob(pid: 17611) is terminated.
  2. Delete the WebtoB installation directory. If any files need to be preserved, move them to a separate path.

  3. Remove environment variables. At this time, remove the three environment variables added during WebtoB installation from the '.profile' or '.bash_profile' file.

    WEBTOB6_HOME_PATH=/home/tmax/webtob;        export WEBTOB6_HOME_PATH
    WEBTOB6_CONFIG_FILE_NAME=webtob-config.yaml; export WEBTOB6_CONFIG_FILE_NAME
    PATH=${WEBTOB6_HOME_PATH}/bin:$PATH;         export PATH

Uninstallation Verification

Check if WebtoB has been deleted properly as follows:

  • Verifying Files Deletion

    Ensure that all files related to WebtoB have been deleted.

  • Verifying Environment Variables deletion

    Ensure that the environment variables and paths added to the PATH variable have been completed deleted.