Silberwelten Forum

Normale Version: Private Notizen - Mono auf Ubuntu 22.04.1 LTS
Sie sehen gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Private Notizen - Mono auf Ubuntu 22.04.1 LTS

Last login: Sun Dec 18 11:43:27 2022 from ganz weit weg
cermet@zauberkiste:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy
cermet@zauberkiste:~$ 


Code:
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

sudo apt update

sudo apt install mono-complete -y



sudo reboot

cermet@zauberkiste:~$ mono --version

Mono JIT compiler version 6.8.0.105 (Debian 6.8.0.105+dfsg-3.2 Wed Jun 30 05:34:49 UTC 2021)
Copyright © 2002-2014 Novell, Inc, Xamarin Inc and Contributors. 'mono-project.com'

TLS:          __thread
SIGSEGV:      altstack
Notifications: epoll
Architecture:  amd64
Disabled:      none
Misc:          softdebug
Interpreter:  yes
LLVM:          supported, not enabled.
Suspend:      hybrid
GC:            sgen (concurrent by default)

cermet@zauberkiste:~$