dotnet / dotnet/sdk

Install .NET 9 from Ubuntu official jammy\noble source?

Open
#44,835 0 comments 0 reactions 1 assignee Claimed by @MiYanni View on GitHub
Area-Linux untriaged
Dominant language
C#
Stars
3.2k
Forks
1.3k
PR merge metrics
PR metrics pending

Description

Hi, I'm working on a Ubuntu machine (Jammy)

I found I can install .NET 8 from Jammy source:

```bash
sudo apt install dotnet8
```

However seems dotnet9 was not yet published to the source yet:

```bash
anduin@anduin-HP-Z4-G4-Workstation:~$ sudo apt install dotnet9
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package dotnet9
anduin@anduin-HP-Z4-G4-Workstation:~$ sudo apt install dotnet8
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
dotnet8 is already the newest version (8.0.110-8.0.10-0ubuntu1~22.04.1).
0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
anduin@anduin-HP-Z4-G4-Workstation:~$
```

Thanks!!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.