Search Criteria
Package Details: dotnet-runtime-7.0-bin 7.0.20.sdk410-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/dotnet-core-7.0-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | dotnet-core-7.0-bin |
| Description: | The .NET Core runtime (binary) |
| Upstream URL: | https://www.microsoft.com/net/core |
| Licenses: | MIT |
| Conflicts: | dotnet-runtime-7.0 |
| Provides: | dotnet-runtime-7.0 |
| Submitter: | Gr3q |
| Maintainer: | Gr3q |
| Last Packager: | Gr3q |
| Votes: | 1 |
| Popularity: | 0.52 |
| First Submitted: | 2023-11-14 17:35 (UTC) |
| Last Updated: | 2025-11-22 22:34 (UTC) |
Dependencies (9)
- dotnet-host (dotnet-host-preview-binAUR, dotnet-host-preview-binAUR, dotnet-host-binAUR, dotnet-host-binAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- icu (icu-gitAUR)
- libgssapi_krb5.so (krb5-gitAUR, krb5, lib32-krb5)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- lttng-ust (optional) – CoreCLR tracing
Required by (12)
- aspnet-runtime-7.0-bin
- cpp2il-dev-git (requires dotnet-runtime-7.0)
- dotnet-sdk-7.0-bin
- il2cpp-dumper-bin (requires dotnet-runtime-7.0)
- imgur-cli-bin (requires dotnet-runtime-7.0)
- lumafly (requires dotnet-runtime-7.0)
- pinta-gtk3-git (requires dotnet-runtime-7.0)
- rgx-git (requires dotnet-runtime-7.0)
- sfp-ui-bin (requires dotnet-runtime-7.0)
- stardrop-bin (requires dotnet-runtime-7.0)
- syndical (requires dotnet-runtime-7.0)
- vs-launcher (requires dotnet-runtime-7.0)
Latest Comments
Gr3q commented on 2023-12-04 09:29 (UTC)
@20Percent it only conflicts with
dotnet-runtimeanddotnet-sdkthat provides the same major version (7).I can install them side by side:
dotnet-core-binpackages conflicts with the packages in the Arch linux repos, but the rest just conflicts with packages that provides the same major version. The restriction is that if you want to install e.g.dotnet-sdk-7.0-binit needsdotnet-runtime-7.0-binso they are always on the same release (same with targeting packs).They only require
dotnet-hostto be installed from one of the packages.Rosentti commented on 2023-12-03 23:58 (UTC)
I don't think this should conflict with dotnet-runtime and dotnet-sdk. What if I want to keep net8.0, net7.0 and net6.0 all at the same time? These package will force you to only pick one version, although dotnet supports multiple SDKs and runtimes.