Lonko
Lonko

Reputation: 369

Linux Ubuntu mono

I'm trying to install absolute small package of mono for our app, which is .net 4.0 (console app) what package should i install?

Is there a console only package ? Or maybe some script for ubuntu that analyzes the application and installs only needed mono dlls.

Thank you!

Best regards!

Upvotes: 1

Views: 498

Answers (2)

Jaapjan
Jaapjan

Reputation: 3385

sudo apt-get install mono-runtime

That will only install the standard runtime.

Upvotes: 1

Fishcake
Fishcake

Reputation: 10754

There is a guide on the Mono project website to create a smaller mono install

Upvotes: 0

Related Questions