Search Criteria
Package Details: dotnet-host-preview-bin 1:11.0.0.sdk100preview5.26302.115-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/dotnet-core-preview-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | dotnet-core-preview-bin |
| Description: | A generic driver for the .NET Core Command Line Interface |
| Upstream URL: | https://dotnet.microsoft.com |
| Licenses: | MIT |
| Conflicts: | dotnet-host |
| Provides: | dotnet-host, dotnet-host-preview |
| Submitter: | vitaliikuzhdin |
| Maintainer: | vitaliikuzhdin (Windows10CE) |
| Last Packager: | vitaliikuzhdin |
| Votes: | 23 |
| Popularity: | 0.29 |
| First Submitted: | 2026-06-04 19:55 (UTC) |
| Last Updated: | 2026-06-11 15:48 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR)
- libstdc++ (libstdc++-fast-optimizedAUR, libstdc++-snapshotAUR)
- sh (dashbinshAUR, zshbinshAUR, bash-gitAUR, bash-devel-gitAUR, bash)
Required by (43)
- 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-9.0-bin (requires dotnet-host)
- dotnet-runtime-bin (requires dotnet-host)
- dotnet-runtime-preview-bin (requires dotnet-host)
- dotnet-runtime-rc-bin (requires dotnet-host)
- Show 23 more...
Sources (4)
- dotnet.sh
- https://builds.dotnet.microsoft.com/dotnet/Sdk/11.0.100-preview.5.26302.115/dotnet-sdk-11.0.100-preview.5.26302.115-linux-arm.tar.gz
- https://builds.dotnet.microsoft.com/dotnet/Sdk/11.0.100-preview.5.26302.115/dotnet-sdk-11.0.100-preview.5.26302.115-linux-arm64.tar.gz
- https://builds.dotnet.microsoft.com/dotnet/Sdk/11.0.100-preview.5.26302.115/dotnet-sdk-11.0.100-preview.5.26302.115-linux-x64.tar.gz
Latest Comments
1 2 3 4 5 Next › Last »
jithinj.johnson commented on 2026-06-12 17:24 (UTC)
Apologies @Windows10CE it was due to an error on my end.
vitaliikuzhdin commented on 2026-06-04 20:05 (UTC)
@Windows10CE, no worries. I've already submitted the new
pkgbaseand filed a merge request, it should be resolved in no time. Of course, I've added you as a Co-Maintainer to the new package if you'd still like to help me update it at times.Windows10CE commented on 2026-06-04 19:42 (UTC)
Hi @vitaliikuzhdin, sorry for taking so long to reply, just had a busy personal life the past few weeks. I do not mind adding you as a comaintainer or handing over maintainership entirely, I largely picked up this package for myself after the previous maintainer orphaned the package. Any oddities in how this package is laid out come from me inheriting it and not knowing any better. Personally I will probably end up using the dotnetup tool that is being developed whenever that begins to have official releases anyway, so handing this over now is probably for the best.
@jithinj.johnson I am not sure why you say this package is out of date, preview 4 is the latest version.
jithinj.johnson commented on 2026-06-02 06:42 (UTC)
Package is out of date, and maintainers please address the comment from @vitaliikuzhdin
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.1 2 3 4 5 Next › Last »