This is a piracy community, where people discuss relevant topics. Use Google for simple questions like "how to uninstall programs on Linux"
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ
⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.
Rules • Full Version
1. Posts must be related to the discussion of digital piracy
2. Don't request invites, trade, sell, or self-promote
3. Don't request or link to specific pirated titles, including DMs
4. Don't submit low-quality posts, be entitled, or harass others
Loot, Pillage, & Plunder
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
Please don't use Google. Use some other search engine like Duck Duck Go.
Readarr is piracy related, and I did do that without results.
Just an app. If you're on Debian/Ubuntu/derivatives like Mint and MXLinux, use sudo apt purge <name-of-app> && sudo apt autoremove
this depends on how you installed it
Never just delete stuff from Linux unless you know what you're doing. Always remove it using the method you installed it with.
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