i am a newbie to linux!i am having a trouble to install adobe flash player plugin! can any one please tell me how to install it clearly? Many thanks in advance!
Asked
Active
Viewed 105 times
0
-
Why don't you want to use the Software Center? – TheWanderer Apr 21 '15 at 11:55
-
Chrome uses its own flash player, independent from the one installed on your system, so installing adobe-flashplugin-installer won't help you. You may want to ask a new question about why your Chrome's flash player crashes. – s3lph Apr 21 '15 at 12:31
1 Answers
0
Open terminal and type:
sudo apt-get install flashplugin-installer
This will install flash
EDIT: For chrome:
sudo apt-get install pepperflashplugin-nonfree

Mayur Kulkarni
- 550
-
i have installed it! and after opening the chrome and when i play any video it says "shockwave flash has crashed" – Cherry Apr 21 '15 at 11:47
-