![]() |
SOLVED: Help with installing server on Linux Mint - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: Help with installing server on Linux Mint (/t-solved-help-with-installing-server-on-linux-mint) |
Help with installing server on Linux Mint - Guin3aP1gg - 2023-08-22 I copied and pasted the code given into the cmd, and get this output. (see attached) ![]() RE: Help with installing server on Linux Mint - Venson - 2023-08-22 Which code given? Could you please elaborate a bit more what you were doing? RE: Help with installing server on Linux Mint - Guin3aP1gg - 2023-08-22 (2023-08-22, 02:09 PM)Venson Wrote: Which code given? Could you please elaborate a bit more what you were doing? curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash direct from https://jellyfin.org/downloads/server/ RE: Help with installing server on Linux Mint - Venson - 2023-08-22 Did you read the whole install instructions? https://jellyfin.org/docs/general/installation/linux#ubuntu RE: Help with installing server on Linux Mint - Guin3aP1gg - 2023-08-22 (2023-08-22, 02:29 PM)Venson Wrote: Did you read the whole install instructions? Just tried doing it manually using those instructions. When doing the final apt install, it says unable to locate package. RE: Help with installing server on Linux Mint - TheDreadPirate - 2023-08-22 This sounds like it wasn't able to add the jellyfin repo. In /etc/apt/sources.list.d/ there should be a jellyfin.sources file. Does that file exist? RE: Help with installing server on Linux Mint - Guin3aP1gg - 2023-08-23 (2023-08-22, 04:25 PM)TheDreadPirate Wrote: This sounds like it wasn't able to add the jellyfin repo. In /etc/apt/sources.list.d/ there should be a jellyfin.sources file. Does that file exist? here are the contents of that file Types: deb URIs: https://repo.jellyfin.org/linuxmint Suites: vera Components: main Architectures: amd64 Signed-By: /etc/apt/keyrings/jellyfin.gpg RE: Help with installing server on Linux Mint - TheDreadPirate - 2023-08-23 Try removing jellyfin.sources and any jellyfin.gpg keys you may have. Start from scratch. Looks likes there is a lot wrong with your apt sources, in general. I would deal with those as well and clean up your apt configs. RE: Help with installing server on Linux Mint - Guin3aP1gg - 2023-08-24 (2023-08-23, 02:52 PM)TheDreadPirate Wrote: Try removing jellyfin.sources and any jellyfin.gpg keys you may have. Start from scratch. that seemed to do it! thx! |