Are you trying to install jellyfin server or client?
- 0 Posts
- 3 Comments
Joined 14 days ago
Cake day: June 5th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Elementary 8 circe is based on Ubuntu 24.04 LTS, which is based in debian 13, which has a codename “trixie”.
Install docker, grab the official docker compose file, then
docker compose up -d
.Details: Look up how to install docker on elementary (I guess it’s
sudo apt install docker
), than you don’t have to care about the distro after that, docker works the same way everywhere. You can find countless tutorials on this, and they should work