Uninstall Existing version of IraCPA

1. Uninstall Epicode deb packages

Run the commands below

sudo apt purge iracpa
sudo apt purge irabase
sudo apt purge ira-dependency-repo
sudo apt update

2. Uninstall Local Helm

Remove the helm bin:

rm /usr/local/bin/helm

Helm cleanup:

rm -r $HOME/.cache/helm
rm -r $HOME/.config/helm
rm -r $HOME/.local/share/helm

For more information on Uninstallation of local Helm, please refer to this link: https://helm.sh/docs/faq/uninstalling/

3. Uninstall k3s with IraCluster

sudo /usr/local/bin/k3s-uninstall.sh

4. Stop NATS server

sudo systemctl stop nats-server