2024-04-11, 05:02 PM
Something is lingering, but I don't know where. Are you ok with purging Jellyfin and starting over? You have nothing you need to preserve, correct? If so, follow these directions to ensure we have a clean start.
Now we are going to manually delete Jellyfin's data dir and config dir.
Install from our repo via the auto-install script
It will automatically start the Jellyfin service.
Code:
sudo systemctl stop jellyfin
sudo apt purge jellyfin*
Now we are going to manually delete Jellyfin's data dir and config dir.
Code:
sudo rm -rf /var/lib/jellyfin /etc/jellyfin
Install from our repo via the auto-install script
Code:
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash
It will automatically start the Jellyfin service.