Ubuntu is the official OS for this course. These are the suggested ways that you can run Ubuntu on your computer:
These instructions allow you to install Mono C# on Ubuntu.
Install the Mono related tools in your system. At the terminal type:
sudo apt update
sudo apt install mono-devel mono-utils
Verify that the C# compiler was installed correctly. Type at the terminal:
mcs --version
You should see something like the following message:
Mono C# compiler version 5.16.0.220