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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now