this post was submitted on 23 Jul 2023
-1 points (40.0% liked)

Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ

53925 readers
594 users here now

⚓ 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


💰 Please help cover server costs.

Ko-FiLiberapay


founded 1 year ago
MODERATORS
 

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

top 8 comments
sorted by: hot top controversial new old
[–] Beanerrr@lemmy.world 6 points 1 year 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"

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

[–] BraBraBra@lemmy.world 0 points 1 year ago (1 children)

Readarr is piracy related, and I did do that without results.

[–] theshatterstone54@feddit.uk 3 points 1 year 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

[–] EddyBot@feddit.de 2 points 1 year ago

this depends on how you installed it

[–] AphoticDev@lemmy.dbzer0.com 1 points 1 year ago

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

[–] null@zerobytes.monster 1 points 1 year ago* (last edited 1 year 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