2 Answers
- Newest
- Most votes
- Most comments
0
Hello,
Right Now we don't have any solution, you have to wait until google fix this issue. You can monitor status using below link.
[+] https://issues.chromium.org/issues/355141776 [+] https://chromium-review.googlesource.com/c/chromium/src/+/5744560
answered 9 months ago
0
Hello,
AL2 dont support latest version of google chrome, so updgrade your instance to AL2023.
** Else Use Chromium **
$ sudo amazon-linux-extras install epel -y
$ sudo yum install -y chromium
=================
Also try below method to install google chome
# sudo yum update -y
# sudo yum groupinstall "Development Tools" -y
# sudo yum install -y wget bzip2 gcc make
# curl -LO https://github.com/apple/cups/releases/download/v2.3.3/cups-2.3.3-source.tar.gz
# tar -xvf cups-2.3.3-source.tar.gz
# cd cups-2.3.3
# ./configure
# make
# sudo make install
# cups-config --version
# sudo systemctl enable cups --now
# wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
# sudo yum install ./google-chrome-stable_current_x86_64.rpm -y
answered 8 months ago
Relevant content
- asked 9 months ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 6 months ago