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

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

53939 readers
272 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 9 comments
sorted by: hot top controversial new old
[–] [email protected] 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"

[–] [email protected] 10 points 1 year ago

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

[–] [email protected] 1 points 1 year ago (1 children)

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

[–] [email protected] 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

[–] [email protected] 2 points 1 year ago

this depends on how you installed it

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

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
[–] [email protected] 1 points 1 year ago

Incompetent devs. Should be apt remove only.

[–] [email protected] 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.