Package Details: dotnet-runtime-bin 9.0.1.sdk102-2

Git Clone URL: https://aur.archlinux.org/dotnet-core-bin.git (read-only, click to copy)
Package Base: dotnet-core-bin
Description: The .NET Core runtime (binary)
Upstream URL: https://www.microsoft.com/net/core
Keywords: .net dotnet microsoft
Licenses: MIT
Conflicts: dotnet-runtime, dotnet-runtime-9.0
Provides: dotnet-runtime, dotnet-runtime-9.0
Submitter: Gr3q
Maintainer: Gr3q
Last Packager: Gr3q
Votes: 47
Popularity: 2.84
First Submitted: 2019-10-02 17:13 (UTC)
Last Updated: 2025-01-16 08:13 (UTC)

Required by (106)

Sources (4)

Pinned Comments

Gr3q commented on 2019-10-05 07:28 (UTC) (edited on 2021-02-13 09:06 (UTC) by Gr3q)

IMPORTANT INSTALLATION INFO (a reminder for myself as well):

For dotnet to work you need to EXPLICITLY install:

  • ONE dotnet-host - highest version possible
  • ANY NUMBER of dotnet-runtimes (and its sdks after if you want to build as well - Right now version 'bin', '3.1', '3.0', '2.2' and '2.1' are tested to work together)

If you keep the install order in mind and you don't rely on pacman to resolve your dependencies you will be fine.


Longer explanation:

Every dotnet-sdk is dependent on a specific version of dotnet-runtime, this is built into dotnet.

Technically you only need the latest dotnet-sdk because it can build to any earlier versions.

Latest Comments

1 2 3 4 5 6 .. 11 Next › Last »

Bluehill commented on 2025-01-15 23:34 (UTC)

Thanks for including ASP.NET in the SDK. However, it looks like aspnet-targeting-pack-bin is still listed as an optional dependency.

Gr3q commented on 2025-01-15 20:33 (UTC) (edited on 2025-01-15 20:33 (UTC) by Gr3q)

Note when you upgrade to 9.0.1.sdk102 and you installed MAUI workloads you need to delete some files before you can successfully upgrade.

dotnet-sdk-bin: /usr/share/dotnet/sdk-manifests/9.0.100/microsoft.net.sdk.maui/9.0.0/WorkloadManifest.json exists in filesystem
dotnet-sdk-bin: /usr/share/dotnet/sdk-manifests/9.0.100/microsoft.net.sdk.maui/9.0.0/WorkloadManifest.targets exists in filesystem

Gr3q commented on 2025-01-15 09:35 (UTC)

@Bluehill I will match the SDK contents/installed provided by Microsoft which includes ASP.NET, so I will do the same.

The package is out of date anyway, I'll make the update later today.

Bluehill commented on 2025-01-13 02:29 (UTC)

@taotieren The SDK package installs most components. However, it does not install ASP.NET packages. I believe that ASP.NET packages should also be installed when installing the SDK.

taotieren commented on 2025-01-11 02:48 (UTC)

hi. can you add a meta package for dotnet-core-bin? Thanks for your help.

package_dotnet-core-bin() {
  pkgdesc='The .NET Core meta'
  depends=(
    'dotnet-host-bin'
    'aspnet-runtime-bin'
    'dotnet-runtime-bin'
    'dotnet-sdk-bin'
    'netstandard-targeting-pack-bin'
    'dotnet-targeting-pack-bin'
    'aspnet-targeting-pack-bin'
  )
  provides=("dotnet-core=${_runtimever}" "dotnet-core-${_short_ver}")
  conflicts=("dotnet-core=${_runtimever}" "dotnet-core-${_short_ver}")
}

Gr3q commented on 2024-12-24 15:48 (UTC)

It's been asked before. I removed it because it should be safe to do so, hopefully it won't cause any problems.

tronicdude commented on 2024-12-17 13:39 (UTC)

Builds fine for me, note tho: ==> WARNING: Library listed in 'depends' is not required by any files: libgssapi_krb5.so

This can be removed?

natep commented on 2024-10-11 21:55 (UTC) (edited on 2024-10-11 22:03 (UTC) by natep)

@jalf I am sorry but I am not able to reproduce the issue. I do not run into it in my environment and I've tried pamac and yay in a new Arch VM to ensure I had a fresh clean state to test again. What method are you using to install/update your AUR packages?

Do each of the installed dotnet packages show 8.0.10.sdk403-3?

jalf commented on 2024-10-11 13:38 (UTC)

@natep Hi, I'm still seeing update notifications, I've cleared cache, uninstalled and reinstalled, but I'm still seeing update notifications.

natep commented on 2024-10-11 00:37 (UTC)

Sorry folks, that is my mistake. I just pushed changes setting them both to pkgrel 3. Please comment again if you are still seeing the repeated updates still.