@jaredbusch said in Installing Google Chrome on Fedora 27:
@coliver said in Installing Google Chrome on Fedora 27:
@jaredbusch said in Installing Google Chrome on Fedora 27:
@scottalanmiller said in Installing Google Chrome on Fedora 27:
Chrome is easy to install but isn't included in Fedora. Here is the quick and effective way to do it.
WTF?
sudo dnf install -y https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
That doesn't include the repo so it can easily update via dnf does it? Although chrome generally updated by itself so you may not need that functionality.
[
[email protected]red ~]$ ls /etc/yum.repos.d/
fedora-cisco-openh264.repo fedora-updates-testing.repo rpmfusion-free.repo slack.repo
fedora.repo google-chrome.repo rpmfusion-free-updates.repo vscode.repo
fedora-updates.repo rpmfusion-free-rawhide.repo rpmfusion-free-updates-testing.repo zerotier.repo
[
[email protected] ~]$ cat /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.google.com/linux/linux_signing_key.pub
[
[email protected] ~]$
Ah okay, looks like it does.