How to Install mono-utils in Ubuntu 18.04



Install mono-utils by entering the following commands in the terminal:

sudo apt update
sudo apt install mono-utils

Description:

Mono utilities

Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package includes various tools useful for CLI developers, like pedump, monodis and monograph.

Homepage: http://www.mono-project.com/

Version: 4.6.2.7+dfsg-1ubuntu1

Section: universe/devel