Linux CentOS7 install Chrome

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/wudawei071193/article/details/102765504
  1. download  
    wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
  2. Installation dependencies
     

    yum install -y lsb
    
    yum install -y libXScrnSaver
    
    yum install -y liberation-fonts 
    
    yum install -y libdbusmenu-gtk3
    
    yum install epel-release  

     

  3. Install chrome  

    rpm ivh google-chrome-stable_current_x86_64.rpm

     

  4. Complete the 
    top left, click Applications -> Internet -> Google Chrome will drag the Chrome icon to the desktop
    , click the Chrome run we find google icon does not open the browser we execute the following command in the terminal:
     

    rpm -ql google-chrome-stable
    
    /usr/bin/google-chrome-stable   --no-sandbox

    Find command can directly open the browser, the problem root privileges.

    Right-click on the Google browser, select Properties, add --no-sandbox, re-open the Google browser in order behind it.


Thanks for reading thx

 

 

Guess you like

Origin blog.csdn.net/wudawei071193/article/details/102765504