0

After I successfully installed Adobe Flash Player, after some difficulties, Ubuntu 14.04 the pepflashplugin-installer is constantly trying to get and install further data.

enter image description here

I am enclosing the pop-up, but it is in Danish so basically it says that: The pepflashplugin-installer is trying to get further data after the package installation, but the data could not be found, or the data could not be processed. The installer will try again later, or you can try again now.

I can now close the pop-up, or try again. How do I stop this request from popping up?

Thank you in advance.

1 Answers1

1

Thepepperflashplugin-nonfree package is deprecated.

Please enable the Partners repository if you haven't done that already. Then, in terminal:

sudo apt-get purge pepperflashplugin-nonfree
sudo apt-get update
sudo apt-get install adobe-flashplugin
Gunnar Hjalmarsson
  • 33,540
  • 3
  • 64
  • 94