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年前1621ビュー
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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン