How to install Monogame on Linux Mint 18?

h1 = http
h2 = https
(Sorry for h1 and h2 but forum did not allow me to create a topic :frowning: )
I tried both: h1://www.monogame.net/releases/v3.5/monogame-sdk.deb and h1://www.monogame.net/releases/v3.5.1/monogame-sdk.run
I added mono ppa and install all mono and libopenal-dev

I have templates apps: h2://i.imgur.com/NzTAIBO.png
But I don’t have package: h2://i.imgur.com/3LSbEus.jpg
If I manually add assemblies then template works: h2://i.imgur.com/wkvH5ud.jpg
But when I tried simple example: h2://github.com/koniin/Pong/
I got error: h2://i.imgur.com/7tW36Eo.png

Update: I fixed openal error by coping OpenTK.dll.config to exe file folder.
Thank you in advance!

The templates are working properly, but there is a bug in MonoDevelop 5 which doesn’t properly tell you if the reference exists in case they are using dynamic path. Just run the app it will work, MonoDevelop 6 has this bug fixed.

Thank you cra0zy.
I hope MonoDevelop 6 will be available on ppa soon