How about renaming to dotnet-core-microsoft-bin etc...?
Search Criteria
Package Details: dotnet-runtime-bin 10.0.10.sdk302-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 runtime (binary) |
| Upstream URL: | https://www.microsoft.com/net/core |
| Keywords: | .net dotnet microsoft |
| Licenses: | MIT |
| Conflicts: | dotnet-runtime, dotnet-runtime-10.0 |
| Provides: | dotnet-runtime, dotnet-runtime-10.0 |
| Submitter: | Gr3q |
| Maintainer: | Gr3q |
| Last Packager: | Gr3q |
| Votes: | 58 |
| Popularity: | 0.23 |
| First Submitted: | 2019-10-02 17:13 (UTC) |
| Last Updated: | 2026-07-22 08:15 (UTC) |
Dependencies (9)
- dotnet-host (dotnet-host-rc-binAUR, dotnet-host-preview-binAUR, dotnet-host-binAUR, dotnet-host-binAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- icu (icu-gitAUR)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR)
- libstdc++ (libstdc++-fast-optimizedAUR, libstdc++-snapshotAUR)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- lttng-ust2.12 (optional) – CoreCLR tracing
Required by (207)
- am2rlauncher (requires dotnet-runtime)
- am2rlauncher-git (requires dotnet-runtime)
- application-inspector-bin (requires dotnet-runtime)
- appveyor-server (requires dotnet-runtime)
- archisteamfarm-bin (requires dotnet-runtime)
- artemisrgb-git (requires dotnet-runtime)
- aspnet-runtime-bin
- autumn-git (requires dotnet-runtime)
- avalonia-ls-git (requires dotnet-runtime)
- avalonia86 (requires dotnet-runtime)
- avaloniailspy (requires dotnet-runtime)
- avaloniailspy-git (requires dotnet-runtime)
- avaloniatftpclient-bin (requires dotnet-runtime)
- azure-functions-core-tools-bin (requires dotnet-runtime) (optional)
- baballonia (requires dotnet-runtime-10.0)
- bassboom-2 (requires dotnet-runtime-10.0)
- bassboom-2-git (requires dotnet-runtime-10.0)
- bassboom-3 (requires dotnet-runtime-10.0)
- bassboom-3-git (requires dotnet-runtime-10.0)
- beditor-bin (requires dotnet-runtime)
- Show 187 more...
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 12 Next › Last »
oech3 commented on 2025-04-24 18:54 (UTC)
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.
oech3 commented on 2025-04-24 11:36 (UTC)
Duprecating with https://archlinux.org/packages/extra/x86_64/aspnet-runtime/
Gr3q commented on 2025-03-03 20:57 (UTC)
@BishopWolf those are now dependencies of dotnet-sdk-bin. You need to install them too, they are included in this package.
sl1pkn07 commented on 2025-03-02 20:46 (UTC)
whello. what package of dotnet provide msbuild?
greetings
BishopWolf commented on 2025-03-02 10:28 (UTC) (edited on 2025-03-02 10:29 (UTC) by BishopWolf)
I'm having these errors since the upgrade to 9.0.2
Error: Fallo al preparar transacción:
no se pudieron satisfacer las dependencias:
-
incapaz de satisfacer la dependencia ' aspnet-runtime-bin ' Requerido por dotnet-sdk-bin
-
incapaz de satisfacer la dependencia ' aspnet-targeting-pack-bin ' Requerido por dotnet-sdk-bin
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.
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.