答案1
你运行的是哪个版本的 Ubuntu,32 位还是 64 位?如果你运行的是 64 位,我可能有一个解决方案。
sudo apt-get --purge remove flashplugin-installer
sudo apt-get --purge autoremove
sudo add-apt-repository ppa:sevenmachines/flash
sudo apt-get update
sudo apt-get install flashplugin64-installer
然后关闭所有浏览器,然后重新运行。为您的 64 位操作系统提供 64 位。
https://answers.launchpad.net/ubuntu/+source/flashplugin-nonfree/+question/158539