Jump to content

Ubuntu 18.04


skull87

Recommended Posts

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

  • 1 month later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use