I have a virtual machine in which Ubuntu 12.04 (32-bit) version is installed. After a few attempts, I found the way how to install PhantomJS 1.7 to my virtual machine.
Steps are bellow:
cd ~ get http://phantomjs.googlecode.com/files/phantomjs-1.7.0-linux-i686.tar.bz2 sudo tar xvf phantomjs-1.7.0-linux-i686.tar.bz2 sudo mv phantomjs-1.7.0-linux-i686 /usr/local/share/phantomjs phantomjs --version