how do you install plugin?

Asked by skunky

i have got flash player

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
Gord Allott (gordallott) said :
#1

you can find a guide on installing flash here: https://help.ubuntu.com/community/RestrictedFormats/Flash

Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#2

How to install flash

Open a Terminal from the menu Applications → Accessories → Terminal and type:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

sudo apt-get install flashplugin-nonfree

sudo apt-get clean

give your user password when requested, you don't see nothing when you type it, then press enter.

If you have some trouble with sound you can also install the libflashsupport
then open a Terminal from the menu Applications → Accessories → Terminal and type:

sudo apt-get update
sudo apt-get install libflashsupport

Due poor integration of proprietary flash with Linux you may want to install also the mozilla plugin Flashblock
to block flash into web pages to get better Firefox and general pc performance
you may install it using mozilla here: http://flashblock.mozdev.org/installation1.html

If this solves you problem, please mark as Solved. If not, please clarify your question.

Hope this helps

Revision history for this message
skunky (skunkrulz) said :
#3

Thanks marcobra, that solved my question.