I have juju running locally using LXC, and I'd like to completely remove it. Is removing the juju package enough, or do I need to go hunt down other things as well?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
||||
|
|
|
If you have a running environment first you need to destroy it. If you have data you care about on those instances make sure to copy it someplace else! You can then destroy the environment:
You then need to remove and purge lxc and it's associated dependencies (unless you plan on using LXC containers for something else.) In your
then you'll need to remove that as well, as well as |
|||
|
|