Installation

RedHat 8

.NET 6.0 已經包含在官方的 AppStream 套件庫裡。

安裝 SDK 開發環境

sudo yum install dotnet-sdk-6.0 -y

安裝 runtime 執行環境

sudo dnf install aspnetcore-runtime-6.0

檢查版本

dotnet --list-sdks
dotnet --list-runtimes

Ubuntu 22.04

Ubuntu 20.04



Revision #8
Created 2022-06-29 05:20:46 CST by A-Lang (Admin)
Updated 2023-02-21 10:51:50 CST by A-Lang (Admin)