We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm working on a Ubuntu machine (Jammy)
I found I can install .NET 8 from Jammy source:
sudo apt install dotnet8
However seems dotnet9 was not yet published to the source yet:
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!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I'm working on a Ubuntu machine (Jammy)
I found I can install .NET 8 from Jammy source:
However seems dotnet9 was not yet published to the source yet:
Thanks!!
The text was updated successfully, but these errors were encountered: