Windows

To install .NET Core SDK on Windows, download it free of charge from the following address:

https://dotnet.microsoft.com/download

When the download is complete, run the corresponding installer and complete the installation process.


Linux (Ubuntu and Debian)

Before installing .NET Core SDK on Linux, you should update the system repositories. This ensures that all of your systems software is up-to-date, reducing the likelihood of compatibility issues. Open a terminal and run the following commands.

sudo apt update
sudo apt upgrade -y

Next, run the following command to install .NET Core SDK.

sudo apt install -y dotnet-sdk-8.0