Please remove the dependency on the meta-package gcc-libs and replace it with the specific libraries (libgcc and libstdc++) this package depends on: https://archlinux.org/todo/gcc-libs-deprecation/
Search Criteria
Package Details: dotnet-sdk-bin 10.0.11.sdk400-1
Package Actions
| 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 SDK (binary) |
| Upstream URL: | https://www.microsoft.com/net/core |
| Keywords: | .net dotnet microsoft |
| Licenses: | MIT |
| Conflicts: | dotnet-sdk, dotnet-sdk-10.0, dotnet-sdk-bin |
| Provides: | dotnet-sdk, dotnet-sdk-10.0, dotnet-sdk-bin |
| Submitter: | Gr3q |
| Maintainer: | Gr3q |
| Last Packager: | Gr3q |
| Votes: | 58 |
| Popularity: | 0.080895 |
| First Submitted: | 2019-10-02 17:13 (UTC) |
| Last Updated: | 2026-08-19 16:12 (UTC) |
Dependencies (7)
- aspnet-runtime-binAUR
- aspnet-targeting-pack-binAUR
- dotnet-runtime-binAUR
- dotnet-targeting-pack-binAUR
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR)
- libstdc++ (libstdc++-fast-optimizedAUR, libstdc++-snapshotAUR)
Required by (355)
- 2d-mmo-launcher (requires dotnet-sdk) (make)
- aaru-git (requires dotnet-sdk) (make)
- airisp-git (requires dotnet-sdk) (make)
- alfae (requires dotnet-sdk) (make)
- alttpr-opentracker (requires dotnet-sdk) (make)
- alttpr-opentracker-git (requires dotnet-sdk) (make)
- am2rlauncher-git (requires dotnet-sdk) (make)
- ambermoon-net (requires dotnet-sdk) (make)
- arrr-git (requires dotnet-sdk) (make)
- arrr-tray-git (requires dotnet-sdk) (make)
- artemisrgb-git (requires dotnet-sdk) (make)
- asf (make)
- asf-git (requires dotnet-sdk) (make)
- asf-plugin-itemsmatcher (make)
- asf-plugin-mobileauthenticator (make)
- asf-plugin-monitoring (make)
- asf-plugin-periodicgc (make)
- asf-plugin-signinwithsteam (make)
- asf-plugin-steamtokendumper (make)
- asset-ripper (make)
- Show 335 more...
Sources (4)
vitaliikuzhdin commented on 2026-07-03 08:18 (UTC)
Gr3q commented on 2026-01-15 09:28 (UTC)
For the latest version (10.0.2) you potentially need to manually remove these files when updating (will be released when I manage to actually push to the AUR):
dotnet-sdk-bin: /usr/share/dotnet/sdk-manifests/10.0.100/microsoft.net.sdk.android/36.1.2/WorkloadDependencies.json exists in filesystem
dotnet-sdk-bin: /usr/share/dotnet/sdk-manifests/10.0.100/microsoft.net.sdk.android/36.1.2/WorkloadManifest.json exists in filesystem
dotnet-sdk-bin: /usr/share/dotnet/sdk-manifests/10.0.100/microsoft.net.sdk.android/36.1.2/WorkloadManifest.targets exists in filesystem
Gr3q commented on 2025-11-25 16:50 (UTC)
@BrianAllred you are right, I reverted some changes but I missed dotnet-runtime-bin. Fixing it now
BrianAllred commented on 2025-11-25 15:41 (UTC)
This package should probably provide dotnet-runtime. am2rlauncher requires dotnet-runtime>=6, but I receive the error installing dotnet-runtime-bin (10.0.0.sdk100-3) breaks dependency 'dotnet-runtime>=6' required by am2rlauncher when installing this package.
Gr3q commented on 2025-11-22 10:06 (UTC)
@jetersen you are right, that is now fixed
jetersen commented on 2025-11-21 08:06 (UTC)
@Gr3q I believe you missed dnx :) It is mentioned in the packaging docs as well. https://learn.microsoft.com/en-us/dotnet/core/distribution-packaging
it functions very much like npx for npm packages but just for .NET tools
Gr3q commented on 2025-11-20 17:04 (UTC)
I've removed netstandard-targeting-pack-bin from this package - link for package maintainers.
I verified that you can continue targeting netstandard2.0 without needing the targeting pack on dotnet10, for anything below you still need it (from a packaging perspective for sure...).
You can still get netstandard-targeting-pack from the official repos or if there is a demand I can create a completely separate package that provides it via dotnet9.
Gr3q commented on 2025-11-16 19:28 (UTC)
I will update this when I verified that netstandard-targeting-pack is meant to be missing from the official Microsoft release of .NET 10 Linux SDK.
ipaqmaster commented on 2025-05-07 05:03 (UTC)
This package has a circular dependency on itself (dotnet-runtime-bin) causing some build scripts to resolve until killed.
xiota commented on 2025-04-24 19:22 (UTC)
@oech3 No point. This package group has been around since 2019.
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:
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.