Uninstall BeyondCron

To unistall BeyondCron, and optionally delete its associated data and users, run the command /opt/beyondcron/sbin/uninstall.

Example

root# /opt/beyondcron/sbin/uninstall
Would you like to remove the the package beyondcron [Y/N/Q]: Y
Would you like to remove the BeyondCron data directories /var/bc-agent /var/bc-server /var/bc-web [Y/N/Q]: Y
Would you like to delete the BeyondCron users bc-daemon bc-web [Y/N/Q]: Y
Would like to remove /etc/sudoers.d/90-beyondcron [Y/N/Q]: Y

The following commands will be executed:   /usr/bin/dpkg --purge beyondcron rm -rf /var/bc-agent /var/bc-server /var/bc-web userdel -r bc-daemon userdel -r bc-web rm /etc/sudoers.d/90-beyondcron

Are you sure that you wish to continue [Y/N/Q]: Y

(Reading database ... 81516 files and directories currently installed.) Removing beyondcron (5.230429.0~d) ... Stopped service bc-agent Removed service configuration file /etc/bc-agent.conf Service bc-agent removed Stopped service bc-server Removed service configuration file /etc/bc-server.conf Service bc-server removed Stopped service bc-web Removed service configuration file /etc/bc-web.conf Service bc-web removed Purging configuration files for beyondcron (5.230429.0~d) ...

root#