2024-08-09, 06:39 AM
How did you go about adding a repo for Jellyfin to Debian? Hopefully you used one of the options here: https://jellyfin.org/docs/general/instal...-using-apt
failed because it is missing dependencies. For some reason, libvpx6 is uninstallable on your system.
What does your /etc/apt/sources.list look like?
Normally if something were misconfigured, systemctl status jellyfin would exit with something other than "SUCCESS"
I would try starting the service one more time, or even reboot the system if you haven't already
Code:
sudo apt install jellyfin
What does your /etc/apt/sources.list look like?
Normally if something were misconfigured, systemctl status jellyfin would exit with something other than "SUCCESS"
Code:
Main PID: 1476 (code=exited, status=0/SUCCESS)
I would try starting the service one more time, or even reboot the system if you haven't already
Code:
sudo systemctl start jellyfin