-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Closed
Labels
area-setupIssues related to installing .NET CoreIssues related to installing .NET Core
Description
yum install dotnet-sdk-3.0 fails
General
We're unable to install dotnet-sdk-3.0 on centos7. Here's some steps to reproduce:
- Import the RPM key:
rpm --import https://packages.microsoft.com/keys/microsoft.asc. - Install the
packagesRPM file:rpm --upgrade --verbose --hash https://packages.microsoft.com/config/centos/7/packages-microsoft-prod.rpm. - Install
dotnet-sdk-3.0:yum install --assumeyes dotnet-sdk-3.0.
EXPECTED: dotnet-sdk-3.0 installs successfully.
ACTUAL:
Error: Package: dotnet-runtime-3.0-3.0.2-1.x86_64 (packages-microsoft-com-prod)
Requires: dotnet-runtime-deps-3.0 >= 3.0.2
Available: dotnet-runtime-deps-3.0-3.0.0-1.x86_64 (packages-microsoft-com-prod)
dotnet-runtime-deps-3.0 = 3.0.0-1
Available: dotnet-runtime-deps-3.0-3.0.1-1.x86_64 (packages-microsoft-com-prod)
dotnet-runtime-deps-3.0 = 3.0.1-1
We suspect that it has to do with a missing 3.0.2 package from the repo (as of 1/14/2020 4:27 PM EST):
dotnet-runtime-deps-3.0.1-centos.7-x64.rpm 19-Nov-2019 23:28 2857
dotnet-runtime-deps-3.1.0-centos.7-x64.rpm 03-Dec-2019 21:08 2857
matthewsullivan-wf, mike-seekwell, dagood and kitsuyui
Metadata
Metadata
Assignees
Labels
area-setupIssues related to installing .NET CoreIssues related to installing .NET Core