dotnet core multi-platform downloads
dotnet core multi-platform downloads
- https://dotnet.microsoft.com/download/dotnet-core
- https://dotnet.microsoft.com/download/dotnet-core/2.2
how to install dotnet on red hat, suse or ubuntu
aptitude commands
# wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
# dpkg -i packages-microsoft-prod.deb
# aptitude update
# aptitude install apt-transport-https
# aptitude install aspnetcore-runtime-2.2