Uninstall - CHERTS/pgscv GitHub Wiki
Uninstall
- Stop systemd service
systemctl stop pgscv
systemctl disable pgscv
- Remove systemd unit file
rm -f /etc/systemd/system/pgscv.service
systemctl daemon-reload
- Remove config file and binary
rm -f /etc/default/pgscv
rm -f /etc/pgscv.yaml
rm -f /usr/sbin/pgscv