-7

Adobe's page says it now has a secure flash player to upgrade to but I get the msg that Ubuntu won't support it.

HOW CAN I WATCH VIDEOS? Is there another player?

1 Answers1

1

Ubuntu does support flash (using flashplugin-installer from the repos)

You should be able to update/install it using:

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

or, it and other software should also be updated if you use:

sudo apt-get update
sudo apt-get upgrade

The updated version is currently 11.2.202.491, which should fix the security issues and firefox blocking it.

Wilf
  • 30,732