Atualizando o Mono do 3.6 para a última versão do Ubuntu 16.04LTS

1

Estou com problemas para acessar a versão mais recente do mono. O procedimento tentado até agora:

simon@Core2duo:~$ mono -V
Mono JIT compiler version 3.6.0 (tarball Thu Jul 23 23:54:20 EDT 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

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

sudo apt-get install mono-complete

sudo apt-get install monodevelop

Reinicie

simon@Core2duo:~$ mono -V
Mono JIT compiler version 3.6.0 (tarball Thu Jul 23 23:54:20 EDT 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

Claramente há algo simples que não está sendo feito. Qualquer ajuda seria apreciada.

    
por Sciversimon 06.03.2017 / 03:06

0 respostas