Your browser does not support the video tag.
Figure 1 - Update repositories
sudo apt-get update
Figure 2 - Install .Net 8.0 dependencies
sudo apt install ca-certificates libc6 libgcc-s1 libicu74 liblttng-ust1 libssl3 libstdc++6 libunwind8 zlib1g
Figure 3 - Install .Net 8.0 runtime
sudo apt-get install -y dotnet-runtime-8.0
Figure 4 - Check installed runtimes
sudo dotnet --list-runtimes