2014年11月17日 星期一

install unrar on raspberry pi

Download and unpack
___ wget http://www.rarlab.com/rar/unrarsrc-4.2.4.tar.gz
___ gunzip -v unrarsrc-4.2.4.tar.gz
___ tar -xvf unrarsrc-4.2.4.tar
Compile
___ cd unrar/
___ make -f makefile.unix
Install
___ sudo cp unrar /usr/local/bin
Configure alternatives to point to my unrar instead of the unrar-free
___ sudo update-alternatives --install /usr/bin/unrar unrar /usr/local/bin/unrar 10
___ update-alternatives --display unrar
___ sudo update-alternatives --config unrar

沒有留言: