Install .NET 9 from Ubuntu official jammy\noble source?
- 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.