欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Ubuntu下chrome提示adobe flash player不是最新版本 chromeadobeubuntuflash

程序员文章站 2022-05-05 19:11:07
...

解决方法1:

 

sudo apt-get update
sudo apt-get install  flashplugin-installer

 

chrome下输入adobe:restart

  如果出现错误:文件'/var/lib/update-notifier/package-data-downloads/partial/adobe-flashplugin_20170912.1.orig.tar.gz'无法被用户'_apt'访问,无法降低权限以进行下载

sudo chown -R _apt:root /var/lib/update-notifier/package-data-downloads/partial/

sudo rm /var/lib/update-notifier/package-data-downloads/partial/*.FAILED
 
sudo apt install --reinstall update-notifier-common
 
sudo apt-get install --reinstall flashplugin-installer

 

参考:https://www.mobibrw.com/2017/8418

 

 

解决方法2:需要翻qi ang

google-chrome --proxy-server="socks5://127.0.0.1:1080"

chrome下:chrome://components/

检查更新,然后about:restart