2025-09-03, 02:02 AM
(This post was last modified: 2025-09-03, 02:06 AM by ThereIsNoSpoon. Edited 4 times in total.)
For anyone who has a similar problem, it turns out I was missing the
On the CLI, I typed...
...it showed that
A quick...
...got me the package I needed, and I restarted the server with...
...and voila -- I was up and running!
libicu-dev package.On the CLI, I typed...
Code:
sudo apt policy libicu...it showed that
lib-icu was not installed. A quick...
Code:
sudo apt install libicu-dev...got me the package I needed, and I restarted the server with...
Code:
sudo systemctl restart jellyfin...and voila -- I was up and running!
