this post was submitted on 16 Jun 2025
156 points (94.3% liked)

Linux

55918 readers
418 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] infeeeee@lemmy.zip 9 points 2 weeks ago* (last edited 2 weeks ago) (9 children)

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.world 3 points 2 weeks ago (8 children)

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

[–] jacksilver@lemmy.world 9 points 2 weeks ago (5 children)

Once you know how to use docker/containerization it'll be the only way you want to deploy applications. Most popular applications will also have good guides on how to setup/config the container, but sometimes you'll need to read up on docker and Linux to figure things out.

[–] COASTER1921@lemmy.ml 3 points 2 weeks ago

Containers are often simple enough you don't even need a guide. I don't trust myself to configure anything on the host system correctly, and using Docker containers completely solves concerns of conflicting dependencies during updates. I personally avoid hosting anything that isn't available with Docker anymore. It's just too much work for a worse result.

load more comments (4 replies)
load more comments (6 replies)
load more comments (6 replies)