Skip to content

yum install dotnet-sdk-3.0 fails on centos7 #4121

Closed
@cjvirtucio87

Description

@cjvirtucio87

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:

  1. Import the RPM key: rpm --import https://packages.microsoft.com/keys/microsoft.asc.
  2. Install the packages RPM file: rpm --upgrade --verbose --hash https://packages.microsoft.com/config/centos/7/packages-microsoft-prod.rpm.
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-setupIssues related to installing .NET Core

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions