#ubuntu2604 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #ubuntu2604, aggregated by home.social.
-
Microsoft announces official availability of .NET 10.0 for Ubuntu 26.04 LTS!
Microsoft has announced that .NET 10.0 is now available globally for Ubuntu 26.04 LTS users! This version of .NET brings improved performance and new features, as well as other enhancements across different areas of the framework.
.NET is one of the officially supported development toolchains thanks to Microsoft and Canonical partnering together to ensure that .NET is available and easily installable in Ubuntu. This ensures that .NET works properly across multiple Ubuntu versions.
Ubuntu 26.04 LTS Resolute Raccoon has also seen many changes besides the availability of .NET 10.0, including the usage of Linux 7.0 as the kernel to add support for new hardware and to enhance your computer’s performance and reliability. Besides, .NET 10.0 introduced post-quantum cryptography.
To install .NET 10.0 SDK on your Ubuntu 26.04 LTS installation, follow these steps:
$ sudo apt update $ sudo apt install dotnet-sdk-10.0Similarly, to install the runtime on your installation, follow these steps:
$ sudo apt update $ sudo apt install dotnet-runtime-10.0However, to install .NET 10.0 SDK with Native AOT support, you’ll have to install the following packages:
$ sudo apt update $ sudo apt install dotnet-sdk-aot-10.0 clangTo learn more about what’s new for .NET in Ubuntu 26.04 LTS, consult the article below.
Learn more #Net #Net100 #2604 #2604LTS #C #csharp #dotnet #Linux #news #Raccoon #Resolute #ResoluteRaccoon #Tech #Technology #Ubuntu #Ubuntu2604 #Ubuntu2604LTS #Ubuntu2604LTSResolute #Ubuntu2604LTSResoluteRaccoon #Ubuntu2604Resolute #Ubuntu2604ResoluteRaccoon #update