How to install chrome (without head) in linux

I have AWS EC2 working with linux redhad. Is there a way to install the latest Chrome v59 on it so that I can run it in headless mode like PhantomJS? All the resources I can find on google relate to how to install it on ubuntu, which has a user interface. My Linux does not have a user interface.

thanks

+10
linux google-chrome google-chrome-headless
source share
2 answers

You might want to take a look at projects such as chromeless or puppeteer , which offer both a multifunctional API and documentation on working with most hosting providers.

Alternatively, if you are looking for something specifically for this, I run SaaS called browserless , which attacks the problem directly.

Anyway, hope that helps

+2
source share

Follow these steps to install Chrome on a Linux machine,

  1. Download the .rpm file from the official Chrome website. Click here to download Chrome , download.rpm file.
  2. Double-click the .rpm file and install.
0
source share

All Articles