Install .NET 8.0 (Linux)
## Install .NET8.0
Install .NET 8.0 with the following command.
```
sudo wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
sudo chmod +x ./dotnet-install.sh
sudo ./dotnet-install.sh -c 8.0 -i /usr/local/bin
dotnet --version
```
For details, please refer to **the installation via script** on the official page below.
https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#scripted-install
Additionally, there may be cases where errors regarding specific files occur when executing the dotnet command. In such cases, please refer to the following page. *Please note that the following page is about Ubuntu.
https://learn.microsoft.com/en-us/dotnet/core/install/linux-package-mixup?pivots=os-linux-ubuntu