Page 1 of 1

Install Adobe Flash Player on Ubuntu

Posted: Sat Oct 01, 2016 8:23 pm
by Eli
1. Download the latest adobe flash player installer from https://get.adobe.com/flashplayer/

2. Launch "Terminal"

Code: Select all

 Ctrl +Alt +T
3. Extract the directory from the compressed folder (which looks something like "install_flash_player_11_linux.x86_64.tar.gz" for 64-bit) by typing in the Terminal
  1. tar -xzvf install_flash_player_11_linux.x86_64.tar.gz

4. Move to the extracted directory, type
  1. cd "extracted directory"

5. Install, type:
  1. sudo apt-get install flashplugin-installer

6. Launch Firefox and check if you have Adobe Flash Player installed (http://www.adobe.com/software/flash/about/)