Linux Ubuntu
[Ubuntu] 22.04 에 .NET6 설치하기/실행하기
kjun.kr
2022. 8. 29. 23:40
728x90
아래는 22.04 에 .Net6 설치하기 위한 명령어이다.
sudo apt update sudo apt install dotnet6 |
https://ubuntu.com/blog/install-dotnet-on-ubuntu
Microsoft and Canonical announce native .NET availability in Ubuntu 22.04 hosts and containers | Ubuntu
.NET developers are now able to install the ASP.NET and .NET SDK and runtimes from Ubuntu 22.04 LTS with a single “apt install” command Canonical releases new, ultra-small OCI-compliant appliance images, without a shell or package manager, for both the
ubuntu.com
여기를 보면 22.04 부터 .Net 이 포함되어 있는걸 알수 있다.
그래서 설치도 간단해 졌다
<실행>
dounet run test |
프로젝트 파일을 실행하면 된다.
728x90