I accidentally selected the options to install MAAS on a fresh install of Ubuntu 12.04. In order to remove the server/service, is it just a matter of "sudo apt-get remove maas"?
14 Answers
To round out:
sudo apt-get purge maas maas-cli maas-cluster-controller maas-common maas-dhcp maas-dns maas-region-controller python-django-maas python-maas-client python-maas-provisioningserver ; apt-get autoremove The Best way is using :
sudo maas initAre you sure you want to initialize again (yes/no) [default=no]?
yesMode (all/region+rack/region/rack/none) [default=all]?
noneThis will disconnect your MAAS from the running database. Are you sure you want to disconnect the database (yes/no) [default=no]?
yesMAAS and services should be stoped.
And to complete remove of bin:
snap remove maas maas-cli I think the answer is yes that is the command to remove a program.
It shouldn't remove any other dependancies, they are files other programs use.
Use purge to remove config files.
sudo apt-get purge maas 2 Right maas uninstalling:
sudo apt-get purge maas ; sudo apt-get autoremove