To uninstall GitSwarm, follow these steps:
Decide whether to keep GitSwarm data, or not:
To keep GitSwarm data after uninstall, run:
sudo gitswarm-ctl-uninstall
To completely remove all GitSwarm data, run:
sudo gitswarm-ctl cleanse
Warning: 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-gitswarm
For CentOS/RHEL:
sudo yum remove perforce-gitswarm
For uninstalling 2015.4, or later:
For Ubuntu:
sudo apt-get purge helix-gitswarm
For CentOS/RHEL:
sudo yum remove helix-gitswarm
Optional: Remove dependencies.
For uninstalling 2015.3, or earlier:
For Ubuntu:
sudo apt-get remove perforce-cli-base perforce-server-base helix-git-fusion-base
For CentOS/RHEL:
sudo yum remove perforce-cli-base perforce-server-base helix-git-fusion-base
For uninstalling 2015.4, or later:
For Ubuntu:
sudo apt-get remove helix-cli-base helix-p4d-base helix-git-fusion-base
For CentOS/RHEL:
sudo yum remove helix-cli-base helix-p4d-base helix-git-fusion-base
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