2019.03.13 22:05
firefox没法安装flash,只好试试chrome了
################################################################################
#!/bin/bash
# https://blog.youkuaiyun.com/hellozex/article/details/80762705 《Linux(Ubuntu18.04)安装Chrome浏览器》
# 1、将下载源加入到系统的源列表(添加依赖)
sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/
# 2、导入谷歌软件的公钥,用于对下载软件进行验证。
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
# 3、用于对当前系统的可用更新列表进行更新。(更新依赖)
sudo apt-get update
# 4、谷歌 Chrome 浏览器(稳定版)的安装。(安装软件)
sudo apt-get install google-chrome-stable
# 5、启动谷歌 Chrome 浏览器。
/usr/bin/google-chrome-stable
# 然后添加到状态栏即可。
################################################################################
chrome不用安装任何东西都能播放flash
但是我想安装,装不成功。https://jingyan.baidu.com/article/f96699bbf3ec88894e3c1bbb.html