めまいプログラマーの徒然

小脳出血でめまいをおこしている プログラマの忘備録

Linux Mint に Mono をインストールします。

実行環境のインストール

 mono の実行環境をインストールします。Linux Mintubuntu 系なので簡単にインストールできます。

$ sudo apt-get install mono-complete

入力は上記の通りで、後は色々と自動でインストールされます。(complete だもの)

確認は
$ mono --version

Mono JIT compiler version 4.2.1 (Debian 4.2.1.102+dfsg2-7ubuntu4)
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

開発環境をインストール

 開発環境はメニューのソフトウェアマネージャ を起動し、検索窓に mono を入れて検索してインストールします。

f:id:xskawabe:20180107194710p:plain

Monodevelop を選択します。

f:id:xskawabe:20180107194815p:plain

インストールボタンを押してインストールします。

f:id:xskawabe:20180107195135p:plain