Skip to content

.NET 10 Preview 7 SDK deb and rpm missing package dependencies #10033

@leecow

Description

@leecow

Issue: Installing the Preview 7 .NET SDK on Azure Linux 3 via package manager (tdnf install dotnet-runtime-10.0) does not install all components needed for a working installation.

Note that acquisition using the .NET install script is not effected by this issue.

Background: .NET Linux installer packages (.deb/.rpm) include dependency information which when installed using a Package Manager, resolves the dependencies and installs the necessary packages. The SDK should reference the Runtime, which then references other components such as the Dotnet Host.

Workaround: The installation can be completed by installing either dotnet-runtime or aspnetcore-runtime, depending on your need. e.g. tdnf install aspnetcore-runtime-10.0

The owning team is aware of the issue and are working on a fix. We will update this issue as we progress toward publishing the fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions