Mono x64

I dont know if this can help someone, but i managed to install mono on my pine64. I think this was the steps to do it :

apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian beta main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
apt-get update
apt-get install mono-devel

let me know if it is working for you.

Gabriel

Hi Gabriel,

Many thanks for the info, appreciate it.

We currently use this repo for mono install,

# - Alternative mono repo: https://github.com/Fourdee/DietPi/issues/310#issuecomment-216247879
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo -e "deb http://download.mono-project.com/repo/debian wheezy main" > /etc/apt/sources.list.d/mono-xamarin.list
echo -e "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" >> /etc/apt/sources.list.d/mono-xamarin.list

but, we use the wheezy (stable) branch (there is no jessie). I’ll try the beta today on both armv6 and arm64. If it works, would be awesome :smiley:

Gabriel, you are a legend :slight_smile:

Works on ARM64. We can now enable Emby for Odroid C2 and Pine A64!

:smiley: Nice!

The repo seams to have changed, on my pine 64, this works :

deb http://download.mono-project.com/repo/debian beta-jessie main