Mono 3.12 update

Ok, I fixed it.

The repo “deb http://apt.sonarr.tv/ master main” is broken, this was the problem.

I removed it and did:

sudo add-apt-repository ppa:directhex/monoxide
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install mono-complete

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FDA5DFFC
echo “deb http://update.nzbdrone.com/repos/apt/debian master main” | sudo tee -a /etc/apt/sources.list

sudo apt-get update
sudo apt-get install nzbdrone

And then again sudo apt-get upgrade to update some more things.

Now nzbdrone is working again.

But apt-get upgrade now gives me:

The following packages have been kept back:
libgdiplus libglib2.0-cil libgtk2.0-cil libnunit-cil-dev

This is obviously caused by the “update.nzbdrone.com” repo but is not much of an issue as everything is working fine (whereas the sonarr.tv repos was broken).

could someone please fix all these broken nzbdrone / sonarr repos.

Thanks.