Skip to content

Commit

Permalink
Update linux.md
Browse files Browse the repository at this point in the history
  • Loading branch information
felix920506 committed Nov 26, 2024
1 parent 907da05 commit 6781d61
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/general/installation/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Install on Linux.
sidebar_position: 2
---

## Official Methods
## Official packages and methods

### Debuntu (Debian, Ubuntu, and derivatives using `apt`) with official repository

Expand Down Expand Up @@ -54,7 +54,11 @@ sudo extrepo enable jellyfin

Now you can continue at step 5. of the [Repository (Manual) section](#repository-manual).

## Unofficial Methods
### Containers

For non Debian/Ubuntu systems, containers are the recommended way to install Jellyfin. Please follow the instructions [here](/docs/general/installation/container).

## Community maintained packages

### Alpine Linux

Expand Down Expand Up @@ -465,3 +469,7 @@ sudo systemctl start jellyfin.service
Platform-agnostic .NET Core DLL builds in TAR archive format are available [here](/downloads#portable).
These builds use the binary `jellyfin.dll` and must be loaded with `dotnet`.
### Building from source
Jellyfin can be built from source directly. Please read [Building from source](/docs/general/installation/source) for more info.

0 comments on commit 6781d61

Please sign in to comment.