Chrome127 Build Update Fails on Workspace Linux 2

0

I have quite a few workspace VMs running Linux2 that require the latest Chrome build for our employees. However, I am unable to install or update to version 127. It throws an "Error: Invalid version flag:" message. Based on research this is due to EOL Linux 2. However, the only PCOIP images available at this time are all Linux 2.

asked 9 months ago356 views
2 Answers
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

profile picture
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
profile picture
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions