This post is about the latest Mono release, and its availability for older Linux distributions.
Thankfully, Xamarin provides Mono packages for the most current Linux distributions at http://www.mono-project.com/download/#download-lin. The Xamarin packages have not been updated yet, due to migration to a new Jenkins server.
I was not able yet to package MonoDevelop 6:
- One reason is that there is no tarball yet. I have attempted to build one, at https://lbs.solidcharity.com/package/tpokorra/mono/monodevelop-tarball, but it seems it is missing the contents of the “external” directory.
- The other reason are more dependancies, eg fsharp and NUnit3. See also https://bugzilla.redhat.com/show_bug.cgi?id=1313236 for the packaging of MonoDevelop6 for Fedora.
But here are the Mono 4.4.0.182 packages for CentOS and Fedora:
- For CentOS 7 and CentOS6 see https://copr.fedoraproject.org/coprs/tpokorra/mono/
- For CentOS 7 32 bit see https://lbs.solidcharity.com/package/tpokorra/mono/mono-opt#master_centos/7/i686
- Fedora Rawhide already has Mono 4.4.0.182
- For Fedora 22, 23 and 24: https://copr.fedoraproject.org/coprs/tpokorra/mono/
Here is the list of Mono 4.4.0.182 installed to /opt, for various Linux distributions:
- for Debian7, Debian8, Ubuntu 14.04, Ubuntu 16.04, OpenSUSE 13.1 and OpenSUSE 13.2: https://software.opensuse.org/download/package?project=home:tpokorra:mono&package=mono-opt
- for CentOS5, CentOS6, and CentOS7: https://copr.fedoraproject.org/coprs/tpokorra/mono-opt/
For a summary of packages that I maintain for Mono, see also https://github.com/tpokorra/lbs-mono/wiki
Cycle 7: Mono 4.4.0.182 for Linux, no MonoDevelop 6 yet
Thanks for doing what you. It is very helpful to me.
I can’t seem to locate the xsp package (non /opt version) in both your CentOS 6 and 7 repos. I need that package for fastcgi. How can I install that package?
I checked, there are some troubles building nunit for CentOS6, which results in xsp not building for CentOS6 either.
xsp for CentOS7 does exist, and I have just upgraded it to 4.2.
Do you really need xsp on CentOS6, or is CentOS7 sufficient?
CentOS7 is sufficient. Thank you 🙂