this post was submitted on 29 Dec 2025
38 points (85.2% liked)

Jellyfin: The Free Software Media System

8768 readers
7 users here now

Current stable release: 10.11.6

Community Standards

Website

Forum

GitHub

Documentation

Feature Requests

Matrix (General Information & Help)

Matrix (Announcements)

Matrix (General Development)

Matrix (Off-Topic) - Come get to know the team and blow off steam!

Matrix Space - List of all the available rooms on Matrix.

Discord - Bridged to our Matrix rooms

founded 5 years ago
MODERATORS
 

Back for round 3 and this time my PC is dual booting windows and Linux(mint) so I’ve got 2 methods of trying this. I have failed at both. In the time since I tried to run Jellyfin a few months ago the install process has changed completely and I can’t even get it to boot. Windows I can’t even get the server to open. Linux I can get the client to work but the server throws up libicu67 is not satisfiable. I’m completely lost any help would be great

Edit one

No luck with the docker I keep getting a permission denied error

Edit two

God bless the terminal it appears to be working

top 16 comments
sorted by: hot top controversial new old
[–] rammjet@lemmy.world 32 points 2 months ago (1 children)

Definitely use Docker. Here is one method. You can search for others.

https://pimylifeup.com/jellyfin-docker/

[–] Diplomjodler3@lemmy.world 1 points 2 months ago (1 children)

I second docker. Very easy to get it up and running.

[–] yannic@lemmy.ca 1 points 2 months ago

So is Jellyfin, so maybe let's not replace one challenge with two.

[–] Honse@lemmy.dbzer0.com 11 points 2 months ago

Have you considered using Docker? It makes the setup considerably easier for beginners as you can mostly just copy the commands with small changes to the mount points.

[–] Auster@thebrainbin.org 11 points 2 months ago

From Linux, mind sharing the full command log, or at least the full libicu67 line? Sounds like missing dependencies (similar to missing DLLs on Windows), but want to be sure.

[–] Appoxo@lemmy.dbzer0.com 10 points 2 months ago (2 children)

Have you......tried to follow the install instructions?

[–] IronBird@lemmy.world 11 points 2 months ago* (last edited 2 months ago)

lol, no way that could work

[–] Diplomjodler3@lemmy.world 10 points 2 months ago

What are you, some kind of nerd?

[–] 4vr@lemmy.ca 5 points 2 months ago* (last edited 2 months ago)

As others have suggested Docker is the easiest method. Mount the local folders inside Docker for access to media & config. This set up has worked well for me as well, one difference I use Podman instead of docker.

[–] CutieBootieTootie@hexbear.net 5 points 2 months ago

Definitely try docker, it's made it ultra reliable for me

[–] ShortN0te@lemmy.ml 4 points 2 months ago

the install process has changed completely

The exact steps on how you tried to install it would help.

[–] mybuttnolie@sopuli.xyz 4 points 2 months ago

try the flatpak version. always worked for me on mint

[–] ExtimateCookie@hexbear.net 2 points 2 months ago

I set it up using docker-compose and it works flawlessly. Feel free to ask if you need help with the docker or docker-compose

[–] dustyData@lemmy.world 2 points 2 months ago

It sounds like you're trying to do too much manual stuff. Anything self-hosted is rather complex by default. But, it is designed to be simple to manage and install, as long as you use the tools intended for it. Jellyfin is packaged in all sorts of ways, and each way aims at different use cases. If it's going to run on your daily driver, best use docker to keep your desktop and the server separated, else it might complain of that sort of library compatibility issues.

[–] cyberwolfie@lemmy.ml 2 points 2 months ago

I've set it up using Docker, following a guide I found on YouTube at the time (it was one of the first thing I set up with Docker). It was really smooth sailing, and it is still running like a champ.

[–] altphoto@lemmy.today 1 points 2 months ago

I will try it at some point. I agree, use docker.