Skip to content

Commit 3a8b35f

Browse files
committed
Update markdown
1 parent 45c0093 commit 3a8b35f

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

release-notes/9.0/os-packages.md

+3-18
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ This file is generated from [os-packages.json](os-packages.json).
88

99
The following table lists required packages, including the scenarios by which they are needed.
1010

11-
Id | Name | Required | References
11+
Id | Name | Required scenarios | Notes
1212
--------------- | --------- | ------------- | ------------------------------
13-
[libc][0] | C Library | All | https://www.gnu.org/software/libc/libc.html<br>https://musl.libc.org/
13+
[libc][0] | C Library | All | https://github.com/dotnet/core/blob/main/release-notes/9.0/supported-os.md#linux-compatibility<br>https://www.gnu.org/software/libc/libc.html<br>https://musl.libc.org/
1414
[libgcc][1] | GCC low-level runtime library | All | https://gcc.gnu.org/onlinedocs/gccint/Libgcc.html
1515
[ca-certificates][2] | CA Certificates | Https | https://www.redhat.com/sysadmin/ca-certificates-cli
16-
[openssl][3] | OpenSSL | Https<br>Cryptography | https://www.openssl.org/
16+
[openssl][3] | OpenSSL | Https<br>Cryptography | Minimum required version 1.1.1<br>https://www.openssl.org/
1717
[libstdc++][4] | C++ Library | Runtime | https://gcc.gnu.org/onlinedocs/libstdc++/
1818
[libicu][5] | ICU | Globalization | https://icu.unicode.org<br>https://github.com/dotnet/runtime/blob/main/docs/design/features/globalization-invariant-mode.md
1919
[tzdata][6] | tz database | Globalization | https://data.iana.org/time-zones/tz-link.html
@@ -75,21 +75,6 @@ sudo apt-get install -y \
7575
tzdata
7676
```
7777

78-
### Debian 11 (Bullseye)
79-
80-
```bash
81-
sudo apt-get update && \
82-
sudo apt-get install -y \
83-
ca-certificates \
84-
libc6 \
85-
libgcc1 \
86-
libgssapi-krb5-2 \
87-
libicu67 \
88-
libssl1.1 \
89-
libstdc++6 \
90-
tzdata
91-
```
92-
9378
## Fedora
9479

9580
### Fedora 40

0 commit comments

Comments
 (0)