Uninstall the agent
The Okta RADIUS agent for Linux, installed using RPM, can be uninstalled as follows: As root:
rpm -e ragent
Using sudo:
sudo rpm -e ragent
The Okta RADIUS agent for Linux, installed using APT (.deb installer for Debian versions of Linux), can be uninstalled as follows: As root:
apt-get --purge autoremove ragent
Using sudo:
$ sudo apt-get --purge autoremove ragent