LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Adobe Flash Player (https://www.linuxquestions.org/questions/linux-newbie-8/adobe-flash-player-727025/)

daniell 05-19-2009 07:56 AM

Adobe Flash Player
 
I would like to watch tv shows on Ubuntu 9.02. Which version of Adobe Flash player would I need?

Thanks

linuxlover.chaitanya 05-19-2009 08:03 AM

The latest from Adobe site should be enough.

pixellany 05-19-2009 08:19 AM

I'm fuzzy on this area, but there are a variety of formats and players---many of which should also be installed on Ubuntu. Please tell us specifically which kinds of videos or which websites.

schneidz 05-19-2009 08:22 AM

^ i'm a little bit confused on the question as well. if you know you need adobe flash player why didnt you install it ?

whenever i go to youtube or whatever and it isnt installed, firefox would ask me if i want to install it.

the trooper 05-19-2009 10:53 AM

Maybe the OP is asking which browser plugin.ie-32 or 64 bit?.

daniell 05-19-2009 01:16 PM

Watching streaming Video
 
I am sorry for the lack of clearity in my question, but this is so new to me that I find it somewhat confusing. Maybe I can make it clearer. I would like to watch videos on this site.

http://www.fancast.com/full_episodes...ine|2337014394

schneidz 05-19-2009 04:00 PM

works for me (fedora-9). what issues are you having ?

does firefox not prompt you that you need to install flash ?

whenever i go to youtube/ hulu/ whatever the browser finds the plug-in and automatically installs it. (did you restart your browser after it downloads and installs flash ?)

daniell 05-19-2009 04:35 PM

Where do I go from here?
 
I tried downloading it but this is what I got.

repo 05-19-2009 04:38 PM

Code:

sudo dpkg -i install_flashplayer_10_linux(2).deb

daniell 05-19-2009 06:13 PM

Quote:

Originally Posted by repo (Post 3546261)
Code:

sudo dpkg -i install_flashplayer_10_linux(2).deb

Thanks, but could you please elaborate on this. This is so new to me.

yancek 05-19-2009 06:18 PM

What repo is suggesting you do is type the command he gave you in a terminal which should install the flashplayer for you.

sudo to become root,
dpkg is the installer,
i to install
the last part is the name of the package to install.

daniell 05-19-2009 07:05 PM

Error Message
 
Quote:

Originally Posted by yancek (Post 3546321)
What repo is suggesting you do is type the command he gave you in a terminal which should install the flashplayer for you.

sudo to become root,
dpkg is the installer,
i to install
the last part is the name of the package to install.

Tried it, and this was the result

daniel@daniel-desktop:~$ sudo -i install_flashplayer_10_linux(2).deb
bash: syntax error near unexpected token `('
daniel@daniel-desktop:~$

repo 05-19-2009 11:50 PM

Quote:

sudo -i install_flashplayer_10_linux(2).deb
The correct command is
Code:

sudo dpkg -i install_flashplayer_10_linux(2).deb
If you still get the error, rename the file
Code:

mv install_flashplayer_10_linux(2).deb install_flashplayer_10_linux.deb
then
Code:

sudo dpkg -i install_flashplayer_10_linux.deb

linuxlover.chaitanya 05-20-2009 12:15 AM

Go to http://get.adobe.com/flashplayer/
Select .deb for Ubuntu and download the file. Once download is complete double click it. It will ask for your password and install it.

schneidz 05-20-2009 02:00 AM

^ i guess the debian version of firefox only downloads the package and doesnt install it automatically...

use dpkg as suggested above to install manually.


All times are GMT -5. The time now is 02:59 AM.