How to downgrade mono 4.2.1 to 3.12?

5,369

I found the answer provided here --- as painstaking as it was --- the only viable solution.

My code to run for anyone wishing to downgrade to mono V3.12 that would like to avoid navigating dependencies hell...

$ mono -V
Mono JIT compiler version 3.12.1 (tarball Fri Mar  6 19:12:47 UTC 2015)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
    TLS:           __thread
    SIGSEGV:       altstack
    Notifications: epoll
    Architecture:  amd64
    Disabled:      none
    Misc:          softdebug 
    LLVM:          supported, not enabled.
    GC:            sgen
Share:
5,369

Related videos on Youtube

Big Ben GamerGuyKSPMC
Author by

Big Ben GamerGuyKSPMC

I am great at gaming, and I have a youtube channel here: https://www.youtube.com/channel/UCtLy17F1L83z3oqtcGWML4g

Updated on September 18, 2022

Comments

  • Big Ben GamerGuyKSPMC
    Big Ben GamerGuyKSPMC over 1 year

    Mono 4.2.1 simply has way too many glitches. I tried using the steps in the answers of this question, but when I type mono --version, I get:

    Mono JIT compiler version 4.2.1 (Debian 4.2.1.102+dfsg2-7ubuntu4).
    

    I want mono 3.12, and I have no idea how to do this.

  • sempaiscuba
    sempaiscuba over 6 years
    It would be better to include the main steps (and a description of the code) here in your answer in case the URLs change.