{`curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash`}
- If you do not have curl
installed, you can try wget
instead:
+ If you do not have curl
installed, you can use
+ wget -O-
instead of
+ curl
.
- {`wget -O- https://repo.jellyfin.org/install-debuntu.sh | sudo bash`}
-
- For more advanced users, the full steps are:
-
-
- {`sudo apt install curl gnupg
-sudo mkdir /etc/apt/keyrings
-DISTRO="$( awk -F'=' '/^ID=/{ print $NF }' /etc/os-release )"
-CODENAME="$( awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release )"
-curl -fsSL https://repo.jellyfin.org/\${DISTRO}/jellyfin_team.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/jellyfin.gpg
-cat <
-
- Note:: If you are running a non-Debian, non-Ubuntu derivative, ensure the $DISTRO
and{' '}
- $CODENAME
are valid Debian or Ubuntu values!
+ For more advanced users, the full steps can be [found in the
+ docs](https://jellyfin.org/docs/general/installation/linux#debuntu).
Once installed, Jellyfin will be running as a service. Manage it with{' '}