Install PhantomJS under Ubuntu

PhantomJS Show archive.org snapshot has no binary builds for Linux, and building it yourself is painful.

However, you can install it through npm:

sudo npm install -g phantomjs
Henning Koch Over 8 years ago