Ubuntu16.04解决flash问题
1、在 Software&Updates 的Other Software中,Canonical Parners ,前面打上对号,输入密码。
2、sudo apt install adobe-flashplugin
参考:https://www.linuxidc.com/Linux/2016-05/131098.htm
二、火狐浏览器
打开adobe flash player下载页,下载tar.gz文件,解压。
1、复制libflashplayer.so到浏览器插件目录下,对于ubuntu系统,路径为/usr/lib/firefox-addons/plugins/;
sudo cp libflashplayer.so /usr/lib/firefox-addons/plugins/
2、复制/usr目录下的文件到系统/usr目录下
sudo cp -r usr/* /usr/
参考:https://jingyan.baidu.com/article/a501d80c36d280ec620f5e43.htm