Skip to content

Commit a70c3a1

Browse files
richlanderclaude
andauthored
Linux Support and Package Updates (#10183)
* Update os-packages.json with current Linux distros Add and update package information for supported Linux distributions: - Alpine 3.21, 3.22 - Azure Linux 3.0 - CentOS Stream 8, 9, 10 - Debian 12, 13 - Fedora 42, 43 - openSUSE Leap 15.6, 16.0 - RHEL 8, 9, 10 - SLES 15.6, 15.7, 16.0 - Ubuntu 22.04, 24.04, 25.10, 26.04 Also add test-os-packages.sh script to validate package names via Docker containers. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]> * Add os-packages.json for .NET 8 and update .NET 9 Add package information for supported Linux distributions: - Alpine 3.20, 3.21, 3.22 - Azure Linux 3.0 - CentOS Stream 8, 9, 10 - Debian 12, 13 - Fedora 41, 42, 43 - openSUSE Leap 15.6, 16.0 - RHEL 8, 9, 10 - SLES 15.6, 15.7, 16.0 - Ubuntu 22.04, 24.04, 25.10, 26.04 Also add test-os-packages.sh script to validate package names. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]> * Add RHEL 8 to .NET 10 supported-os.json Fixes #10169 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]> * Update supported-os and os-packages markdown files Update last-updated dates and regenerate markdown from JSON. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]> * Update linux.md dependencies and packages - Remove .NET 6 (out of support), add .NET 10 - Update .NET 8 link to os-packages.md - Add Azure Linux to packages list 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]> * Regenerate os-packages markdown files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]> * Sort os-packages.json distros alphabetically and versions descending 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]> * Update markdown with new sort * Remove date-only changes from .NET 8 and 9 supported-os files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]> --------- Co-authored-by: Claude Opus 4.5 <[email protected]>
1 parent 252768f commit a70c3a1

File tree

9 files changed

+4048
-774
lines changed

9 files changed

+4048
-774
lines changed

linux.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Please note that these other .NET container image distributions will have differ
2424
- [Alpine Linux](https://pkgs.alpinelinux.org/packages?name=dotnet*)
2525
- [Arch Linux](https://archlinux.org/packages/?q=dotnet)
2626
- [Arch Linux User Repository](https://aur.archlinux.org/packages?K=dotnet)
27+
- [Azure Linux](https://packages.microsoft.com/azurelinux/3.0/prod/base/x86_64/)
2728
- [Fedora](https://packages.fedoraproject.org/search?query=dotnet)
2829
- [Red Hat Enterprise Linux](https://docs.redhat.com/documentation/net)
2930
- [Tizen](https://developer.samsung.com/tizen/About-Tizen.NET/Tizen.NET.html)
@@ -49,9 +50,9 @@ Microsoft is [no longer publishing packages for Ubuntu starting with Ubuntu 24.0
4950

5051
.NET has multiple dependencies that must be installed. If you install .NET via packages, these packages will typically already be installed.
5152

52-
- [.NET 6 dependencies](./release-notes/6.0/linux-packages.md)
53-
- [.NET 8 dependencies](./release-notes/8.0/linux-packages.md)
53+
- [.NET 8 dependencies](./release-notes/8.0/os-packages.md)
5454
- [.NET 9 dependencies](./release-notes/9.0/os-packages.md)
55+
- [.NET 10 dependencies](./release-notes/10.0/os-packages.md)
5556

5657
## Portable build compatibility
5758

0 commit comments

Comments
 (0)