Silberwelten Forum

Normale Version: Aktuelles Mono für Ubuntu 20.04 installieren
Sie sehen gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Aktuelles Mono für Ubuntu 20.04 installieren

OpenSim ist unter Linux in verschiedenen Versionen nur mit Mono lauffähig.

Installation nach Angaben von der Hauptseite:

Für Ubuntu 20.04:

Hinzufügen der Mono Repository:

sudo apt install gnupg ca-certificates

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF

echo "deb https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list

Nachfolgend:

sudo apt update

Installation:

sudo apt install mono-complete

Version abfragen:

mono --version

sliplady@prinzeisenherz:~$ mono --version

Mono JIT compiler version 6.12.0.122 (tarball Mon Feb 22 17:33:28 UTC 2021)

Copyright © 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com

TLS:          __threa

SIGSEGV:      altstack

Notifications: epoll

Architecture:  amd64

Disabled:      none

Misc:          softdebug

Interpreter:  yes

LLVM:          yes(610)

Suspend:      hybrid

GC:            sgen (concurrent by default)

Fehler sind vorprogrammiert,

wenn die empfohlene Mono Version für OpenSim und die installierte Mono Version übereinstimmen.

[attachment=121]

Link:

https://www.mono-project.com/download/stable/