-
Notifications
You must be signed in to change notification settings - Fork 6k
Update the install docs for linux #21526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, one suggestion.
docs/core/install/includes/linux-install-package-manager-x64-vs-arm.md
Outdated
Show resolved
Hide resolved
…s-arm.md Co-authored-by: Tom Dykstra <[email protected]>
You might want to change the first line to "default package repositories for Fedora 33". Otherwise looks good to me. |
Ack thanks! Sooo many copy-pastes... |
OK These changes are completed, please review the files changed tab. One major deviation to the pattern I was using is RHEL 7 has two sections, one for .NET Core 3.1 and one for .NET 5.0 since the instructions are different for the versions. IF .NET 5.0 becomes available as a rh-* package I'll merge these back and clean it up. |
I actually think the RHEL 7 .NET 5.0 instructions are wrong because it's using DNF not YUM. I'll change those. @omajid Does |
No. |
cc @RheaAyase |
CentOS 8 and RHEL now have .NET 5 packages. The CentOS 8 and RHEL 8 packages are a little out of date right now, but should be getting updated within a few days. This is a partial revert of dotnet#21526.
CentOS 8 and RHEL now have .NET 5 packages. The CentOS 8 and RHEL 8 packages are a little out of date right now, but should be getting updated within a few days. This is a partial revert of #21526.
Summary
Fixes #21503
Fixes #21524