Install dotnet 6 on snap

 I needed instal dotnet 6 on Ubuntu 22 and I found a effective on year 2025 and this is using snap.

The command is: 


  
 sudo snap install dotnet-sdk --channel=6.0/stable --classic
    





Comments