Unrar Utility

Hi all

I was wondering if there was a utility or cmd line for unrar’ing of archives for the PR2100.
There’s mention of custom “mods” for 3rd party MyCloud applications, but no mention of pro line NAS’s.

Get NZBGet (e.g. from wdcommunity.com).
It ships with 7za and unrar binaries, both available at /shares/Volume_1/Nas_Prog/nzbget

I suggest to edit the init.sh in that same directory to add these 2 symlinks to add them to your PATH.

ln -sf /shares/Volume_1/Nas_Prog/nzbget/unrar /usr/local/bin
ln -sf /shares/Volume_1/Nas_Prog/nzbget/7za /usr/local/bin

Alternative: get Entware and install unrar with

/opt/bin/opkg install unrar

Thanks for pointing me in the right direction, got this working under Entware now.