Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

how to install adobe flash player

New to Debian (Or Linux in general)? Ask your questions here!
Message
Author
kaykav
Posts: 28
Joined: 2009-03-09 02:01

how to install adobe flash player

#1 Post by kaykav »

good evening,
Many instances of 'install flash plugins'; when I proceed to the downloading,I get a message 'failed'-install manually. I proceed to do that, and get a 'libflashplayer.so' file. Can't do anything with that. Now what? Any ideas?...Thanks
ForeverBeginsNow

Bulkley
Posts: 6386
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

Re: how to install adobe flash player

#2 Post by Bulkley »

Try

Code: Select all

aptitude install flashplugin-nonfree

Steelaworkn
Posts: 74
Joined: 2009-12-12 20:05
Location: Camano Island WA

Re: how to install adobe flash player

#3 Post by Steelaworkn »

Heres what I did. I went youtube.com and they provide direct link to adobe flash to get the download. Download the .deb package for Ubuntu. Then go into the terminal and run

su
password
cd (Downloads or where ever you downloaded the flash package to)
dir
dpkg -i (package name.deb)

Ok. There may be some dependencies here. Read the log real careful and then do the following
aptitude -f install (dependency file) [these dependencies can be seperated by hitting the space bar. They will vary depending on how your machine is set up]

After the is done then run the dpkg -i (package nam.deb)

I'm a beginner. This works fine on two of my machines. Gurus please chime in to make any corrections. :D

Java is going to be needed eventually too. That is provided in the Debian packages. Just type:
aptitude search java
Then :
aptitude -f install (package) [here again you can install JDK and Java Plugins separated by the space bar. You should be up and running pretty quick]
Dual Booting Lenny/XP HE on an old PIII Asus Board with an Nvidia 256 meg card, .5 gigs of ram, 800mhz processor and an Hp Officejet Pro L7580 all wired to a wireless network hub,

refracta
Posts: 1234
Joined: 2008-10-26 01:46

Re: how to install adobe flash player

#4 Post by refracta »

Steelaworkn wrote:Heres what I did.
...and now you will always need to keep track of newer versions yourself and repeat that every time a newer version is released.

nobody asked about java...

Steelaworkn
Posts: 74
Joined: 2009-12-12 20:05
Location: Camano Island WA

Re: how to install adobe flash player

#5 Post by Steelaworkn »

refracta wrote:
Steelaworkn wrote:Heres what I did.
...and now you will always need to keep track of newer versions yourself and repeat that every time a newer version is released.

nobody asked about java...
This is nice. So, what your are saying is the Debian has a regular package for adobe-flash??? As far as the Java thing goes, it was a freebee.
Dual Booting Lenny/XP HE on an old PIII Asus Board with an Nvidia 256 meg card, .5 gigs of ram, 800mhz processor and an Hp Officejet Pro L7580 all wired to a wireless network hub,

User avatar
debil
Posts: 1336
Joined: 2008-05-11 08:55
Location: Mazes of Menace, surrounded by brown puddings

Re: how to install adobe flash player

#6 Post by debil »

Steelaworkn wrote:aptitude -f install (package)
The -f option is unnecessary.
Q: Why is the Eunux kernel so bloated?
A: It was made in the image of its founder.

Steelaworkn
Posts: 74
Joined: 2009-12-12 20:05
Location: Camano Island WA

Re: how to install adobe flash player

#7 Post by Steelaworkn »

My humble understanding is that the backports are unstable. So, as a beginner with Debian, I was avoiding that. I'm not really into testing with this version of Linux. That's why I have Fedora in another set-up.
Dual Booting Lenny/XP HE on an old PIII Asus Board with an Nvidia 256 meg card, .5 gigs of ram, 800mhz processor and an Hp Officejet Pro L7580 all wired to a wireless network hub,

refracta
Posts: 1234
Joined: 2008-10-26 01:46

Re: how to install adobe flash player

#8 Post by refracta »

Steelaworkn wrote:My humble understanding is that the backports are unstable.
backports are certainly preferred to downloading some random deb and hammering it in...and stable backports are made for debian stable...although they may have had less testing for issues they certainly have had more testing than a deb you download for ubuntu...

flash is non-free software anyway so nobody can really vouch for the quality or stability anyway...except adobe...yea right.... :wink:

Steelaworkn
Posts: 74
Joined: 2009-12-12 20:05
Location: Camano Island WA

Re: how to install adobe flash player

#9 Post by Steelaworkn »

Interesting choice of words i.e. "hammering". Acutally, it's in there and it works with very little effort on my part. The next build I do, I'll make sure I do the backport thing. I'll have to read up a little more on how to add new .deb packs to my source list though, unless you want to pass out a freebee. :D
Dual Booting Lenny/XP HE on an old PIII Asus Board with an Nvidia 256 meg card, .5 gigs of ram, 800mhz processor and an Hp Officejet Pro L7580 all wired to a wireless network hub,

User avatar
4D696B65
Site admin
Site admin
Posts: 2696
Joined: 2009-06-28 06:09
Been thanked: 86 times

Re: how to install adobe flash player

#10 Post by 4D696B65 »

Freebee... stick to debian repos. After that use backports.

kaykav
Posts: 28
Joined: 2009-03-09 02:01

Re: how to install adobe flash player

#11 Post by kaykav »

OK........ Thanks for everyones input. Beleive it or not, much info was given in this last discussion.. Food for action! Thanks again
ForeverBeginsNow

eric1959
Posts: 1298
Joined: 2008-12-15 13:17
Location: Amsterdam

Re: how to install adobe flash player

#12 Post by eric1959 »

This is the way I do it : go to http://get.adobe.com/flashplayer/
Select version to download, choose .tar.gz for linux.
Unpack : tar xf install_flash_player_10_linux You will get : libflashplayer.so

Move to your .mozilla directory ( in your home directory ). Create a folder named "plugins". Move libflashplayer.so into that folder. You're done.
Debian Bits And Snips
Squeeze, Gnome, amd64, Intel Core i3-530, Geforce GT330

refracta
Posts: 1234
Joined: 2008-10-26 01:46

Re: how to install adobe flash player

#13 Post by refracta »

another method you shouldn't follow...

Steelaworkn
Posts: 74
Joined: 2009-12-12 20:05
Location: Camano Island WA

Re: how to install adobe flash player

#14 Post by Steelaworkn »

eric1959 wrote:This is the way I do it : go to http://get.adobe.com/flashplayer/
Select version to download, choose .tar.gz for linux.
Unpack : tar xf install_flash_player_10_linux You will get : libflashplayer.so

Move to your .mozilla directory ( in your home directory ). Create a folder named "plugins". Move libflashplayer.so into that folder. You're done.
Hmmm...now this is a method that is sure not to update with the regular system. I've done this before but not in Debian. And this works for you??
Dual Booting Lenny/XP HE on an old PIII Asus Board with an Nvidia 256 meg card, .5 gigs of ram, 800mhz processor and an Hp Officejet Pro L7580 all wired to a wireless network hub,

gnath
Posts: 34
Joined: 2009-01-18 07:27
Location: kolkata,india

Re: how to install adobe flash player

#15 Post by gnath »

Hi,
Topic got diluted. I have installed swfdec-gnome,swfdec-mozilla & flashplugin-nonfree ( from non-free).
Installation require simple aptitude or synaptic. But I failed to see youtube vidoes.
May http://www.debian-multimedia.org help us, but may compromise with the system( ?).
Now how to see youtube vidoes?

Thanks,

User avatar
nadir
Posts: 5961
Joined: 2009-10-05 22:06
Location: away

Re: how to install adobe flash player

#16 Post by nadir »

remove the swfd stuff again. its a try. perhaps reinstall flashplugin-nonfree after that.
you need to restart iceweasel (or the web-browser you are using).

edit: it might be that the "proper" (-> professional) way to deal with such situations is to use update-alternatives, i`m not sure. and i wouldn`t know how it is done.
"I am not fine with it, so there is nothing for me to do but stand aside." M.D.

refracta
Posts: 1234
Joined: 2008-10-26 01:46

Re: how to install adobe flash player

#17 Post by refracta »

remove and purge all swfdec stuff, should do it...

User avatar
llivv
Posts: 5340
Joined: 2007-02-14 18:10
Location: cold storage

#18 Post by llivv »

'
Last edited by llivv on 2019-02-18 04:16, edited 1 time in total.
In memory of Ian Ashley Murdock (1973 - 2015) founder of the Debian project.

Steelaworkn
Posts: 74
Joined: 2009-12-12 20:05
Location: Camano Island WA

Re: how to install adobe flash player

#19 Post by Steelaworkn »

llivv wrote:Just in case you're wondering
I think your Fedora setup is great, but I don't really care!
Same goes for the M$ setup you haven't mentioned yet.
Wanna know why your having trouble with Debian?
The Guru/Grumps keep trying to tel you.
And you keep trying to ignore them.

Just try keeping this thought in mind as you're steelaworkin, K
It should work this way because?

EDIT: OPPSS I missed a whole day and I'm still tryin o catch up
I misssed all of the page 2 posts
I hate when that happens
can I just delete this?

Lets see can I blame it on one of these posts
http://forums.debian.net/viewtopic.php?f=3&t=47796
or maybe this one
http://www.news.software.coop/
I think I need some help...
Don't worry about deleting the post...I'll just ignore it. : :lol: :P
Dual Booting Lenny/XP HE on an old PIII Asus Board with an Nvidia 256 meg card, .5 gigs of ram, 800mhz processor and an Hp Officejet Pro L7580 all wired to a wireless network hub,

User avatar
llivv
Posts: 5340
Joined: 2007-02-14 18:10
Location: cold storage

#20 Post by llivv »

'
Last edited by llivv on 2019-02-18 04:17, edited 1 time in total.
In memory of Ian Ashley Murdock (1973 - 2015) founder of the Debian project.

Post Reply