Skip to main content

Home

Uninstalling Unity app

To uninstall the Unity app, you must stop and clean up the Unity One app and the App Comparator.

Caution

Ensure to backup the config.py file before you uninstall the Unity app.

Stop and clean up the App Comparator

  1. Go to the bin folder in the installed location of the comparator app ($UNRAVEL_HOME/data/apps/AppComparator/bin/).

  2. Run the following script to stop the App Comparator:

    ./stop.sh
  3. Ensure that all the associated processes of the App Comparator have stopped.

    ps -ef | grep <port>

    In some cases, this might take a few seconds.

  4. Ensure that the app is no longer available via a browser. Open any of the following URLs and check:

    • http://<hostname>:8050/

    • https://<hostname>:8050/

  5. Delete the $UNRAVEL_HOME/data/apps/AppComparator folder.

    rm -rf AppComparator

Stop and clean up the Unity One app

  1. Go to the bin folder in the installed location of the Unity One app($UNRAVEL_HOME/data/apps/unity-one/src).

  2. Run the following script to stop the App Comparator:

    ./stop.sh
  3. Ensure that all the associated processes of the Unity One app have stopped.

    ps -ef | grep unity

    In some cases, this might take a few seconds.

  4. Ensure that the app is no longer available via a browser. Open any of the following URLs and check:

    • http://<hostname>:8111/

    • https://<hostname>:8111/

  5. Delete the $UNRAVEL_HOME/data/apps/unity-one folder and the existing unity-app-47.tar.gz file located at $UNRAVEL_HOME/data/apps/.

    rm -rf unity-one unity-app-47.tar.gz