To activate a development .NET platform in Archlinux issue the following yay command.
[codesyntax lang=”bash”]
yay -S dotnet-runtime dotnet-sdk code
[/codesyntax]
This will provide a base layer. Add the .NET location “~/.dotnet/tools” to the path.
Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.