Properly uninstall Loraserver

What is the correct way to uninstall all modules :

-bridge
-app-server
-net-server

That depends on how you installed each component:

  • .tar.gz file: remove the binaries + config files
  • apt: apt remove ... (also look into purge instead of remove, man apt is your friend)
  • Docker: docker rm ...