GitSwarm 2016.3-2 Documentation


Uninstall GitSwarm

To uninstall GitSwarm, follow these steps:

  1. Decide whether to keep GitSwarm data, or not:

    1. To keep GitSwarm data after uninstall, run:

      sudo gitswarm-ctl-uninstall
    2. To completely remove all GitSwarm data, run:

      sudo gitswarm-ctl cleanse

      Warning: without a backup, this operation permanently remove all GitSwarm related data.

  2. Uninstall the GitSwarm package.

    1. For uninstalling 2015.3, or earlier:

      1. For Ubuntu:

        sudo apt-get purge perforce-gitswarm
      2. For CentOS/RHEL:

        sudo yum remove perforce-gitswarm
    2. For uninstalling 2015.4, or later:

      1. For Ubuntu:

        sudo apt-get purge helix-gitswarm
      2. For CentOS/RHEL:

        sudo yum remove helix-gitswarm
  3. Optional: Remove dependencies.

    1. For uninstalling 2015.3, or earlier:

      1. For Ubuntu:

        sudo apt-get remove perforce-cli-base perforce-server-base helix-git-fusion-base
      2. For CentOS/RHEL:

        sudo yum remove perforce-cli-base perforce-server-base helix-git-fusion-base
    2. For uninstalling 2015.4, or later:

      1. For Ubuntu:

        sudo apt-get remove helix-cli-base helix-p4d-base helix-git-fusion-base
      2. For CentOS/RHEL:

        sudo yum remove helix-cli-base helix-p4d-base helix-git-fusion-base
  4. Optional: Remove the GitSwarm directory:

    After removing all GitSwarm data, and the GitSwarm packages and dependencies, the directory /opt/gitswarm may continue to exist. If so and you wish to remove this directory, run:

    sudo rm -rf /opt/gitswarm