Install phantomjs on Ubuntu 16.04

How to install phantomjs on Ubuntu 16.04?

Ubuntu Tutorial: In this tutorial you will learn to install phantomjs on Ubuntu 16.04.

Welcome to my Ubuntu tutorial website. Today, I will teach you to install phantomjs on Ubuntu 16.04.

What is PhantomJS?

PhantomJS is headless browser which can be use to run web application in headless browser. It is mostly used for testing the web application in headless browser.




In Ubuntu apt-get tool is used and we will also use this tool to install phantomjs on Ubuntu 16.04.

Here are steps for Install phantomjs on Ubuntu 16.04:

Step 1: Update system

First of update you system with following command:

sudo apt-get update

Step 2: Install phantomjs

After updating the system you should install it with the following command:

sudo apt-get install phantomjs

Above command will ask admin password and after that it will install phantomjs on Ubuntu 16.04.

Check more details at: How to Install phantomjs on Ubuntu 16.04?

Thanks

Comments

Popular posts from this blog

MySQL Maven Dependency

Install gadmin-samba on Ubuntu 16.04

Install libavcodec-dev on Ubuntu 16.04