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 年前檢視次數 1618 次
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
已回答 7 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南