dotnet / docs

This repository contains .NET Documentation.
https://learn.microsoft.com/dotnet
Creative Commons Attribution 4.0 International
4.24k stars 5.88k forks source link

Add dotnetX package to distribution packaging doc #30725

Open tmds opened 2 years ago

tmds commented 2 years ago

https://docs.microsoft.com/en-us/dotnet/core/distribution-packaging describes guidelines to have similar packages across Linux distros.

Ubuntu now includes packages for .NET 6, see https://ubuntu.com//blog/install-dotnet-on-ubuntu.

To install .NET 6 it provides a dotnet6 package.

This package should be added to the doc.

cc @richlander @omajid


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

omajid commented 2 years ago

Duplicate of https://github.com/dotnet/docs/issues/30457 ?

tmds commented 2 years ago

Duplicate of https://github.com/dotnet/docs/issues/30457 ?

That issue is about the source of packages: Microsoft or distro.

This issue is specifically for adding the dotnetX package to the package guidelines.

omajid commented 2 years ago

Thanks!

Any thoughts on "dotnet6.0" vs "dotnet6"? We use the former in Fedora/RHEL as the source-package name.

tmds commented 2 years ago

Any thoughts on "dotnet6.0" vs "dotnet6"? We use the former in Fedora/RHEL as the source-package name.

We can discuss it when we update the doc. If we decide on dotnet6.0, Ubuntu maintainers can still add such a package.

richlander commented 2 years ago

@MichaelSimons

FYI: I am away (on a trip).

adegeo commented 1 year ago

@tmds @richlander @MichaelSimons @omajid is there any closure to this issue?