Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 12008  / 2 Years ago, sat, january 15, 2022, 10:34:41

I am learning to program in Visual Basic .NET at school, and am using Visual Studio Express.



My teacher said that I can download Mono to practise programming at home, and as my exam is soon, I want to start practising.



I have read that it comes installed by default in some versions of Ubuntu. I'm currently using 13.04. I don't think it is installed already though.



What do I need to do to get mono? Would a sudo apt-get install mono-runtime do the job? Is there anything else I would need to do?



Thanks


More From » 13.04

 Answers
4

I just checked my installation of 13.04, and Mono is not installed.



To install Mono, this will install Mono Run-time, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:



sudo apt-get install mono-runtime


If mono Develop is what you're after, then



sudo apt-get install monodevelop


Mono focuses on compilers and run-time libraries and does not directly provide an IDE. MonoDevelop is a cross platform IDE mostly aimed at Mono/.NET developers. For more info see MonoDevelop, and Mono


[#31209] Sunday, January 16, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
breadoules

Total Points: 212
Total Questions: 118
Total Answers: 120

Location: Dominica
Member since Mon, Jun 22, 2020
4 Years ago
;