VBNC
1.0.0
Open Terminal:
Click "+" -> New Teminal OR Alt + T
You can use Install, Compile & Run commands
sudo apt update
sudo apt install mono-vbnc
vbnc module1.vb
mono module1.exe
Combine vbnc and mono, compile and execute commands in one
Setup:
chmod +x run
sudo cp run /usr/bin/
Compile & Run:
run
Upgrade to Latest Mono 4+:
Upgrading seems to be unstable: can cause issues with sudo and missing packages
http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
sudo apt upgrade