LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-19-2009, 07:56 AM   #1
daniell
Member
 
Registered: Jul 2008
Posts: 154

Rep: Reputation: 15
Adobe Flash Player


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

Thanks
 
Old 05-19-2009, 08:03 AM   #2
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
The latest from Adobe site should be enough.
 
Old 05-19-2009, 08:19 AM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
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.
 
Old 05-19-2009, 08:22 AM   #4
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
^ 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.
 
Old 05-19-2009, 10:53 AM   #5
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Maybe the OP is asking which browser plugin.ie-32 or 64 bit?.
 
Old 05-19-2009, 01:16 PM   #6
daniell
Member
 
Registered: Jul 2008
Posts: 154

Original Poster
Rep: Reputation: 15
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
 
Old 05-19-2009, 04:00 PM   #7
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
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 ?)

Last edited by schneidz; 05-20-2009 at 01:56 AM.
 
Old 05-19-2009, 04:35 PM   #8
daniell
Member
 
Registered: Jul 2008
Posts: 154

Original Poster
Rep: Reputation: 15
Where do I go from here?

I tried downloading it but this is what I got.

Last edited by daniell; 04-18-2010 at 08:35 AM.
 
Old 05-19-2009, 04:38 PM   #9
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Code:
sudo dpkg -i install_flashplayer_10_linux(2).deb
 
Old 05-19-2009, 06:13 PM   #10
daniell
Member
 
Registered: Jul 2008
Posts: 154

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by repo View Post
Code:
sudo dpkg -i install_flashplayer_10_linux(2).deb
Thanks, but could you please elaborate on this. This is so new to me.
 
Old 05-19-2009, 06:18 PM   #11
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,492

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488
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.
 
Old 05-19-2009, 07:05 PM   #12
daniell
Member
 
Registered: Jul 2008
Posts: 154

Original Poster
Rep: Reputation: 15
Error Message

Quote:
Originally Posted by yancek View Post
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:~$
 
Old 05-19-2009, 11:50 PM   #13
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
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

Last edited by repo; 05-19-2009 at 11:54 PM.
 
Old 05-20-2009, 12:15 AM   #14
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
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.
 
Old 05-20-2009, 02:00 AM   #15
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

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

use dpkg as suggested above to install manually.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Cannot pause Adobe Flash Player 9 Steve W Linux - Software 1 12-24-2008 03:59 PM
what adobe flash player to download? swooshmaiden Linux - Newbie 18 10-19-2008 04:54 AM
LXer: Adobe releases Adobe Flash Player 10 beta for Linux LXer Syndicated Linux News 0 05-16-2008 07:30 AM
Install Adobe Flash Player ankz.upadhyay Linux - Newbie 3 03-31-2007 05:37 AM
Adobe Flash Player on FC5_64 satimis Fedora 2 07-21-2006 11:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration