You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Switch from dpkg to apt for install .debs
This is the recommended process on recent Debian releases and simplifies
installation into one step while ensuring dependencies are properly
installed.
* Fix numbering
Copy file name to clipboardExpand all lines: docs/general/installation/advanced/manual.md
+3-15Lines changed: 3 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -361,25 +361,13 @@ The repository is the preferred way to obtain Jellyfin on Debian and Ubuntu syst
361
361
362
362
2. Download the desired `jellyfin-server`, `jellyfin-web`, and `jellyfin-ffmpeg` `.deb` packages from the repository; `jellyfin` is a metapackage and is not required.
363
363
364
-
3. Install the downloaded `.deb` packages:
364
+
3. Install the downloaded `.deb` packages with `apt` to handle dependency resolution:
0 commit comments