Skip to content

Instantly share code, notes, and snippets.

@Zoobdude
Created July 6, 2023 19:30
Show Gist options
  • Save Zoobdude/4a972358a820ac8c5038440e7836fd70 to your computer and use it in GitHub Desktop.
Save Zoobdude/4a972358a820ac8c5038440e7836fd70 to your computer and use it in GitHub Desktop.
Completely remove jellyfin
#!/usr/bin/env.
systemctl disable jellyfin
systemctl stop jellyfin
apt purge jellyfin-server
apt purge jellyfin-web
apt autoremove
rm -r /$HOME/.local/share/jellyfin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment