yum -y install wget fontconfig
wget -P /lixun/soft/node/ https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
这个去官网找
tar xjf /lixun/soft/node/phantomjs-2.1.1-linux-x86_64.tar-bz2 -C /usr/local
mv /usr/local/phantomjs-2.1.1-linux-x86_64 /usr/local/phantomjs
ln -s /usr/local/phantomjs/bin/phantomjs /usr/bin/
实际安装过程中,解压后总是无法建立软连接。 直接修改配置文件。
> vi /etc/profile
export PATH=$PATH:/home/linux/soft/phantomjs
增加路径/home/lixun/soft/phantomjs
> source /etc/profile
尝试使用phantomjs 命令
>phantomjs -v
2.1.1
转载请注明出处: https://chrunlee.cn/article/linux-install-phantomjs.html