How can I run a .NET program on an Amazon Linux AMI, either by installing Mono or .NET Core? Or is the runtime already installed?
I tried yum -y install mono
but got No package mono available
, and yum -y install mono-complete
doesn't work either.
I couldn't find any way to install .NET core either - there are no packages listed when I run yum search dotnet
(or yum search mono
for that matter).