Headless Chromium on aarch64 Amazon Linux 2

0

Subject says it all: What are my options on getting headless Chromium installed onto Amazon Linux 2 aarch64? If you can point me to directions, that'd be awesome.

asked a year ago1619 views
2 Answers
0

Hi,

Try this to install headless chrome on Amazon Linux 2 for aarch64

  1. Installing the dependencies: sudo yum install -y glibc-devel fontconfig libX11 libXcomposite libXcursor libXdamage libXext libXi libXtst cups-libs libXScrnSaver libXrandr GConf2 alsa-lib atk gtk3 ipa-gothic-fonts liberation-fonts

  2. Download the Chromium browser: wget https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_Arm64/864410/chrome-linux.zip

  3. Start Chromium in headless mode: ./chrome-linux/chrome --headless --disable-gpu --remote-debugging-port=9222 <<WebURL that you want to visit in headless mode>>

This should allow to visit the URL in headless mode

Thanks Arun

AWS
Arun
answered a year ago
  • Thank you, Arun. Unfortunately the link you've provided does not work.

0

Looks like the Linux_Arm64 folder has been removed from the snapshots.

Liam
answered 7 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions