Jellyfin assistance
Hello,
I yet again come, hat in hand, for assistance from those wiser in the ways of the Linux. I’m having a bit of an issue downloading Jellyfin on my ElementaryOS laptop. I’ve tried all the guide on the first few pages of ddg only to receive errors after entering the comman “ sudo apt-get update “. I get ERR:3 https//repo.jellyfin.org/debian circle Release 404 Not found.
If someone can point me the way I’d be most appreciative
infeeeee
in reply to Kelp • • •Kelp
in reply to infeeeee • • •infeeeee
in reply to Kelp • • •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 workKelp
in reply to infeeeee • • •phantomwise
in reply to Kelp • • •