Hi I'm getting the following error while trying to update the pkg :
error: can't build dotnet-core-bin-6.0.4.sdk202-1 (dotnet-host-bin dotnet-runtime-bin netstandard-targeting-pack-bin dotnet-targeting-pack-bin dotnet-sdk-bin), deps not satisfied: dotnet-host>=6.0.4
For the following upgrade :
aur/dotnet-host-bin 6.0.3.sdk201-1 6.0.4.sdk202-1
aur/dotnet-runtime-bin 6.0.3.sdk201-1 6.0.4.sdk202-1
aur/netstandard-targeting-pack-bin 6.0.3.sdk201-1 6.0.4.sdk202-1
aur/dotnet-targeting-pack-bin 6.0.3.sdk201-1 6.0.4.sdk202-1
aur/dotnet-sdk-bin 6.0.3.sdk201-1 6.0.4.sdk202-1
Maybe I need to uninstall reinstall these pkgs ?
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.