ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Installing Google Chrome on Fedora 27

    IT Discussion
    linux fedora fedora 27 linux desktop google chrome dnf
    6
    12
    3.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by

      Chrome is easy to install but isn't included in Fedora. Here is the quick and effective way to do it.

      sudo -i su
      
      cat << EOF > /etc/yum.repos.d/google-chrome.repo
      [google-chrome]
      name=google-chrome - \$basearch
      baseurl=http://dl.google.com/linux/chrome/rpm/stable/\$basearch
      enabled=1
      gpgcheck=1
      gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
      EOF
      
      dnf install google-chrome-stable
      

      That's it!

      JaredBuschJ 1 Reply Last reply Reply Quote 2
      • JaredBuschJ
        JaredBusch @scottalanmiller
        last edited by JaredBusch

        @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
        
        coliverC dave247D scottalanmillerS 3 Replies Last reply Reply Quote 1
        • coliverC
          coliver @JaredBusch
          last edited by

          @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.

          JaredBuschJ stacksofplatesS 2 Replies Last reply Reply Quote 1
          • JaredBuschJ
            JaredBusch @coliver
            last edited by JaredBusch

            @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.

            [jbusch@dt-jared ~]$ 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
            [jbusch@dt-jared ~]$ 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
            [jbusch@dt-jared ~]$ 
            

            0_1512400229642_62b4703a-37d4-44c6-a95d-ba7f031e0cd5-image.png

            coliverC scottalanmillerS 2 Replies Last reply Reply Quote 1
            • coliverC
              coliver @JaredBusch
              last edited by coliver

              @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.

              [jbusch@dt-jared ~]$ 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
              [jbusch@dt-jared ~]$ 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
              [jbusch@dt-jared ~]$ 
              

              0_1512400229642_62b4703a-37d4-44c6-a95d-ba7f031e0cd5-image.png

              Good to know. Thanks for correcting me.

              1 Reply Last reply Reply Quote 1
              • stacksofplatesS
                stacksofplates @coliver
                last edited by stacksofplates

                @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.

                We’ve been through this before with Lakshmana. I said to just install Chrome from the site and it installs the repo. Took forever to get the point across.

                https://mangolassi.it/post/246280

                JaredBuschJ 1 Reply Last reply Reply Quote 0
                • dave247D
                  dave247 @JaredBusch
                  last edited by

                  @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
                  

                  It's Scott, so of course it has to be unnecessarily over-complicated 😛

                  1 Reply Last reply Reply Quote 0
                  • JaredBuschJ
                    JaredBusch @stacksofplates
                    last edited by

                    @stacksofplates said in Installing Google Chrome on Fedora 27:

                    with Lakshmana

                    Well, no wonder I have never read the post...

                    stacksofplatesS 1 Reply Last reply Reply Quote 0
                    • FATeknollogeeF
                      FATeknollogee
                      last edited by FATeknollogee

                      Men, some of you FOSS guys sure do like to make the simple things super difficult!!

                      1 Reply Last reply Reply Quote 0
                      • stacksofplatesS
                        stacksofplates @JaredBusch
                        last edited by

                        @jaredbusch said in Installing Google Chrome on Fedora 27:

                        @stacksofplates said in Installing Google Chrome on Fedora 27:

                        with Lakshmana

                        Well, no wonder I have never read the post...

                        Lol. Ya it was a big thread a year ago.

                        1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller @JaredBusch
                          last edited by

                          @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
                          

                          Does that set up the repo as well, though?

                          1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller @JaredBusch
                            last edited by

                            @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.

                            [jbusch@dt-jared ~]$ 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
                            [jbusch@dt-jared ~]$ 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
                            [jbusch@dt-jared ~]$ 
                            

                            0_1512400229642_62b4703a-37d4-44c6-a95d-ba7f031e0cd5-image.png

                            Ah okay, looks like it does.

                            1 Reply Last reply Reply Quote 0
                            • 1 / 1
                            • First post
                              Last post