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

  • null@zerobytes.monster
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    11 months ago

    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