Jellyfin Forum
Install server on Debian testing Triexie - 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: Install server on Debian testing Triexie (/t-install-server-on-debian-testing-triexie)

Pages: 1 2


Install server on Debian testing Triexie - jope84 - 2025-05-03

Hi i am trying to install jellyfin server on Debian testing Trixie via script from download page on jellyfin.org.
But i get this error.  Is there a guide how to fix this?


Found the following details from '/etc/os-release':
  Real OS:            debian
  Repository OS:      debian
  Repository Release: trixie
  CPU Architecture:  amd64
If this looks correct, press <Enter> now to continue installing Jellyfin.

> Fetching repository signing key.

> Installing Jellyfin repository into APT.
Types: deb
URIs: https://repo.jellyfin.org/debian
Suites: trixie
Components: main
Architectures: amd64
Signed-By: /etc/apt/keyrings/jellyfin.gpg

> Updating APT repositories.
Hit:1 http://deb.debian.org/debian testing InRelease
Get:2 http://security.debian.org/debian-security testing-security InRelease [48.0 kB]
Hit:3 http://deb.debian.org/debian testing-updates InRelease
Ign:4 https://repo.jellyfin.org/debian trixie InRelease
Err:5 https://repo.jellyfin.org/debian trixie Release
  404  Not found [IP: 68.183.204.194 443]
Error: The repository 'https://repo.jellyfin.org/debian trixie Release' does not have a Release file.
Notice: Updating from such a repository can't be done securely, and is therefore disabled by default.
Notice: See apt-secure(Nerd-face manpage for repository creation and user configuration details.
Notice: Some sources can be modernized. Run 'apt modernize-sources' to do so.
ERROR: Failed to update APT repositories. Something is wrong with your APT sources, GPG keys, or Internet connection. Try again shortly or use https://jellyfin.org/contact to find us for troubleshooting.


RE: Install server on Debian testing Triexie - Generator - 2025-05-03

There are only packages for stable and old-stable
https://repo.jellyfin.org/?path=/server/debian

You can try using docker instead

https://jellyfin.org/docs/general/installation/container


RE: Install server on Debian testing Triexie - jope84 - 2025-05-03

(2025-05-03, 05:29 PM)Generator Wrote: There are only packages for stable and old-stable 
https://repo.jellyfin.org/?path=/server/debian

You can try using docker instead

https://jellyfin.org/docs/general/installation/container

I tested this script and same fault.   In script it says that Trixie is supported.

The reason i run debian testing is fore i have activate  intel Vgpu in proxmox and Debian 12 are to old for the drivers


RE: Install server on Debian testing Triexie - Generator - 2025-05-03

What script?

Have you tried the official installation?
https://jellyfin.org/docs/general/installation/linux

If you're running on proxmox why not install on Ubuntu server instead, that could probably soulve the GPU issue


RE: Install server on Debian testing Triexie - nellePoint - 2025-05-18

(2025-05-03, 09:43 PM)Generator Wrote: What script? 

Have you tried the official installation? 
https://jellyfin.org/docs/general/installation/linux

that official installation has a script, in that script

Code:
# Lists of supported architectures, Debian, and Ubuntu releases
SUPPORTED_ARCHITECTURES='@(amd64|armhf|arm64)'
SUPPORTED_DEBIAN_RELEASES='@(bullseye|bookworm|trixie)'
SUPPORTED_UBUNTU_RELEASES='@(focal|jammy|noble)'

note the
Code:
SUPPORTED_DEBIAN_RELEASES='@(bullseye|bookworm|trixie)''


i am also having this issue, looking through the repository, it definitely does not have any debian 13 (trixie) binaries, installing the debian12 binaries manually with dpkg can work, although it requires a lot of dependency hell


RE: Install server on Debian testing Triexie - theguymadmax - 2025-05-18

Trixie support was just added three weeks ago: https://github.com/jellyfin/jellyfin-repo-helper-scripts/commit/7cdc7d5bf09dbad0f264703f9f418b0db4b1762c

@joshuaboniface  Should this be working?


RE: Install server on Debian testing Triexie - Gustaaf Mixer - 2025-07-29

(2025-05-18, 04:17 PM)theguymadmax Wrote: Trixie support was just added three weeks ago: https://github.com/jellyfin/jellyfin-repo-helper-scripts/commit/7cdc7d5bf09dbad0f264703f9f418b0db4b1762c

@joshuaboniface  Should this be working?

The same issue is plaguing me. The install script does detect Trixie, and it does install the Trixie mirror.
However, the only packages in that mirror are two ffmpeg variants, but nothing else.
This leads to the script failing as follows:

> > Installing Jellyfin.
> Error: Unable to locate package jellyfin

For the time being, I copied the sources file the script installs to a version that refers bookworm.
(The install script overwrites the original one every run.)
Re-running the install script now continues installing jellyfin, albeit the variant of the bookworm mirror.
At first sight, the installation works using this workaround.

As to why I am taking this approach: I have an Intel Arc A310, which needs a slightly newer kernel than bookworm offers, so I upgraded to Trixie.
I am also trying to get hardware acceleration to work, and as the docker containers are based on Bookworm, I figured a native installation on Trixie would reduce possible complexities and issues.

update: because of reasons not related to Jellyfin, I am switching over to Arch Linux for that machine, so I can give no further feedback on this setup, other than it seemed to work for the few hours and viewing sessions I used it for.

addendum / tangent: I had quite some issues with hardware transcoding, but ultimately I had it working with regular mpeg2 sources (DVD). What did not work was converting my HEVC 10bit source (BD UHD). If I run into those issues once more, I'll create a dedicated thread after searching the forum some more. ;-)


RE: Install server on Debian testing Triexie - mpmc - 2025-08-01

Anxious-face-with-sweat Adding +1 to this thread. 

Having the same issue, and need to use Debian Trixie for newer kernel.


RE: Install server on Debian testing Triexie - conor - 2025-08-01

Use stable and install the bookworm-backports kernel.

Add to /etc/apt/sources.list:
Code:
deb http://deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware

Install with:
Code:
sudo apt install -t bookworm-backports linux-image-amd64 linux-headers-amd64



RE: Install server on Debian testing Triexie - gumaamug - 2025-08-02

I registered an account just to bump this thread for another day in a row. Upgrading to Trixie broke my Jellyfin install and I'm having the same problem as there appears to be no Trixie package in the repo despite the install script being configured for Trixie. I'm aware there are workarounds posted in this thread.