To uninstall bcron just follow these instructions.
sudo apt-get remove bcron
This will remove just the bcron package itself.
sudo apt-get remove --auto-remove bcron
This will remove the bcron package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for bcron then this will work.
sudo apt-get purge bcron
Or similarly, like this bcron
sudo apt-get purge --auto-remove bcron
Package | bcron |
Version | 0.10-3 |
Maintainer | Ubuntu Developers <[email protected]> |
Description | Bruce's cron system (programs) |
Distro | ubuntu |
Release | wily |
Repo | universe |
Section | universe/admin |