@BishopWolf those are now dependencies of dotnet-sdk-bin
. You need to install them too, they are included in this package.
Search Criteria
Package Details: dotnet-runtime-bin 9.0.3.sdk202-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-9.0 |
Provides: | dotnet-runtime, dotnet-runtime-9.0 |
Submitter: | Gr3q |
Maintainer: | Gr3q |
Last Packager: | Gr3q |
Votes: | 47 |
Popularity: | 0.73 |
First Submitted: | 2019-10-02 17:13 (UTC) |
Last Updated: | 2025-03-24 08:32 (UTC) |
Dependencies (8)
- dotnet-host (dotnet-host-preview-binAUR, dotnet-host-binAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- icu (icu-gitAUR)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- lttng-ust (optional) – CoreCLR tracing
Required by (116)
- alcom (requires dotnet-runtime) (make)
- 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)
- avaloniailspy (requires dotnet-runtime)
- avaloniailspy-git (requires dotnet-runtime)
- avaloniatftpclient-bin (requires dotnet-runtime)
- azure-functions-core-tools-bin (requires dotnet-runtime) (optional)
- beditor-bin (requires dotnet-runtime)
- bicep-bin (requires dotnet-runtime)
- bicep-langserver-bin (requires dotnet-runtime)
- bilibilitoolpro-git (requires dotnet-runtime)
- bililiverecorder-git (requires dotnet-runtime)
- bililiverecorder-git (requires dotnet-runtime) (make)
- Show 96 more...
Sources (4)
- dotnet.sh
- https://download.visualstudio.microsoft.com/download/pr/52daf653-e6d8-4915-aea1-9c2e2be169a5/9f3e289918eb9054770b69c0b100bb8f/dotnet-sdk-9.0.202-linux-arm64.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/c2220b38-c512-4447-b564-a18048d14327/965cdfe500a937c2d28bc9d2db45cd1f/dotnet-sdk-9.0.202-linux-x64.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/e41720b8-c635-4b25-bcb1-dcf307a917d6/fea66a31e0dec0411b3e123661f443fc/dotnet-sdk-9.0.202-linux-arm.tar.gz
Gr3q commented on 2025-03-03 20:57 (UTC)
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.
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?
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.