@BrianAllred you are right, I reverted some changes but I missed dotnet-runtime-bin. Fixing it now
Search Criteria
Package Details: dotnet-host-bin 10.0.0.sdk100-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/dotnet-core-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | dotnet-core-bin |
| Description: | A generic driver for the .NET Core Command Line Interface (binary) |
| Upstream URL: | https://www.microsoft.com/net/core |
| Keywords: | .net dotnet microsoft |
| Licenses: | MIT |
| Conflicts: | dotnet-host |
| Provides: | dotnet-host |
| Submitter: | Gr3q |
| Maintainer: | Gr3q |
| Last Packager: | Gr3q |
| Votes: | 53 |
| Popularity: | 2.61 |
| First Submitted: | 2019-10-02 17:13 (UTC) |
| Last Updated: | 2025-11-25 16:54 (UTC) |
Dependencies (2)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
Required by (40)
- airisp-git (requires dotnet-host) (make)
- am2rlauncher (requires dotnet-host)
- am2rlauncher-git (requires dotnet-host)
- bbprog-git (requires dotnet-host) (make)
- ckan (requires dotnet-host) (make)
- cpp2il-dev-git (requires dotnet-host) (make)
- cpp2il-git (requires dotnet-host) (make)
- discordrichpresencepresets-git (requires dotnet-host)
- dotnet-runtime-10.0-bin (requires dotnet-host)
- dotnet-runtime-2.1 (requires dotnet-host)
- dotnet-runtime-2.2 (requires dotnet-host)
- dotnet-runtime-3.0 (requires dotnet-host)
- dotnet-runtime-3.1-bin (requires dotnet-host)
- dotnet-runtime-5.0-bin (requires dotnet-host)
- dotnet-runtime-6.0-bin (requires dotnet-host)
- dotnet-runtime-7.0-bin (requires dotnet-host)
- dotnet-runtime-8.0-bin (requires dotnet-host)
- dotnet-runtime-8.0.300-bin (requires dotnet-host)
- dotnet-runtime-9.0-bin (requires dotnet-host)
- dotnet-runtime-bin (requires dotnet-host)
- Show 20 more...
Sources (4)
Gr3q commented on 2025-11-25 16:50 (UTC)
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.
oech3 commented on 2025-04-24 18:54 (UTC)
How about renaming to dotnet-core-microsoft-bin etc...?
xiota commented on 2025-04-24 18:30 (UTC) (edited on 2025-04-24 18:31 (UTC) by xiota)
@oech3 This package is updated more frequently than the official packages, which is necessary to build some projects. This case may be considered to fall into the extra-features/patches exception for duplicates.
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.