Search Criteria
Package Details: dotnet-host-preview-bin 9.0.0.sdk100+rc.1-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: | A generic driver for the .NET Core Command Line Interface (preview, binary) |
Upstream URL: | https://www.microsoft.com/net/core |
Licenses: | MIT |
Conflicts: | dotnet-host |
Provides: | dotnet-host |
Replaces: | dotnet-host-preview |
Submitter: | fmauNeko |
Maintainer: | Windows10CE |
Last Packager: | Windows10CE |
Votes: | 17 |
Popularity: | 0.077353 |
First Submitted: | 2023-02-28 14:05 (UTC) |
Last Updated: | 2024-09-11 19:38 (UTC) |
Dependencies (1)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
Required by (31)
- 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-bin (requires dotnet-host)
- dotnet-runtime-preview-bin (requires dotnet-host)
- dug-git (requires dotnet-host) (make)
- fsharp-language-server (requires dotnet-host)
- fvim (requires dotnet-host) (make)
- il2cpp-dumper-bin (requires dotnet-host)
- ilspycmd-git (requires dotnet-host) (make)
- mono-msbuild-git (requires dotnet-host) (make)
- mono-msbuild-sdkresolver-git (requires dotnet-host) (make)
- n-m3u8dl-re-git (requires dotnet-host) (make)
- nextpvr-bin (requires dotnet-host)
- openutau-git (requires dotnet-host)
- quest-discord-presence-client-git (requires dotnet-host) (make)
- quest-package-manager-git (requires dotnet-host) (make)
- swig-cli (requires dotnet-host) (make)
- xdman8-beta-git (requires dotnet-host) (make)
Sources (7)
- dotnet.sh
- https://download.visualstudio.microsoft.com/download/pr/3b2b3c23-574b-45d7-b2b0-c67f0e935308/23ed647eb71a8f07414124422c15927d/dotnet-sdk-9.0.100-rc.1.24452.12-linux-x64.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/87c96627-cf20-47d7-8cb4-d5e083084dd4/07d4b533e746b344a3dbf9f7279f450b/dotnet-sdk-9.0.100-rc.1.24452.12-linux-arm.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/f7739964-9e84-4bb7-9435-509458a15f9c/a95ad7f9deb8ce2fd30173dfe86f55ba/dotnet-sdk-9.0.100-rc.1.24452.12-linux-arm64.tar.gz
- register-completions.bash
- register-completions.fish
- register-completions.zsh
Latest Comments
1 2 3 4 Next › Last »
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}
morealaz commented on 2021-05-10 11:37 (UTC)
@fmauNeko: Could you please add https://github.com/dotnet/sdk/raw/main/scripts/register-completions.bash as /usr/share/bash-completion/completions/dotnet for bash completion to dotnet-host package? thanks
1 2 3 4 Next › Last »