Hello guys so I installed jellyfin on termux. It ran fine few hours ago. I turned it off and got running few times. Now when I’m trying to start jellyfin I’m getting this error
You must install .NET to run this application.
App: /data/data/com.termux/files/usr/lib/jellyfin/jellyfin
Architecture: arm64 App host version: 9.0.18
.NET location: Not found
Learn more:
https://aka.ms/dotnet/app-launch-failed
Download the .NET runtime:
https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=arm64&rid=linux-bionic-arm64&os=linux-bionic&apphost_version=9.0.18
Failed to resolve libhostfxr.so [not found]. Error code: 0x80008083
Any suggestion to fix it ?


I don’t know all that much about jellyfins runtime on android in general, but if it depends on dotnet could you try running
dotnet —infoIf that returns nothing or outdated packages, you could probably install or update them with something along the lines of:
pkg updateapt install --reinstall \ dotnet-hostfxr-9.0 \ dotnet-runtime-9.0 \ aspnetcore-runtime-9.0 \ dotnet-host