jellyfin / jellyfin-packaging

Jellyfin Packaging and Build Workflows
GNU General Public License v3.0
16 stars 16 forks source link

Package for Ubuntu - unmet dependencies to jellfin-ffmpeg5 #7

Closed BaumiCoder closed 6 months ago

BaumiCoder commented 6 months ago

I tried to install jellyfin on a virtual machine (VirtualBox) with Ubuntu 22.04.4 LTS jammy. I run the command that is mentioned in the download section of the website:

curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash

This leads to an error, because of a missing dependency:

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 jellyfin : Depends: jellyfin-ffmpeg5 (>= 5.0.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
ERROR: Faild to install Jellfin. Use https://jellyfin.org/contact to find us for troubleshooting.

Is there maybe some bug in the repo, because of recently released ffmpeg6 for jellyfin, so that the jellyfin package still requires the ffmpeg5 package but these does not exist anymore?

joshuaboniface commented 6 months ago

This was a dependency missed in the repo while cutting over the repo. It should be corrected at this point but if not please let us know.

BaumiCoder commented 6 months ago

Thank you, now it works correctly.