Good day!
I think I need to ask for a little help from the CamBam Linux community. I've read in other threads that an extra package (Visual Basic?? I'm still a novice in this realm) needs to be installed on top of mono in order to allow some plugins to function: Terminal command: sudo apt-get install libmono-microsoft-visualbasic10.0-ci
Here's my current situation: I had everything running great (CamBam on a Raspberry Pi, mono and VB working) and then I tried to play with some scripts. CB crashed and I got the idea that mono was somehow responsible, so I uninstalled and reinstalled mono. Now I can't load plugins (Numerical Move & Select by Type) that I suspect rely on VB. However, when I attempt to install or upgrade VB, I get this text:
user@pi:~ $ sudo apt-get install libmono-microsoft-visualbasic10.0-ci
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'libmono-microsoft-visualbasic10.0-cil' for regex 'libmono-microsoft-visualbasic10.0-ci'
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Looking over the installed packages on my pi using "dpkg --list" yields a list of several hundred packages, but libmono-microsoft-visualbasic isn't one of them.
So I've come to the conclusion that the package isn't installed, and I don't know how to install it (so some plugins don't run). And I'm not Linux-savvy enough to work my way through this one myself. Any help woudl be appreciated, thanks very much in advance!