윈도우 WSL2로 리눅스 우분투 설치하고 계정 만들기까지는 따라했는데...
그 다음에 dotnet core를 리눅스에 설치하는 방법을 모르겠습니다.
인터넷에서 검색해서 해봤는데 에러가 발생하고 설치가 되지를 않네요.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
dotnet-sdk-2.0.2 : Depends: dotnet-runtime-2.0.0 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
설치 방법 링크를 알려주시면 그대로 따라해서 환경을 만들겠습니다.