Thanks for your work!
Search Criteria
Package Details: dotnet-sdk-bin 9.0.1.sdk102-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/dotnet-core-bin.git (read-only, click to copy) |
---|---|
Package Base: | dotnet-core-bin |
Description: | The .NET Core SDK (binary) |
Upstream URL: | https://www.microsoft.com/net/core |
Keywords: | .net dotnet microsoft |
Licenses: | MIT |
Conflicts: | dotnet-sdk, dotnet-sdk-9.0, dotnet-sdk-bin |
Provides: | dotnet-sdk, dotnet-sdk-9.0, dotnet-sdk-bin |
Submitter: | Gr3q |
Maintainer: | Gr3q |
Last Packager: | Gr3q |
Votes: | 47 |
Popularity: | 2.84 |
First Submitted: | 2019-10-02 17:13 (UTC) |
Last Updated: | 2025-01-16 08:13 (UTC) |
Dependencies (7)
- aspnet-runtime-binAUR
- aspnet-targeting-pack-binAUR
- dotnet-runtime-binAUR
- dotnet-targeting-pack-binAUR
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- netstandard-targeting-pack-binAUR
Required by (194)
- aaru-git (requires dotnet-sdk) (make)
- airisp-git (requires dotnet-sdk) (make)
- alcom (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)
- avaloniailspy (requires dotnet-sdk) (make)
- avaloniailspy-git (requires dotnet-sdk) (make)
- bbdown-git (requires dotnet-sdk) (make)
- bilibilitoolpro-git (requires dotnet-sdk) (make)
- Show 174 more...
Sources (4)
- dotnet.sh
- https://download.visualstudio.microsoft.com/download/pr/0e717d01-aad7-475a-8b67-50c59cf043b1/6eaa1c636e15ec8e1b97b3438360c770/dotnet-sdk-9.0.102-linux-x64.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/555b12ca-d25f-4d4a-8c62-03b57998981e/b8f8f88c7809ea6c0e1d127deb18d8c6/dotnet-sdk-9.0.102-linux-arm64.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/8f7ff743-f739-4b7c-835b-9405b3f7604f/b903530c774c08f30d3de3029f2e0bf9/dotnet-sdk-9.0.102-linux-arm.tar.gz
k8ie commented on 2019-10-03 09:24 (UTC)
Gr3q commented on 2019-10-02 19:52 (UTC) (edited on 2019-10-03 16:35 (UTC) by Gr3q)
Right now this package base is unusable at the moment, because it half-depends on dotnet-runtime-bin (what is out of date version 2.2.6).
I contacted the maintainer and that (hopefully) will be sorted tomorrow. After that is sorted, I will start fixing the issues with it.
Also there were some typos for the aarch64 architecture, so that did not work, that should be fixed now.
k8ie commented on 2019-10-02 19:27 (UTC)
Also it seems to me like this is not working as intended... When I run dotnet --list-sdks, I get nothing.
k8ie commented on 2019-10-02 19:05 (UTC)
Could you please add an arm64 version as well? It seems Microsofts has it: https://dotnet.microsoft.com/download/dotnet-core/3.0#sdk-3.0.100
Pinned Comments
Gr3q commented on 2019-10-05 07:28 (UTC) (edited on 2021-02-13 09:06 (UTC) by Gr3q)
IMPORTANT INSTALLATION INFO (a reminder for myself as well):
For dotnet to work you need to EXPLICITLY install:
If you keep the install order in mind and you don't rely on pacman to resolve your dependencies you will be fine.
Longer explanation:
Every dotnet-sdk is dependent on a specific version of dotnet-runtime, this is built into dotnet.
Technically you only need the latest dotnet-sdk because it can build to any earlier versions.