Skip to content

Instantly share code, notes, and snippets.

@hrchu
Created May 17, 2019 05:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hrchu/a15e22f925171dcf86afb3322670c85b to your computer and use it in GitHub Desktop.
Save hrchu/a15e22f925171dcf86afb3322670c85b to your computer and use it in GitHub Desktop.
install phantomjs on ubuntu 16.04.4
# install phantomjs on ubuntu 16.04.4
wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
tar xvjf phantomjs-2.1.1-linux-x86_64.tar.bz2
sudo cp phantomjs-2.1.1-linux-x86_64/bin/phantomjs /usr/bin/
phantomjs --version
sudo cp phantomjs-2.1.1-linux-x86_64/bin/phantomjs /usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment