Hello,
After a lot of difficulties

, I've now Cambam that works on linux (Ubuntu 14.04) ..
(A guy on a french forum has done a script that install all mono libs, cambam files and an icon for lauch CB full automatically, nice !!)
I also tried to install some plugins ... and understand why they works or not on the linux version ...
If I try my plugins "Invert selection" or "Flatten", it works, but "Num Move" or "Grid Manager" crashes CB.
An example of the console return values when I try to use NumMove (no error when loading the plugin, only when it is used)
Missing method GetSetting in assembly /home/david/CamBam0.9.8/plugins/NumMove.dll, type Microsoft.VisualBasic.Interaction
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
File name: 'Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00000] in <filename unknown>:0
Is there other things that are needed, in addition to the 4 libmonoxxxx..cil libraries given in the web doc to handle the .dll files compiled with VB .net ?
I've also a crash when I try to edit cells in the points collections (polylines, points list)
I can edit one cell, then if I try to edit a second, Cambam close.(but before it ask if I want to save my unsaved file)
++
David