Skip to content

Instantly share code, notes, and snippets.

@jenkinsshubham
Last active September 1, 2017 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jenkinsshubham/4c0f4cc18a155d2c3a8e1e3a816a238e to your computer and use it in GitHub Desktop.
Save jenkinsshubham/4c0f4cc18a155d2c3a8e1e3a816a238e to your computer and use it in GitHub Desktop.
Install mono (alternative for Visual Basic) in Fedora or CentOS
#! /bin/bash
# By J Shubham
#run this under root
#--------------#
yum install yum-utils
rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
yum install mono-devel
yum install mono-data-oracle
yum install mono-debugger
@jenkinsshubham
Copy link
Author

Run this file under as root.

sudo ./install-mono.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment