Monday, December 16, 2019

Installing dotnet core SDK in Ubuntu using snap

To view currently supported version of dotnet-dsk, do:
$: sudo snap install dotnet-sdk

Installing latest stable:
$: sudo snap install dotnet-sdk

dotnet will not be available in the command line as snap creates dotnet-sdk.dotnet. Let us create an alias to make it convenient:

$: sudo snap alias dotnet-sdk.dotnet dotnet

No comments:

SBCL Hello world

SBCL Hello, world! Version info: - OS: Windows 11 23H2 (Microsoft Windows [Version 10.0.22631.7079]) - Emacs: 30.2 - SBCL : 2.6.4 - SLI...