3

I have just downloaded install_flash_player_linux.11_x86_tar.gz from the Adobe website. How do I install this package or any other package not found in the Ubuntu Software Center. I have used sudo apt-get install ubuntu-restricted-extras. Rebooted and flash is not working.

Braiam
  • 67,791
  • 32
  • 179
  • 269
kane
  • 69
  • 1
  • 1
  • 3

4 Answers4

1

Try running

sudo apt-get update

after enabling the restricted repository but before running

sudo apt-get install ubuntu-restricted-extras
0

You can install the flash player package as part of Ubuntu restricted extras:

sudo apt-get install ubuntu-restricted-extras

This will install Flash player, along with proprietary video codecs, fonts, etc.

Make sure these reposotories are enabled in 'Software & Updates':
In 'Software & Updates', enable all software under 'Ubuntu Software' & 'Downloadable form the internet'

Wilf
  • 30,194
  • 17
  • 108
  • 164
-1

try flash player in software Center and install it , it works for me . on chromium and firefox both.

-1

Chrome has flash preinstalled.

For firefox and other browsers Extract the file you downloaded and place the file into /usr/lib/mozilla/plugins

or just use sudo apt-get install flashplugin-installer -y

user251046
  • 307
  • 2
  • 7