C# on Linux Aug 20th, 2016 2:18 pm 参考官方说明 attention:有些commend不适合ubuntu,要区分 参见另一篇blog install mono,(mono-complete and monodevelop): sudo apt-get install mono-complete monodevelop edit: vim helloworld.cs build: mcs helloworld.cd run: ./helloworld.exe done.