Results 1 to 10 of 45
Hi,
New to the site and somewhat new to Ubuntu. Just upgraded to Ubuntu 10 (64-bit) and as a result, need to update my Flashplayer. I looked into all the ...
- 11-26-2011 #1Just Joined!
- Join Date
- Nov 2011
- Posts
- 26
Help getting Flash Player to work
Hi,
New to the site and somewhat new to Ubuntu. Just upgraded to Ubuntu 10 (64-bit) and as a result, need to update my Flashplayer. I looked into all the methods and nothing has worked. Can someone help?
- 11-26-2011 #2
Hello and Welcome!
Try these 2 commands.
Code:sudo add-apt-repository ppa:sevenmachines/flash
Restart Firefox. Post back if it doesn't work.Code:sudo apt-get update && sudo apt-get install flashplugin64-installer
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 11-26-2011 #3Just Joined!
- Join Date
- Nov 2011
- Posts
- 26
Thanks for replying. I tried the first line and got:
Error: can't find signing_key_fingerprint at ...
- 11-26-2011 #4
I saw that error several times while running Ubuntu. All while installing packages or repos that weren't in the mainstream software tree.
Did you have any message asking if you wanted to continue? If co, continue, and then do the second command.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 11-26-2011 #5Just Joined!
- Join Date
- Nov 2011
- Posts
- 26
It didn't give me an option to continue. It just stops.
- 11-26-2011 #6
So after entering
you're back at a prompt? What happens when you run the next command?Code:sudo add-apt-repository ppa:sevenmachines/flash
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 11-26-2011 #7Just Joined!
- Join Date
- Jan 2009
- Posts
- 47
ok i would just go grab the debian package from the adobe website. and install it with dpkg or gdebi. after that do a 'find / -name flash-mozilla.so' or 'find / -name libflashplayer.so' and put a copy of it in your /usr/lib/mozilla/plugins or symlink it with the one (if there is one) in /etc/alternatives.
darkseid@lain:/usr/lib/mozilla/plugins$ ls -al
lrwxrwxrwx 1 root root 34 Nov 19 00:48 flash-mozilla.so -> /etc/alternatives/flash-mozilla.so
- 11-26-2011 #8Just Joined!
- Join Date
- Nov 2011
- Posts
- 26
@ Jay - I get: E: Some index files failed to download, they have been ignored, or old ones used instead.
@kr0nik I did try to copy libflashplayer.so to mozilla/plugins, but it didn't work. Anytime I try to play a video in browser I get a black screen.
Thanks!
- 11-26-2011 #9
I would suggest undoing what you have already attempted and start over. I think installing the Restricted Formats package will solve your problem.
Or have you already tried this method?Code:sudo apt-get install ubuntu-restricted-extras
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 11-26-2011 #10Just Joined!
- Join Date
- Nov 2011
- Posts
- 26
I haven't tried that one. I will. i think maybe part of my problem is that I'm not sure how to undo some things so that i can start over.
Thanks.


Reply With Quote