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

all 9 comments

sorted by: hot top controversial new old
[–] 6 points 3 years ago (2 children)

This is a piracy community, where people discuss relevant topics. Use Google for simple questions like "how to uninstall programs on Linux"

  • source
  • hideshow 4 child comments
  • [+] 3 points 3 years ago
    [–] 2 points 3 years ago

    this depends on how you installed it

  • source
  • [–] 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
  • [–] 1 point 3 years ago

    Never just delete stuff from Linux unless you know what you're doing. Always remove it using the method you installed it with.

  • source