centos7부터 .net core 가 공식 지원되는 모양이다.. 아래와 같이 공식적으로 지원하는 .net core 2.0을 설치 할 수 있다. (매우 느림.. 암튼 느림..)
.NET Core 2.0
Install it:
yum install centos-release-dotnet yum install rh-dotnet20
Then, to use it:
scl enable rh-dotnet20 bash dotnet --info
출처: https://forums.dotnetfoundation.org/t/how-and-what-do-i-need-to-install-net-on-centos-7/1112
'프로그래밍 > .net core' 카테고리의 다른 글
[Centos] .net core 2.1 설치 오류... (0) | 2018.06.05 |
---|---|
메모: centos 에 .net core sdk 업그레이드 순서. (0) | 2017.11.02 |