Skip to content

Commit

Permalink
Update linux-packages.md for .NET 9 (#9289)
Browse files Browse the repository at this point in the history
Added new OS version and updated space errors
  • Loading branch information
ashnaga committed May 6, 2024
1 parent 918f278 commit 2f859c6
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions release-notes/9.0/linux-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sudo apk add \

```bash
sudo apt-get update \
&&sudo apt-get install -y --no-install-recommends \
&& sudo apt-get install -y --no-install-recommends \
libc6 \
libgcc-s1 \
libicu72 \
Expand All @@ -49,7 +49,7 @@ sudo apt-get update \
## Debian 11 "Bullseye"
``` bash
sudo apt-get update \
&&sudo apt-get install -y --no-install-recommends \
&& sudo apt-get install -y --no-install-recommends \
libc6 \
libgcc1 \
libgssapi-krb5-2 \
Expand All @@ -59,10 +59,23 @@ sudo apt-get update \
zlib1g
```

## Ubuntu 24.04 "Noble"

```bash
sudo apt-get update \
&& sudo apt-get install -y --no-install-recommends \
libc6 \
libgcc-s1 \
libicu74 \
libssl3 \
libstdc++6 \
zlib1g
```

## Ubuntu 23.10"Mantic"
``` bash
sudo apt-get update \
&&sudo apt-get install -y --no-install-recommends \
&& sudo apt-get install -y --no-install-recommends \
libc6 \
libgcc-s1 \
libicu72 \
Expand All @@ -75,7 +88,7 @@ sudo apt-get update \

``` bash
sudo apt-get update \
&&sudo apt-get install -y --no-install-recommends \
&& sudo apt-get install -y --no-install-recommends \
libc6 \
libgcc-s1 \
libicu70 \
Expand Down

0 comments on commit 2f859c6

Please sign in to comment.