11 hours ago
Here's the issue:
My jellyfin versions are:
And I am running Ubuntu 24.04.3 LTS, and
The missing dep, libicu70, is not considered installable on ubuntu noble (despite the install script supporting noble, as it defines
How can I upgrade the server to be in line with the web and build versions?
$ sudo apt upgrade jellyfin-server
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Error!
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-server : Depends: libicu70 but it is not installable
E: Unable to correct problems, you have held broken packages.
My jellyfin versions are:
Server version 10.10.7
Web version 10.11.0
Build version 10.11.0
And I am running Ubuntu 24.04.3 LTS, and
uname -a
returns Linux jellyfin 6.8.12-10-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-10 (2025-04-18T07:39Z) x86_64 x86_64 x86_64 GNU/Linux
The missing dep, libicu70, is not considered installable on ubuntu noble (despite the install script supporting noble, as it defines
SUPPORTED_UBUNTU_RELEASES
as including noble), as per [this](https://answers.launchpad.net/ubuntu/+so...ion/818827) issue.How can I upgrade the server to be in line with the web and build versions?