Update mono opensuse 13.2

Discussion in 'Installation/Configuration' started by Sked, Oct 23, 2015.

  1. Sked

    Sked New Member

    Hello
    I have opensuse 13.2 and have big problems with mono.
    One of my aplications always crash with mono error. And i read on net that i need to
    change mono from 3.8 to 4.0 or 4.2. Can anyone help me how to update mono complete
    to that new version and where get sources.
    Thanks
     
  2. Sked

    Sked New Member

    I have try many think and couldnt update.
    Can please anyone tell me command or if there is any tutorial for do this.
     
  3. I have not that much experience with OpenSuse but try the following:
    Code:
    sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
    echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
    sudo apt-get update
    This should add the mono package to your source list and after you update it should update to the latest version.
     
    Last edited: Oct 31, 2015
  4. Sked

    Sked New Member

    I am so sorry but i dont know ubundu commands. Opensuse have little different, but
    i try yours and didnt work.
     
  5. huyhoangbeetour likes this.
  6. Sked

    Sked New Member

    Tnx for help, but i am runing minimal server, so i must type command in console.
     

Share This Page