1 Answer
0
Hi,
Try this to install headless chrome on Amazon Linux 2 for aarch64
-
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
-
Download the Chromium browser: wget https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_Arm64/864410/chrome-linux.zip
-
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
answered 20 days ago
Relevant content
- asked 4 years ago
- asked 9 months ago
- asked a month ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 2 months ago
Thank you, Arun. Unfortunately the link you've provided does not work.