MX on Linux: Difference between revisions

305 bytes added ,  08:46, 21 April 2021
m
Line 400: Line 400:




=== Installing Mono instruction ===
== Installing Mono instruction ==


With all the pre-requisites correct as in previous steps, you can install mono package by simply typing <tt>sudo apt-get install -y mono-complete</tt>.  
With all the pre-requisites correct as in previous steps, you can install mono package by simply typing <tt>sudo apt-get install -y mono-complete</tt>.  
Line 412: Line 412:


It is important to note that MX requires the ''complete'' edition of mono. (There is also a cut-down developer edition of Mono that can be downloaded/installed, and that is the default installation).
It is important to note that MX requires the ''complete'' edition of mono. (There is also a cut-down developer edition of Mono that can be downloaded/installed, and that is the default installation).
==Tidying Mono  Installation===
Installing mono-complete has probably added some components not needed for your particular Linux distribution. To remove unneeded components type <tt>sudo autoremove</tt>.
Now you have what is needed to run any executable related to Cumulus, not just '''CumulusMX.exe'''.


= Completing Package Installation =
= Completing Package Installation =
5,838

edits