Can't install jellyfin on manjaro build() error

I have tried to install jellyfin on manjaro KDE but to no avail. I tried using the guide on the jellyfin website

git clone https://aur.archlinux.org/jellyfin.git
cd jellyfin
makepkg -si

But I receive this error:

  Determining projects to restore...
  Retrying 'FindPackagesByIdAsync' for source 'https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/index.json'.
  Name or service not known (api.nuget.org:443)
    Name or service not known
  Failed to download package 'Microsoft.AspNetCore.App.Ref.5.0.0' from 'https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.app.ref/5.0.0/microsoft.aspnetcore.app.ref.5.0.0.nupkg'.
  Name or service not known (api.nuget.org:443)
    Name or service not known
  Retrying 'FindPackagesByIdAsync' for source 'https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/index.json'.
  Name or service not known (api.nuget.org:443)
    Name or service not known
/usr/share/dotnet/sdk/5.0.205/NuGet.targets(131,5): error : Failed to retrieve information about 'Microsoft.Extensions.Options' from remote source 'https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/index.json'. [/home/kweint/jellyfin/src/jellyfin-10.7.7/Jellyfin.Server/Jellyfin.Server.csproj]
/usr/share/dotnet/sdk/5.0.205/NuGet.targets(131,5): error :   Name or service not known (api.nuget.org:443) [/home/kweint/jellyfin/src/jellyfin-10.7.7/Jellyfin.Server/Jellyfin.Server.csproj]
/usr/share/dotnet/sdk/5.0.205/NuGet.targets(131,5): error :   Name or service not known [/home/kweint/jellyfin/src/jellyfin-10.7.7/Jellyfin.Server/Jellyfin.Server.csproj]

Build FAILED.

/usr/share/dotnet/sdk/5.0.205/NuGet.targets(131,5): error : Failed to retrieve information about 'Microsoft.Extensions.Options' from remote source 'https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/index.json'. [/home/kweint/jellyfin/src/jellyfin-10.7.7/Jellyfin.Server/Jellyfin.Server.csproj]
/usr/share/dotnet/sdk/5.0.205/NuGet.targets(131,5): error :   Name or service not known (api.nuget.org:443) [/home/kweint/jellyfin/src/jellyfin-10.7.7/Jellyfin.Server/Jellyfin.Server.csproj]
/usr/share/dotnet/sdk/5.0.205/NuGet.targets(131,5): error :   Name or service not known [/home/kweint/jellyfin/src/jellyfin-10.7.7/Jellyfin.Server/Jellyfin.Server.csproj]
    0 Warning(s)
    1 Error(s)

Time Elapsed 00:00:02.05
==> ERROR: A failure occurred in build().
    Aborting...

I have tried using pamac as well as the software manager , but I get the same error.

Usually there are comments on the AUR package page that are helpful:
https://aur.archlinux.org/packages/jellyfin

If that fails, maybe try this one
http://aur.archlinux.org/packages/jellyfin-bin

pamac build jellyfin-bin

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.