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.

feita há um ano1613 visualizações
2 Respostas
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
respondido há um ano
  • 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
respondido há 7 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas