SOLVED: Fedora 40 "You must install or update .NET to run this application." - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: Fedora 40 "You must install or update .NET to run this application." (/t-solved-fedora-40-you-must-install-or-update-net-to-run-this-application) |
Fedora 40 "You must install or update .NET to run this application." - jonm - 2024-06-05 I've installed 10.9.4 using the rpms from rpmfusion. When I try and run jellyfin I get: Code: # ./jellyfin However it is already there - it was installed as a dependency, and when I try and (re) install it I get: Code: # dnf install aspnetcore-runtime-8.0 What could the problem be here? RE: Fedora 40 "You must install or update .NET to run this application." - TheDreadPirate - 2024-06-05 Does fedora not have systemd? Normally you start jellyfin with "sudo systemctl start jellyfin" for package installs. RE: Fedora 40 "You must install or update .NET to run this application." - jonm - 2024-06-05 It does have systemd and that's how I would normally start, however it's failing to start via systemd (and putting nothing in the logs) so I was trying to figure out why... RE: Fedora 40 "You must install or update .NET to run this application." - jonm - 2024-06-05 OK now I see it's writing to /var/log/messages - same error when I try and start via systemd as well. RE: Fedora 40 "You must install or update .NET to run this application." - TheDreadPirate - 2024-06-05 Here is the full list of dependencies. https://koji.rpmfusion.org/koji/rpminfo?rpmID=939446 Code: aspnetcore-runtime-8.0 Perhaps dotnet-runtime-8.0 is the other package you need? RE: Fedora 40 "You must install or update .NET to run this application." - jonm - 2024-06-05 Fixed - it looks like there was a load of files left from an earlier version, I manually deleted them all, then reinstalled 10.9.4 now it's running OK. |