Nix package manager
Install On Debian
sh
curl -L https://nixos.org/nix/install | shAdd channel
sh
nix-channel --add https://nixos.org/channels/nixpkgs-unstable
nix-channel --updateTest shell
sh
nix-shell -p dotnet-sdk_10When opened the prompt will be [nix-shell:~]$
Then see if dotnet actually is there
sh
dotnet --list-sdks