First see whats the most recent version:
ftp://ftp.rarlab.com/rar/
look for unrarsrc-*.tar.gz
wget http://www.rarlab.com/rar/unrarsrc-4.1.4.tar.gz
tar xzvf unrarsrc-4.1.4.tar.gz # replace Version
cd unrar
make
sudo make install
First see whats the most recent version:
ftp://ftp.rarlab.com/rar/
look for unrarsrc-*.tar.gz
wget http://www.rarlab.com/rar/unrarsrc-4.1.4.tar.gz
tar xzvf unrarsrc-4.1.4.tar.gz # replace Version
cd unrar
make
sudo make install
nohup find . -regex \.\*part[0]?[0]?1.rar -exec unrar x -inul {} \; &
nohup find . -regex \.\*part[0]?[0]?1.rar -exec unrar x -inul -pPASSWORD {} \; &