Uninstall XO
-
I have XO built from source on a VM with some other stuff, installed just to see how it does its thing. Now I'd like to install it on its own smaller VM and get rid of it from the larger "test" VM. What would be the best way to clean it off that host?
Thanks!
-
Issuing the command
sudo rm -rf /opt/xen-orchestra
will remove the bulk of it. -
And then just delete the redis.service references and I'm good?
Thanks!
-
It depends where you decided to install it (basically where you cloned to repo). Also remove the redis database if it's only used for XO.