skull87 Posted September 19, 2018 Share Posted September 19, 2018 I had to do this for libpng apt-get update apt-get install libpng12-0 Than do this for mono to get it to work fully wget http://www.tcadmin.com/installer/mono-2.11.4-x86_64.ubu.deb apt-get update dpkg -i mono-2.11.4-x86_64.ubu.deb apt-get install -f /opt/mono-2.11.4/bin/mozroots --import --sync --quiet /opt/mono-2.11.4/bin/mono --aot -O=all /opt/mono-2.11.4/lib/mono/2.0/mscorlib.dll for i in /opt/mono-2.11.4/lib/mono/gac// /*.dll; do /opt/mono-2.11.4/bin/mono --aot -O=all $i; done Link to comment Share on other sites More sharing options...
eirsik Posted October 27, 2018 Share Posted October 27, 2018 Mono 2 is not supported anymore on the new updates. You should install mono 5 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now