LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
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 02-28-2009, 12:08 AM   #1
raphtor
Member
 
Registered: Aug 2008
Location: india
Posts: 174

Rep: Reputation: 30
installing adobe flash plugin in hardy


my hardy system cannot play you tube videos and spits a message saying adobe flash player is not installed.when i try to install it,terminal says it is already installed.but synaptic shows it not installed.what should i do?
 
Old 02-28-2009, 01:22 AM   #2
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by raphtor View Post
my hardy system cannot play you tube videos and spits a message saying adobe flash player is not installed.when i try to install it,terminal says it is already installed.but synaptic shows it not installed.what should i do?
Terminals don't really say anything. What command did you enter in the terminal to find out if the flash plugin was installed or not? and what was the exact response? What browser are you running? Can you post the results of
Code:
aptitude search flashplugin-nonfree
here. The first one or two letters on the response are all-important. Also can you give the locations of the file libflashplayer.so on your system.
Cheers,
jdk

Last edited by jdkaye; 02-28-2009 at 01:23 AM.
 
Old 02-28-2009, 03:24 AM   #3
rajavel
LQ Newbie
 
Registered: Feb 2009
Posts: 8

Rep: Reputation: 0
i am getting this result...
Quote:
p flashplugin-nonfree - Adobe Flash Player plugin installer
but i cannot able to view any videos...
 
Old 02-28-2009, 03:41 AM   #4
Udi
Member
 
Registered: Jan 2009
Posts: 165

Rep: Reputation: 44
Just go to adobe.com and download the flash plugin. Get the .tar.gz file and not the .deb package. Extract it and copy libflashplayer.so to /usr/lib/mozilla/plugins (don't even run the installer that comes with the package - just copy the file manually).
 
Old 02-28-2009, 03:49 AM   #5
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by Udi View Post
Just go to adobe.com and download the flash plugin. Get the .tar.gz file and not the .deb package. Extract it and copy libflashplayer.so to /usr/lib/mozilla/plugins (don't even run the installer that comes with the package - just copy the file manually).
I agree with you Udi. That's how I do it. The point is the OP obviously had not installed the package. I am curious how, exactly, the terminal told him it was installed.


Rajavel or Raphtor: what the aptitude output tells us
Code:
p flashplugin-nonfree - Adobe Flash Player plugin installer
is that the flashplugin package is not installed. What did the terminal tell you that made you believe a plugin was installed?
cheers,
jdk

Last edited by jdkaye; 02-28-2009 at 03:51 AM.
 
Old 02-28-2009, 10:51 AM   #6
Eric Elliott
Member
 
Registered: May 2002
Location: Big Thicket, TX, USA
Distribution: MXLinux sans systemd
Posts: 93

Rep: Reputation: 16
Raphtor,
To learn more of Linux workings, proceed as you have so far.
To make it work quickly take another course, enable the Universe or Multiverse repositories, install linux-restricted-modules or install flashplugin-nonfree. Either way the flashplugin-nonfree installs, connects to Adobe, downloads & installs flash so that it works.

There is also a non proprietary flash player for Linux.
 
Old 02-28-2009, 11:13 AM   #7
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by Eric Elliott View Post
Raphtor,
To learn more of Linux workings, proceed as you have so far.
To make it work quickly take another course, enable the Universe or Multiverse repositories, install linux-restricted-modules or install flashplugin-nonfree. Either way the flashplugin-nonfree installs, connects to Adobe, downloads & installs flash so that it works.

There is also a non proprietary flash player for Linux.
Eric, I think Raphtor must have those repos in his sources.list or aptitude would not have returned the message it did. He didn't install the package, though.
cheers,
jdk
 
Old 02-28-2009, 01:25 PM   #8
raphtor
Member
 
Registered: Aug 2008
Location: india
Posts: 174

Original Poster
Rep: Reputation: 30
#abhinav@raphtor:~$ aptitude search flashplugin-nonfree
i flashplugin-nonfree - Adobe Flash Player plugin installer
 
Old 02-28-2009, 02:15 PM   #9
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
packages HAVE to be installed as root
try sudo apt-get install flashplugin-nonfree
 
Old 02-28-2009, 05:30 PM   #10
raphtor
Member
 
Registered: Aug 2008
Location: india
Posts: 174

Original Poster
Rep: Reputation: 30
of course i used root.this is the output for
#aptitude search flashplugin-non free.

i flashplugin-nonfree - Adobe Flash Player plugin installer



the "i" indicates it is already installed.isnt it?

Last edited by raphtor; 02-28-2009 at 05:33 PM.
 
Old 02-28-2009, 11:43 PM   #11
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by raphtor View Post
of course i used root.this is the output for
#aptitude search flashplugin-non free.

i flashplugin-nonfree - Adobe Flash Player plugin installer



the "i" indicates it is already installed.isnt it?
yes, it does
 
Old 03-01-2009, 09:07 PM   #12
raphtor
Member
 
Registered: Aug 2008
Location: india
Posts: 174

Original Poster
Rep: Reputation: 30
ok assuming it is an installation problem, how can i uninstall it and reinstall?the synaptic shows it as not installed.....
 
Old 03-01-2009, 11:51 PM   #13
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by raphtor View Post
ok assuming it is an installation problem, how can i uninstall it and reinstall?the synaptic shows it as not installed.....
Code:
sudo aptitude reinstall [package name]
cheers,
jdk
 
Old 03-02-2009, 06:25 AM   #14
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Also note this too-I have hardy and when I try to play Pureplay Poker it wouldn't run and I had both Adobe flashplayer and flashplayer-nonfree plugin. After I uninstalled Adobe Flash Player, but kept flashplugin-nonfree, everything worked fine.
Hope that helps some...
 
Old 03-02-2009, 11:51 AM   #15
Eric Elliott
Member
 
Registered: May 2002
Location: Big Thicket, TX, USA
Distribution: MXLinux sans systemd
Posts: 93

Rep: Reputation: 16
Raphtor,
Having flashplugin-nonfree installed is not same as flashplugin-nonfree having installed flash player. Did you run flashplugin-nonfree? When it ran, did it prepare your system, download flash player from Adobe, then install it?

Never has command line install of Adobe flash player resulted in videos playing in my computers. Install yes, play no.
Using a graphical installer to install flashplugin-nonfree has always made videos play.
You seem to want to learn how it works, that is good, very good. I am often satisfied to just see it work, so I use flashplugin-nonfree and watch videos. If you chase this to find all the problems, please post details.
 
  


Reply



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
LXer: Installing The Adobe Flash Plugin 10 On A 64bit Ubuntu 8.04 LXer Syndicated Linux News 0 10-24-2008 01:50 PM
Problem with Adobe Flash Player display in Hardy Heron dmonkey Linux - Software 2 09-14-2008 02:37 PM
adobe flash player plugin missing in firefox Phoebe Linux - Software 10 03-10-2008 06:23 PM
Adobe Flash Plugin For 7.10? carlosinfl Ubuntu 2 12-14-2007 11:12 PM
LXer: Vulnerabilities found in Adobe Flash Player plugin LXer Syndicated Linux News 0 10-19-2006 10:33 AM

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

All times are GMT -5. The time now is 06:22 PM.

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