Comment 15 for bug 1281758

Revision history for this message
Alexis Rodriguez (arod412) wrote :

I ran into this issue today as well. Performing the following can recreate the issue on Ubuntu 18.04.3 LTS:

$ sudo apt remove maas
$ sudo apt remove autoremove
$ sudo apt install maas

This was fixed by the previous suggestion:

$ sudo apt autoremove --purge maas
$ sudo apt install maas