Google Chrome RHEL 7.6 install issue

Latest response

Hi, I tried to install Google Chrome to RHEL 7.6 and got this message: "Public key for google-chrome-stable_current_x86_64.rpm is not installed" What can I do to get this installed? Thanks very much! :)

Responses

I am also getting this error:

Error: Package: google-chrome-stable-70.0.3538.77-1.x86_64 (/google-chrome-stable_current_x86_64) Requires: liberation-fonts You could try using --skip-broken to work around the problem su You could try running: rpm -Va --nofiles --nodigest

I hope I am doing it right, if anyone knows the right commands, on how to install Google Chrome I would greatly appreciate it! :D

Hi GD,

The package liberation-fonts is available in the optional repository - execute these commands to install Google Chrome :

sudo subscription-manager repos --enable rhel-7-server-extras-rpms sudo subscription-manager repos --enable rhel-7-server-optional-rpms

sudo rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

sudo vi /etc/yum.repos.d/google-chrome.repo

Add the following lines :

[google-chrome]
name=google-chrome
baseurl=https://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

Now update the software sources and install the application :

sudo yum update
sudo yum install google-chrome-stable

Regards,
Christian

This worked! You are very helpful, thanks! :)

You're welcome, GD - I'm glad that you appreciate our assistance ! :)

Regards,
Christian

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.