Search Criteria
Package Details: dotnet-runtime-preview-bin 11.0.0.sdk100+preview.4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/dotnet-preview-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | dotnet-preview-bin |
| Description: | The .NET Core runtime (preview, binary) |
| Upstream URL: | https://www.microsoft.com/net/core |
| Licenses: | MIT |
| Conflicts: | dotnet-runtime, dotnet-runtime-11.0 |
| Provides: | dotnet-runtime, dotnet-runtime-11.0 |
| Submitter: | fmauNeko |
| Maintainer: | Windows10CE |
| Last Packager: | Windows10CE |
| Votes: | 23 |
| Popularity: | 1.01 |
| First Submitted: | 2023-02-28 14:05 (UTC) |
| Last Updated: | 2026-05-13 06:15 (UTC) |
Dependencies (8)
- dotnet-host (dotnet-host-rc-binAUR, 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)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- lttng-ust (optional) – CoreCLR tracing
Required by (130)
- 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-preview-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)
- beditor-bin (requires dotnet-runtime)
- beutl-git (requires dotnet-runtime)
- bicep-bin (requires dotnet-runtime)
- bicep-langserver-bin (requires dotnet-runtime)
- bilibilitoolpro-git (requires dotnet-runtime)
- bililiverecorder-git (requires dotnet-runtime)
- Show 110 more...
Sources (4)
- dotnet.sh
- https://builds.dotnet.microsoft.com/dotnet/Sdk/11.0.100-preview.4.26230.115/dotnet-sdk-11.0.100-preview.4.26230.115-linux-arm.tar.gz
- https://builds.dotnet.microsoft.com/dotnet/Sdk/11.0.100-preview.4.26230.115/dotnet-sdk-11.0.100-preview.4.26230.115-linux-arm64.tar.gz
- https://builds.dotnet.microsoft.com/dotnet/Sdk/11.0.100-preview.4.26230.115/dotnet-sdk-11.0.100-preview.4.26230.115-linux-x64.tar.gz
Latest Comments
1 2 3 4 Next › Last »
vitaliikuzhdin commented on 2026-05-15 08:37 (UTC) (edited on 2026-05-15 08:39 (UTC) by vitaliikuzhdin)
Hi, thanks for maintaining. Several issues with the current
PKGBUILD:previewbuilds are supposed to also include every more stable version if those happen to be newer. For .NET, this means both stable andrcbuilds. This is because the point of apreviewpackage is not to package every version that just happens to have-previewin its version, but to provide more frequent updates with newest features. It is inconvenient an incorrect to constantly switch between stable,rc, andpreviewwhenever one of those happens to be the latest if you are just trying to get the latest product.Following the above point, the
pkgveris incorrect. You are incorrectly translating-preview.into+preview.when it should be justpreview. With the current state of things, stable version would be seen as older than preview when the stable happens to be latest:Instead, it should look like this:
Fixing this would require changing the version scheme but also adding
epoch=1.The
pkgbaseis also incorrect. I know .NET is no longer called .NET Core by Microsoft, but it is by Arch. You can check every .NET package in both AUR andextraand they all follow thedotnet-core*naming scheme. Fixing this would require temporarily changing the currentpkgnames to resolve the conflict (i.e. appending-donotinstallor anything else), uploading the package under a correctpkgbase, and submitting a merge request.There are more minor issues, you can compare our versions if you are interested: https://gist.github.com/vitaliikuzhdin/452e2589fc5a24efc7b0c6d431b27e37
I have also uploaded an
nvcheckerconfig for you to be able to update the package (semi-)automatically. If you want, you can just add me as a co-maintainer and I will fix everything myself.danielstreba commented on 2025-11-09 11:23 (UTC) (edited on 2025-11-09 11:24 (UTC) by danielstreba)
Hi. Thank you for maintaining this package. The symlink
/usr/lib/libhostfxr.socreated in line 49 is broken.fmauNeko commented on 2023-08-10 06:56 (UTC)
I am orphaning this package as I don't work with .NET anymore.
ShalokShalom commented on 2022-10-26 16:10 (UTC)
This is not called "Core" anymore. New name is (since .NET 5) just .NET.
fmauNeko commented on 2022-08-12 08:53 (UTC)
@PowaBanga It should be fixed with the -2 package. Sorry for that.
PowaBanga commented on 2022-08-12 08:44 (UTC)
something is wrong in all dotnet--preview-bin PKGBUILD. I added them in my custom repository, and to every
pacman -Syu, it ask to to replace all dotnet--preview-bin by exactly the same package.fmauNeko commented on 2021-10-14 12:27 (UTC)
@FabioLolix: The package has been renamed, a merge request is pending in order to merge this package in the new one.
FabioLolix commented on 2021-10-12 16:41 (UTC)
Hello Florian, at the moment this is a -bin pkgbuild; not one build from source, you can both correct this and upload a dotnet-sdk-preview-bin
fmauNeko commented on 2021-05-27 09:51 (UTC) (edited on 2021-05-27 09:51 (UTC) by fmauNeko)
@morealaz I just added completion files for bash, fish and zsh.
@fisch02 That should be fixed too.
1 2 3 4 Next › Last »