Ubuntu下phantomjs的安装

Posted yekushi-z

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu下phantomjs的安装相关的知识,希望对你有一定的参考价值。

1、安装

ubuntu下面可以直接使用命令安装(不可用)

sudo apt-get install phantomjs

 官方下载:

# 官方网站:
http://phantomjs.org/download.html 
# 淘宝镜像:
https://npm.taobao.org/mirrors/phantomjs 

 

 2、解压

tar -xvf phantomjs-1.9.7-linux-i686.tar.bz2

 

# 注:解压失败,出现一下错误时,先查看压缩包是什么类型 file phantomjs-1.9.7-linux-i686.tar.bz2 看是否是bzip2类型再解压
# bzip2: (stdin) is not a bzip2 file.
# tar: Child returned status 2
# tar: Error is not recoverable: exiting now

 

 

3、创建软链接到环境变量中。这样可以直接在shell中使用phantomjs命令:

sudo ln -sf /usr/local/src/phantomjs/bin/phantomjs /usr/local/bin/phantomjs
# 其中的参数s表示为软链接,参数f表示强制。
#(或)添加到系统常量:
cp phantomjs /usr/local/bin

 

4、查看是否安装成功:

 

phantomjs –v

 

出现版本号则为成功安装

 

 

 

以上是关于Ubuntu下phantomjs的安装的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu下phantomjs的安装

ubuntu phantomjs安装(PhantomJS崩溃可以按这个重装解决)

Ubuntu 下selenium + Chrome 的安装使用

sh 如何在Debian / Ubuntu上安装PhantomJS

ubuntu下安装selenium和安装chromedriver

centos下安装运行phantomjs