![見出し画像](https://assets.st-note.com/production/uploads/images/108979612/rectangle_large_type_2_5e3495f58687ef442f36fb799ce40b13.png?width=1200)
Photo by
kind_fairy629
C# zorin os install
C# zorin os install
第1 windows10
現有のパソコンではinstall しても重くて使い物にならない
第2 zorin os install
方法2通り存在
その1
Ubuntuリポジトリに取り込まれたパッケージ版.NETで、UbuntuでもC#プログラミングを始めよう!
内容理解できないので実施しない
その2
Linux (Ubuntu) に MonoDevelop をインストール
今回実施
version 確認
mono -V 画像みにくい
![](https://assets.st-note.com/img/1687495606428-qI8zu2UW5q.png?width=1200)
using System;
class Prog
{
static void Main()
{
Console.WriteLine("Hello World!!");
}
mcs hello.cs
mono hello.exe
![](https://assets.st-note.com/img/1687495655930-D3PrfBbEpW.png?width=1200)
以上