To uninstall bcfg2-server just follow these instructions.
sudo apt-get remove bcfg2-server
This will remove just the bcfg2-server package itself.
sudo apt-get remove --auto-remove bcfg2-server
This will remove the bcfg2-server package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for bcfg2-server then this will work.
sudo apt-get purge bcfg2-server
Or similarly, like this bcfg2-server
sudo apt-get purge --auto-remove bcfg2-server
Package | bcfg2-server |
Version | 1.3.5-2ubuntu1 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://bcfg2.org/ |
Description | Configuration management server |
Distro | ubuntu |
Release | wily |
Repo | universe |
Section | universe/admin |