Sample Header Ad - 728x90

Is the difference between mono-runtime and mono-complete related to whether MySQL inserts successfully take place on Ubuntu 16.04?

3 votes
2 answers
7774 views
What is the difference between 1. sudo apt-get install mono-runtime and 2. sudo apt-get purge --remove mono-complete followed by sudo apt-get install mono-complete on an Ubuntu linux 16.04 instance? I was told earlier today that the difference between mono-runtime and mono-complete could be related to whether MySQL inserts successfully take place in favor of mono-complete. Another hypothesis is that the the difference between mono-runtime and mono-complete could be related to the Mono implementation of System.Windows.Forms.dll with respect to responding to button clicks or presses which start MySQL database manipulation operations(i.e. DML). I have used strace before. So I could post snippets of strace output upon request. In some quarters, sudo apt-get install mono-complete means install the Mono Rumtime environment. But that is not what I mean here.
Asked by Frank (711 rep)
May 10, 2016, 06:44 PM
Last activity: Apr 19, 2020, 11:20 AM