su -
cd /usr/local/src/
wget https://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-x86_64.tar.bz2
tar jxfv phantomjs-1.9.0-linux-x86_64.tar.bz2
cp phantomjs-1.9.0-linux-x86_64/bin/phantomjs /usr/bin/
あらかんたーん
5分くらいだった。
phantomjs --version
と打ってみて、バージョンが表示されたらOK。
最初32bitなのに64bitのファイルをダウンロードしていて、
バイナリファイルを実行できません
エラーに阻まれた。情けないのう。。。
ちゃんと32bit用のファイルを解凍して同じ手順を踏んだら解決した。
公式ダウンロードページ
http://phantomjs.org/download.html