Search Criteria
Package Details: dotnet-sdk-preview-bin 11.0.0.sdk100-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 SDK (preview, binary) |
| Upstream URL: | https://www.microsoft.com/net/core |
| Licenses: | MIT |
| Conflicts: | dotnet-sdk, dotnet-sdk-11.0 |
| Provides: | dotnet-sdk, dotnet-sdk-11.0, dotnet-sdk-preview-bin |
| Submitter: | fmauNeko |
| Maintainer: | Windows10CE |
| Last Packager: | Windows10CE |
| Votes: | 22 |
| Popularity: | 0.039070 |
| First Submitted: | 2023-02-28 14:05 (UTC) |
| Last Updated: | 2026-02-11 03:08 (UTC) |
Dependencies (7)
Required by (219)
- aaru-git (requires dotnet-sdk) (make)
- airisp-git (requires dotnet-sdk) (make)
- alfae (requires dotnet-sdk) (make)
- alttpr-opentracker (requires dotnet-sdk) (make)
- alttpr-opentracker-git (requires dotnet-sdk) (make)
- am2rlauncher-git (requires dotnet-sdk) (make)
- artemisrgb-git (requires dotnet-sdk) (make)
- asf (requires dotnet-sdk) (make)
- asf-git (requires dotnet-sdk) (make)
- asf-plugin-itemsmatcher (requires dotnet-sdk) (make)
- asf-plugin-mobileauthenticator (requires dotnet-sdk) (make)
- asf-plugin-monitoring (requires dotnet-sdk) (make)
- asf-plugin-periodicgc (requires dotnet-sdk) (make)
- asf-plugin-signinwithsteam (requires dotnet-sdk) (make)
- asf-plugin-steamtokendumper (requires dotnet-sdk) (make)
- avalonia-ls-git (requires dotnet-sdk) (make)
- avalonia86 (requires dotnet-sdk) (make)
- avaloniailspy (requires dotnet-sdk) (make)
- avaloniailspy-git (requires dotnet-sdk) (make)
- bbdown-git (requires dotnet-sdk) (make)
- Show 199 more...
Sources (4)
- dotnet.sh
- https://builds.dotnet.microsoft.com/dotnet/Sdk/11.0.100-preview.1.26104.118/dotnet-sdk-11.0.100-preview.1.26104.118-linux-arm.tar.gz
- https://builds.dotnet.microsoft.com/dotnet/Sdk/11.0.100-preview.1.26104.118/dotnet-sdk-11.0.100-preview.1.26104.118-linux-arm64.tar.gz
- https://builds.dotnet.microsoft.com/dotnet/Sdk/11.0.100-preview.1.26104.118/dotnet-sdk-11.0.100-preview.1.26104.118-linux-x64.tar.gz
Latest Comments
1 2 3 4 Next › Last »
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.
fisch02 commented on 2021-05-22 11:45 (UTC) (edited on 2021-05-22 12:16 (UTC) by fisch02)
Package will not build on non-x86_64 platforms, because line 113 "cp -dr --no-preserve='ownership' packs/Microsoft.NETCore.App.{Host.linux-x64,Ref} "${pkgdir}"/usr/share/dotnet/packs/" is specific to x86_64. Package will build, on my RPi4 (aarch64) when "x64" is changed to "arm64". dotnet-core-bin does the following: if [ $CARCH = 'x86_64' ]; then msarch=x64; elif [ $CARCH = 'armv7h' ]; then msarch=arm; elif [ $CARCH = 'aarch64' ]; then msarch=arm64; fi and then replaces x64 with ${msarch}
1 2 3 4 Next › Last »