Thursday, August 18, 2022

How to Install DotNet 6 on Ubuntu 22.04

 .NET 6 is now included in Ubuntu 22.04 (Jammy) and can be installed with just apt install dotnet6. This change is a major improvement and simplification for Ubuntu users. We’re also releasing .NET with Chiseled Ubuntu Containers, a new small and secure container offering from Canonical. These improvements are the result of a new partnership between Canonical and Microsoft. 

Here’s the commands to install the .NET 6 SDK on Ubuntu 22.04:

sudo apt update

sudo apt install dotnet6

.NET (pronounced as "dot net"; previously named .NET Core) is a free and open-source, managed computer software framework for Windows, Linux, and macOS operating systems.[3] It is a cross-platform[4] successor to .NET Framework.[5] The project is primarily developed by Microsoft employees by way of the .NET Foundation, and released under the MIT License.

0 comments:

Post a Comment