dotnet command not working on centos server, runtime installed
I installed aspnet core runtime (aspnetcore-runtime-3.1.3) on a centOS 7 server. following this guide from microsoft documentation: https://learn.microsoft.com/en-us/dotnet/core/install/runtime?pivots=os-linux#download-and-manually-install my server doesn't have internet connection. After installation, when I run any command, e.g. dotnet --info it says it can't find any…