1.安装dotnet运行时
yum install dotnet-runtime-6.0
2.安装aspnetcore运行时
yum install aspnetcore-runtime-6.0
卸载.netcore sdk
yum remove dotnet-sdk-*
卸载.netcore runtime
yum remove dotnet-runtime-*
本文介绍了如何在Linux系统中安装和卸载.NET运行时及ASP.NET Core运行时,包括使用yum命令安装dotnet-runtime-6.0和aspnetcore-runtime-6.0,以及卸载.netcore SDK和runtime。
1.安装dotnet运行时
yum install dotnet-runtime-6.0
2.安装aspnetcore运行时
yum install aspnetcore-runtime-6.0
卸载.netcore sdk
yum remove dotnet-sdk-*
卸载.netcore runtime
yum remove dotnet-runtime-*

被折叠的 条评论
为什么被折叠?