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

  • Lemmchen@feddit.orgEnglish
    3·
    2 months ago

    Find out by running lsb_release -c in the terminal.

    • Kelp@lemmy.worldOPEnglish
      1·
      2 months ago

      I entered that and got a result of

      No LSB modules are available Codename: circe

      • infeeeee@lemmy.zip
        3·
        2 months ago

        Elementary 8 circe is based on Ubuntu 24.04 LTS, which is based in debian 13, which has a codename “trixie”.

        • Lemmchen@feddit.orgEnglish
          1·
          1 month ago

          Assuming this information is correct, OP wants to check a file called similarly to jellyfin.list in /etc/apt/sources.d/ and replace the word circe with noble (for the Ubuntu 24.04 codename) or trixie (if noble gives the same error as circe). Keep in mind you need sudo/root privileges to modify this file.