To uninstall GitSwarm, follow these steps:
Decide whether to keep GitSwarm data, or not:
To keep GitSwarm data after uninstall, run:
sudo gitswarm-ctl-uninstallTo completely remove all GitSwarm data, run:
sudo gitswarm-ctl cleanseWarning: without a backup, this operation permanently remove all GitSwarm related data.
Uninstall the GitSwarm package.
For uninstalling 2015.3, or earlier:
For Ubuntu:
sudo apt-get purge perforce-gitswarmFor CentOS/RHEL:
sudo yum remove perforce-gitswarmFor uninstalling 2015.4, or later:
For Ubuntu:
sudo apt-get purge helix-gitswarmFor CentOS/RHEL:
sudo yum remove helix-gitswarmOptional: 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 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