1 Answer
- Newest
- Most votes
- Most comments
1
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
Relevant content
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 7 months ago

Thank you for the solution, it works well. Do you know if these packages will be included in upcoming AMI updates?
I think NO, because AL2 support already ended.