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@lemmy.zip
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        12 days ago

        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

        • Kelp@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          0
          ·
          12 days ago

          Thanks, I’ve been seeing that rec a lot recently. I’ll give that a try

            • Ephemeral@feddit.org
              link
              fedilink
              arrow-up
              1
              ·
              edit-2
              9 days ago

              I liked it until my docker desktop randomly stopped working. Made me uninstall docker and now I use podman instead. But yeah, pretty much the same.