How to install Google Chrome in Fedora? [closed]
How can I install the Google Chrome web browser in Fedora?
How can I install the Google Chrome web browser in Fedora?
in terminal
cat << EOF > /etc/yum.repos.d/google-chrome.repo
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
EOF
and
dnf install google-chrome-stable
Go to: https://www.google.com/chrome/browser...
Click on download choose Fedora 64 o 32 bits download and install the repo then on a terminal
sudo dnf install google-chrome
Good Luck
There must be a thousands posts (across various distros) of people telling others to use Chromium when they request Chrome. Chrome has two big advantages, the reliable Flash Player integration and the Widevine plugin (DRM with HTML video) to use Netflix, Hulu etc. Netfllix alone has 10's of millions of users.
I've installed the google-chrome-stable-44.0.2403.157-1.x86_64 version. Now all you have to do is to install, via DNF, the file provided by Google. It automatically installs the browser. In my case, DNF requested the installation of other 122 Packages as dependencies. After that, Google Chrome was immediately available in the applications menu ... It works as expected ...
dnf --nogpgcheck install https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
You'll get an error if you don't import the key before installing Chrome and avoiding the key check seems a bit silly, official instructions are here:
https://www.google.com/linuxrepositor...
So:
wget https://dl.google.com/linux/linux_signing_key.pub
sudo rpm --import linux_signing_key.pub
Then:
sudo dnf install https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
follow these steps 1. Change to root user. 2.Enable Google YUM repository 3.Install Google Chrome with YUM 3.1 Install Google Chrome Stable Version 3.2 Install Google Chrome Beta Version 3.3 Install Google Chrome Unstable Version 4. Note for Fedora 28/27/26/25 Wayland users If Yet you do not install the chrome so you can contact Browser Support team and get the guidance step by step.
or you can use 3rd party app tweak like Fedy (Install codecs, software, and more...) and search Google Chrome and than hit install button. Done ^_^
here we go, Fedy - Tweak Your Fedora
for instalation just copy paste and run the following command,
bash -c 'su -c "curl https://satya164.github.io/fedy/fedy-installer -o fedy-installer && chmod +x fedy-installer && ./fedy-installer"'
Asked: 2015-08-03 09:24:46 -0600
Seen: 92,497 times
Last updated: Jul 28 '17
Just install Chromium, the open-source (FLOSS) counterpart to Chrome. Basically Google develops Chromium, adds some proprietary features (and likely tracking features) to it and distributes it as "Chrome".
So either install Chromium from GNOME software or just
sudo dnf install chromium
.Chromium is indeed great as long as you don't need Flash or the Widvine (Netflix) module