Do you just delete it in /opt and /var/lib?

you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 3 years ago* (1 child)

Idk but this world is near to end 😔

https://wiki.servarr.com/readarr/installation/linux

Uninstall

To uninstall and purge:

    Warning: This will destroy your application data.

sudo systemctl stop readarr
sudo rm -rf /opt/Readarr
sudo rm -rf /var/lib/readarr
sudo rm -rf /etc/systemd/system/readarr.service
sudo systemctl -q daemon-reload

To uninstall and keep your application data:

sudo systemctl stop readarr
sudo rm -rf /opt/Readarr
sudo rm -rf /etc/systemd/system/readarr.service
sudo systemctl -q daemon-reload
  • source
  • hideshow 2 child comments