Purpose

This tutorial aims to provide a comprehensive guide on completely uninstalling the Gala Node Software.

 

Assumptions Made

This article assumes the reader understands the information in the following articles:

Sign Up for a Gala Games and Entertainment Account

Download the Gala Node Software

Install the Gala Node Software on Ubuntu Linux

 

Procedure

Uninstalling The Gala Node Software:

1) Open the Terminal

2) Stop the Gala Node Software and remove the docker containers:

sudo gala-node stop && sudo gala-node remove


3) Delete the Gala Node config file and the Gala Node Software folder:

sudo rm -rf ~/.config/gala-node/ && sudo rm /usr/local/bin/gala-node


4) Remove the Docker package:

sudo apt-get purge docker-ce docker-ce-cli docker.io containerd.io docker-buildx-plugin docker-compose-plugin docker-ce-rootless-extras && sudo rm -rf /var/lib/docker && sudo rm -rf /var/lib/containerd && sudo rm /usr/local/bin/kubectl