Issue
I'm looking for offline installation package for mono on centOS or Redhat. I want to run *.exe file on Linux. All I find is using online repositories but my server is not connected to the internet.
Solution
You did not say which version of Mono you are looking for, but you can manually download the most recent "stable" centOS rpm
packages from:
i.e. The current mono-core
64bit .rpm
is under m/mono-core
:
Once you have all the rpms that you need downloaded and copied to your offline server, you can use yum
to install them...
Answered By - SushiHangover Answer Checked By - Robin (WPSolving Admin)