deviceplane icon indicating copy to clipboard operation
deviceplane copied to clipboard

How to uninstall deviceplane from device?

Open jwillmer opened this issue 5 years ago • 2 comments

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.

jwillmer avatar Jun 17 '20 10:06 jwillmer

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.

mkjeller avatar Aug 31 '20 23:08 mkjeller

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

AdamVig avatar Nov 10 '20 03:11 AdamVig