2개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
0
An alternative to installing via this script, is to use the Extra Packages for Enterprise Linux repo and install Chromium from there. On Amazon Linux 2 the following commands will install Chromium.
# Enable Extra Packages for Enterprise Linux
sudo amazon-linux-extras install epel -y
sudo yum install -y chromium
Running Chromium should work, as chromium-browser --headless --disable-gpu --remote-debugging-port=9222 https://www.chromestatus.com
답변함 3년 전
0
Thanks, but we need to use Chrome because of the interfaces we are using with Selenium in our app.
답변함 3년 전
