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.

已提问 1 年前1627 查看次数
2 回答
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
已回答 1 年前
  • 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
已回答 8 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则