Uninstall
If you need to completely remove CoreSight from your server:
- Stop and disable the service:bash
sudo systemctl stop coresight sudo systemctl disable coresight - Remove the systemd service file:bash
sudo rm /etc/systemd/system/coresight.service - Remove the installation directory:bash
sudo rm -rf /opt/coresight - Remove the dedicated system user:bash
sudo userdel coresight
