RockyLinux安装.NET8 runtime
官方教程
安装
sudo dnf update -y
sudo dnf install -y dotnet-host
sudo dnf install -y dotnet-runtime-8.0
dotnet --list-runtimes
sudo dnf update -y
sudo dnf install -y dotnet-host
sudo dnf install -y dotnet-runtime-8.0
dotnet --list-runtimes