Package Details: dotnet-sdk-2.1 2.1.30.sdk818-1

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 SDK version 2.1
Upstream URL: https://www.microsoft.com/net/core
Keywords: .net dotnet microsoft
Licenses: MIT
Conflicts: dotnet-sdk, dotnet-sdk-2.1
Provides: dotnet-sdk, dotnet-sdk-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)

Required by (167)

Sources (3)

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:

  • 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.

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)

Hey, It's me again... Could it be possible to add aarch64 support to aspnet-runtime-2.1 and aspnet-runtime-bin?

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.