@oech3 No point. This package group has been around since 2019.
Search Criteria
Package Details: dotnet-host-bin 9.0.4.sdk203-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: | 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: | 47 |
Popularity: | 0.36 |
First Submitted: | 2019-10-02 17:13 (UTC) |
Last Updated: | 2025-04-17 07:37 (UTC) |
Dependencies (2)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
Required by (33)
- 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-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-bin (requires dotnet-host)
- dotnet-runtime-preview-bin (requires dotnet-host)
- dug-git (requires dotnet-host) (make)
- fsharp-language-server (requires dotnet-host)
- Show 13 more...
Sources (4)
xiota commented on 2025-04-24 19:22 (UTC)
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.
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.
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.