LoginSignup
16
16

More than 5 years have passed since last update.

UbuntuにPhantomJS入れた

Posted at

ダウンロードリンク

コマンド

$ wget -O /tmp/phantomjs-1.9.7-linux-x86_64.tar.bz2 https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2
$ cd /tmp
$ bzip2 -dc /tmp/phantomjs-1.9.7-linux-x86_64.tar.bz2 | tar xvf -
$ sudo mv /tmp/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/
$ phantomjs --version
1.9.7
16
16
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
16
16