Mono 6 安装说明
1. 安装方法
从 下载页面 下载安装包。
安装/卸载:
deb
# 检查下载的安装包
$ md5sum -c mono-6.13.0-1_loongarch64.deb.md5
# 离线安装命令:
$ sudo apt install ./mono-6.13.0-1_loongarch64.deb
# 卸载:
$ sudo apt purge mono-6.13
rpm
# 检查下载的安装包
$ md5sum -c mono-6.13.0-1.loongarch64.rpm.md5
# 离线安装命令:
$ sudo yum install ./mono-6.13.0-1.loongarch64.rpm
# 卸载:
$ sudo yum remove mono-6.13
1.1. 查看安装结果
$ whereis mono
mono: /usr/bin/mono /usr/lib/mono /usr/etc/mono /usr/share/man/man1/mono.1
1.2. 查看 Mono 版本
### 查看Mono版本:
$ mono --version
Mono JIT compiler version 6.13.0 (loongarch64-dev-6.0/e7cece7bde0 2024年 04月 19日 星期五 07:02:19 UTC)
Loongson's version 6.13.0-1
Copyright (C) Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: normal
Notifications: epoll
Architecture: loongarch64
Disabled: none
Misc: softdebug
Interpreter: yes
Suspend: preemptive
GC: sgen (concurrent by default)