Centos 7 install google browser (yum way)

Process: 1 vim /etc/yum/repo.s/google_chrome.repo

            2 add the following:

              [google-chrome]

              name=google-chrome
              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
            

           3  yum -y install google-chrome-stable --nogpgcheck

           R & lt. 4 OOT user-initiated, it is necessary to add parameters --no-sandbox

              Terminal mode: / opt / google / chrome / google-chrome --no-sandbox

              Interface way: find / usr / share / applications / Google Chrome.desktop, right mouse button pop-up menu -> Properties -> command,

                                Original string / usr / bin / google-chrome-stable% U was modified: restart

                                /usr/bin/google-chrome-stable %U --no-sandbox

 Procedure Reference: https://blog.csdn.net/libaineu2004/article/details/82821405

Guess you like

Origin www.cnblogs.com/amy720/p/10942509.html