deviceplane
deviceplane copied to clipboard
How to uninstall deviceplane from device?
Is there a method to make a clean uninstall from a Linux device? I like to test the device registration with my Ubuntu laptop and remove the installed program in between as well as at the end of my tests.
I second this, I want to remove deviceplane from a system where it's spamming my journal with errors about docker and there seems to be no way to do it at all.
I removed deviceplane from my Raspberry Pi using the following steps:
sudo systemctl stop deviceplane-agent.service
sudo rm -r /etc/deviceplane /var/lib/deviceplane /etc/systemd/system/deviceplane-agent.service
sudo systemctl daemon-reload