Jellyfin: Install deb package not working

Created on 11 Dec 2018  路  1Comment  路  Source: jellyfin/jellyfin

Hello,

I tried to compile the source with the Readme file commands and install the .deb file on my debian (stretch), but it does not work.

root@jellyfin:~# dpkg -i jellyfin_3.5.2_all.deb 
(Reading database ... 28432 files and directories currently installed.)
Preparing to unpack jellyfin_3.5.2_all.deb ...
Unpacking jellyfin (3.5.2) over (3.5.2) ...
dpkg: dependency problems prevent configuration of jellyfin:
 jellyfin depends on at; however:
  Package at is not installed.

dpkg: error processing package jellyfin (--install):
 dependency problems - leaving unconfigured
Processing triggers for systemd (232-25+deb9u6) ...
Errors were encountered while processing:
 jellyfin
bug build

Most helpful comment

try apt-get -f install. It will install depends, which in this case is "at"

>All comments

try apt-get -f install. It will install depends, which in this case is "at"

Was this page helpful?
0 / 5 - 0 ratings