×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

How do I uninstall INDI Web Manager?

  • Posts: 999
  • Thank you received: 155
I continue to have major problems with INDI starting up, and I want to remove INDI Web Manager to reduce one possible source.
I only use my INDI control system via VNC so I don't need the web manager. How do I remove it completely from my system?

Peter
3 years 3 months ago #65721

Please Log in or Create an account to join the conversation.

  • Posts: 269
  • Thank you received: 53
Stopping and disabling the service may be enough
sudo systemctl stop indiwebmanager.service
sudo systemctl disable indiwebmanager.service
Or if you want to completely uninstall:
pip uninstall indiweb
pip may be called pip3 on your system and you may need to use sudo
3 years 3 months ago #65733

Please Log in or Create an account to join the conversation.

Time to create page: 0.182 seconds