Monogame 3.6 can't find Rider on Ubuntu 16.04

Hi ,

i’have tried to install monogame on ubuntu 16.04 but when i run the installer it can’t find Rider

Dependencies:
 - mono-runtime...................................[Found]
 - gtk-sharp3.....................................[Found]

Optional Dependencies:
 - MonoDevelop 6..................................[Not Found]
 - Rider..........................................[Not Found]
 - referenceassemblies-pcl / mono-pcl.............[Found]
 - ttf-mscorefonts-installer / mscore-fonts.......[Found]

is there an other way to install the creation template ?

and i’am trying making a template on Rider :

Edit :

I’ve made some progression now i have an sdl2.dll error :

Unhandled Exception:
System.DllNotFoundException: SDL2.dll
at (wrapper managed-to-native) Sdl:GetVersion (Sdl/Version&)
at Microsoft.Xna.Framework.SdlGamePlatform…ctor (Microsoft.Xna.Framework.Game game) <0x412db940 + 0x000f7> in :0
at Microsoft.Xna.Framework.GamePlatform.PlatformCreate (Microsoft.Xna.Framework.Game game) <0x412db290 + 0x00027> in :0
at Microsoft.Xna.Framework.Game…ctor () <0x412d8250 + 0x008d3> in :0
at Example.Game1…ctor () <0x412d7f50 + 0x0000f> in :0
at Example.Program.Main () <0x412d7d50 + 0x00027> in :0
[ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: SDL2.dll
at (wrapper managed-to-native) Sdl:GetVersion (Sdl/Version&)
at Microsoft.Xna.Framework.SdlGamePlatform…ctor (Microsoft.Xna.Framework.Game game) <0x412db940 + 0x000f7> in :0
at Microsoft.Xna.Framework.GamePlatform.PlatformCreate (Microsoft.Xna.Framework.Game game) <0x412db290 + 0x00027> in :0
at Microsoft.Xna.Framework.Game…ctor () <0x412d8250 + 0x008d3> in :0
at Example.Game1…ctor () <0x412d7f50 + 0x0000f> in :0
at Example.Program.Main () <0x412d7d50 + 0x00027> in :0

i’ve added the dll here (not sure it’s the good way) :

https://github.com/bussiere/MonoGameRiderTemplate/tree/master/Example/lib

And i think that the solution may be on the MonoGame.Framework.dll.config file :

Thanks