20180630linux
參考:https://blog.csdn.net/u010472499/article/details/72327963chrome
由於centos7安裝後,Mozilla Firefox沒法打開視頻,從而進行了這次安裝。fangzhihaovim
$ su -
# yum install -y /home/weis/Downloads/adobe-release-x86_64-1.0-1.noarch.rpm # 配置yum源
# vim /etc/yum.repos.d/chrome.repo
[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.pubcentos
# yum -y install google-chrome-stable --nogpgcheck #安裝google chrome瀏覽器api
# 下載flash,自行網絡下載
# yum install libxml2 #下載依賴
# cd /usr/lib/mozilla/plugins/
# tar -xzvf /home/weis/Downloads/flash_player_ppapi_linux.x86_64.tar.gz #解壓flash到指定位置
瀏覽器