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

  • @[email protected]
    link
    fedilink
    English
    61 year ago

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

    • @CookieJarObserver
      link
      English
      1011 months ago

      Please don’t use Google. Use some other search engine like Duck Duck Go.

      • @[email protected]
        link
        fedilink
        English
        311 months ago

        Just an app. If you’re on Debian/Ubuntu/derivatives like Mint and MXLinux, use sudo apt purge <name-of-app> && sudo apt autoremove

  • @[email protected]
    link
    fedilink
    English
    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
    
  • AphoticDev
    link
    fedilink
    English
    111 months ago

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