Hey, It's me again... Could it be possible to add aarch64 support to aspnet-runtime-2.1 and aspnet-runtime-bin?
Search Criteria
Package Details: dotnet-runtime-2.1 2.1.30.sdk818-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dotnet-core-2.1.git (read-only, click to copy) |
---|---|
Package Base: | dotnet-core-2.1 |
Description: | The .NET Core runtime version 2.1 |
Upstream URL: | https://www.microsoft.com/net/core |
Keywords: | .net dotnet microsoft |
Licenses: | MIT |
Conflicts: | dotnet-runtime, dotnet-runtime-2.1 |
Provides: | dotnet-runtime, dotnet-runtime-2.1 |
Submitter: | Gr3q |
Maintainer: | Gr3q |
Last Packager: | Gr3q |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2019-10-05 06:40 (UTC) |
Last Updated: | 2021-08-24 20:56 (UTC) |
Dependencies (9)
- dotnet-host (dotnet-host-preview-binAUR, dotnet-host-binAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- icu (icu-gitAUR)
- krb5 (krb5-gitAUR)
- libcurl.so (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR, curl, lib32-curl)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- lttng-ust (optional) – CoreCLR tracing
Required by (98)
- 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-2.1
- 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)
- bicep-bin (requires dotnet-runtime)
- bicep-langserver-bin (requires dotnet-runtime)
- bilibilitoolpro-git (requires dotnet-runtime)
- bililiverecorder-git (requires dotnet-runtime)
- bililiverecorder-git (requires dotnet-runtime) (make)
- cavalier (requires dotnet-runtime)
- cavalier-git (requires dotnet-runtime)
- celeste64-fuji (requires dotnet-runtime)
- Show 78 more...
Sources (3)
- https://download.visualstudio.microsoft.com/download/pr/04bec57b-d2a9-46b0-8c97-848558818000/1e67e2407b0518c9d2a692ba1fc99b22/dotnet-sdk-2.1.818-linux-arm64.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/5797d98a-8faf-472d-925c-931ac542d3c8/e48942da88f4d9d653a7b5c0790e7724/dotnet-sdk-2.1.818-linux-x64.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/ba99642d-36fc-4654-95c3-112711ca6e41/7ef9d5f0a6d9b432069b68b46d81867c/dotnet-sdk-2.1.818-linux-arm.tar.gz
Latest Comments
« First ‹ Previous 1 2
k8ie commented on 2019-10-05 09:44 (UTC) (edited on 2019-10-05 09:46 (UTC) by k8ie)
Gr3q commented on 2019-10-05 07:32 (UTC) (edited on 2019-10-05 10:13 (UTC) by Gr3q)
IMPORTANT INSTALLATION INFO (a reminder for myself as well):
For dotnet to work you need to EXPLICITLY install:
- ONE dotnet-host - highest version possible
- ANY NUMBER of dotnet-runtimes (and its sdks after if you want to build as well - Right now version 'bin' and '2.1' is tested to work together)
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.
Because you are installing from the AUR pacman won't resolve dependencies for you correctly with specific versions, and the installation will either fail or the (outdated) community package will be installed as dependency.
Pinned Comments
Gr3q commented on 2019-10-05 07:32 (UTC) (edited on 2019-10-05 10:13 (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.
Because you are installing from the AUR pacman won't resolve dependencies for you correctly with specific versions, and the installation will either fail or the (outdated) community package will be installed as dependency.