I can't install flash player

28,879

Solution 1

Open a Terminal with Ctrl+Alt+T and type:

sudo apt-get install flashplugin-installer

Alternatively the following command will install all the multimedia plugins and libraries that needed to play mp3 and video formats . This command will install adobe flash player too.

sudo apt-get install ubuntu-restricted-extras

Solution 2

This is how I installed it. I dont know if you tried it but:

Go to YouTube using Firefox and it will say you don't have Flash installed and install it from the popup bubble in Firefox. That's the only way it worked for me.

Share:
28,879

Related videos on Youtube

user130816
Author by

user130816

Updated on September 18, 2022

Comments

  • user130816
    user130816 over 1 year

    I tried every version of Flash player for Ubuntu 12.10, but it doesn't work. When attempting to install it, I got this error.

    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    E: Unable to locate package flashplugin-nonfree
    

    I found this solution, I ran:

    sudo apt-get install -f 
    

    and then

    sudo apt-get update
    

    which I found from some other post that was trying to solve dependencies.

    Then I ran

    sudo apt-get install flashplugin-nonfree
    

    But it still doesn't work!