SOLVED: jellyfin server - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: jellyfin server (/t-solved-jellyfin-server) |
jellyfin server - jacmath - 2024-07-13 Hi I'm trying to install Jellyfin as a server on a disk with Debian 12 already installed. When I pass the command "sudo apt install jellyfin jellyfin-ffmpeg5 jellyfin-server jellyfin-web" according to the instructions from "linuxcapable.com", I get the following error message: "unit jellyfin.service not found" I would like your help to resolve this problem THANK YOU Jack RE: jellyfin server - TheDreadPirate - 2024-07-13 We have a script to automate Jellyfin's installation on Debian and Ubuntu. Run this on the command line Code: curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash RE: jellyfin server - jacmath - 2024-07-13 Thanks very much It work fine for me, jellyfin is now active and running Jack |