fedora(redhat、centos)下chrome浏览器安装

Install and enable Rpmfusion

su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm' 

Installation Google Chrome

32bits

su -c 'yum -y localinstall https://dl.google.com/linux/direct/google-chrome-stable_current_i386.rpm' 

64bits

su -c 'yum -y localinstall https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm'

你可能感兴趣的:(fedora(redhat、centos)下chrome浏览器安装)