To uninstall GitSwarm EE, follow these steps:
Decide whether to keep GitSwarm EE data, or not:
To keep GitSwarm EE data after uninstall, run:
sudo gitswarm-ctl-uninstallTo completely remove all GitSwarm EE data, run:
sudo gitswarm-ctl cleanseWarning: without a backup, this operation permanently remove all GitSwarm EE related data.
Uninstall the GitSwarm EE package.
For uninstalling 2015.3, or earlier:
For Ubuntu:
sudo apt-get purge perforce-gitswarm-eeFor CentOS/RHEL:
sudo yum remove perforce-gitswarm-eeFor uninstalling 2015.4, or later:
For Ubuntu:
sudo apt-get purge helix-gitswarm-eeFor CentOS/RHEL:
sudo yum remove helix-gitswarm-eeOptional: Remove dependencies.
For uninstalling 2015.3, or earlier:
For Ubuntu:
sudo apt-get remove perforce-cli-base perforce-server-base helix-git-fusion-baseFor CentOS/RHEL:
sudo yum remove perforce-cli-base perforce-server-base helix-git-fusion-baseFor uninstalling 2015.4, or later:
For Ubuntu:
sudo apt-get remove helix-cli-base helix-p4d-base helix-git-fusion-baseFor CentOS/RHEL:
sudo yum remove helix-cli-base helix-p4d-base helix-git-fusion-baseOptional: Remove the GitSwarm EE directory:
After removing all GitSwarm EE data, and the GitSwarm EE 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