Update MONO for Sonarr radarr

ChrisA

Cadet
Joined
Apr 25, 2021
Messages
4
HI
I am getting a message in sonarr radarr that mono is no longer supported and to update to mono 5,2.
I have been googling but haven't come up with much except this line of code

pkg install libiconv
fetch https://github.com/jailmanager/jailmanager.github.io/releases/download/v0.0.1/mono-6.8.0.105.txz
pkg install -y mono-6.8.0.105.txz

Do I install this in the jail -> Shell

I have looked for the latest version of mono but again cant find it, Will this work in updating mono and is this the latest version?
Regards
Chris
 
Joined
Jan 7, 2015
Messages
1,155
I just recently went thru this a ways back, from memory this is what I did and all seems well.

Code:
From inside your sonarr jail

service sonarr stop (radarr, etc.)
pkg lock sonarr (radarr, etc.)
pkg remove -f mono-5.10
pkg install mono-6.8
service sonarr start (radarr, etc.)
 

ChrisA

Cadet
Joined
Apr 25, 2021
Messages
4
Unfortunatly this didnt work for me

pkg install remove -f mono-5.10 didnt work.
 
Joined
Jan 7, 2015
Messages
1,155
pkg install remove -f mono-5.10 didnt work.
No this wont work. Its a confusing command install and remove in same command..

Just leave off the 5.10 pkg remove -f mono
 
Joined
Jul 19, 2020
Messages
4
Hi !

I am confused because I have the version of mono you wish to install, yet I still have the same error (see screenshot), shouldn't we figure it out the latest version ?

1624922523307.png

btw i wish i could help you right now but i can't remember exactly the tortuous path i used to install mono (i will be looking in my bookmark)

EDIT

Okay found out, i used his advices https://www.digimoot.com/truenas-sonarr-v3/ to help me install v6.8.0.105
 
Last edited:
Top