LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   adobe flash player on ubuntu (https://www.linuxquestions.org/questions/linux-newbie-8/adobe-flash-player-on-ubuntu-920623/)

twin.iri 12-26-2011 05:41 PM

adobe flash player on ubuntu
 
Hello!
I just installed ubuntu 11 on my toshiba ac 100 and I can't get youtube videos to work.
It says i need adobe flash player and I tried to install it. I'm new to this OS.
I did sudo wget -O /usr/lib/mozilla/plugins/libflashplayer.so http://kotelett.no/ac100/phh/Android...flashplayer.so

but it's not working.
Does anyone have any ideas what should I do?

NightSky 12-26-2011 06:54 PM

Are you using ubuntu 32 or 64bit OS? I ran the following google search, results I found should be more helpful with detailed instruction for your OS.
http://www.google.com/search?q=Ubunt...ient=firefox-a
Happy Holidays

snowday 12-26-2011 06:58 PM

You'll have to contact the maintainer of http://kotelett.no if you want help with his/her packages. This is not an official version of Flash distributed by Ubuntu or by Adobe.

twin.iri 12-27-2011 02:55 AM

I have 32bit ubuntu.
Where do I find an official version of Flash and how do I install it?

snowday 12-27-2011 07:40 AM

I have no personal experience with this new ARM technology. I did a quick check of the Ubuntu and Adobe pages for you, but couldn't find a version for the ARM architecture, sorry. I think you will need to do some further research; have you checked http://ubuntuforums.org yet?

frankbell 12-27-2011 08:46 PM

Here's the brute force way to install Adobe's flashplayer if you are using Firefox as your browser.

Download the flashplayer *.tar.gz file from Adobe and decompress it.

As root (in Ubuntu terms, that means, using sudo), copy libflashplayer.so to /usr/lib/mozilla/plugins. (If you're not using Firefox, you may need to hunt about for the appropriate plugins directory.)

The *.tar.gz file (which is called a "tarball" informally) contains a bunch of other stuff, but, in my experience, you don't need anything but libflashplayer.so.

tommcd 12-28-2011 01:46 AM

To install the flash plugin for Ubuntu simply install the flashplugin-installer package.
http://packages.ubuntu.com/oneiric/f...ugin-installer
From the terminal:
Code:

sudo apt-get update
sudo apt-get install flashplugin-installer

Then restart Firefox.
The flashplugin-installer package can also be installed from the Ubuntu Software Center or Synaptic Package Manager if you prefer using them instead of the terminal.

twin.iri 01-02-2012 03:11 PM

Happy New Year everybody!
sorry for the delay, I didn't have any internet connection.
Thank you all for your answers. The thing is I tried everything and i couldn't manage to make it work. :(

@frankbell, i don't know why i can't get that *.tar.gz file. It doesn't start the download.
And I'm using Firefox, maybe i'm doing something wrong, what exactly do i need to download?

@tommcd, I also tried what you said and when i make sudo apt-get install flashplugin-installer it says: unable to locate package flashplugin-installer. Do you have any idea why and what should i do?

kindofabuzz 01-02-2012 05:06 PM

sudo apt-get install ubuntu-restricted-extras

twin.iri 01-03-2012 10:31 AM

i downloaded the tarball and also tried what kindofabuzz said
and i still get that error: unable to locate package flashplugin ...

kindofabuzz 01-03-2012 06:24 PM

You must be running a vanilla copy of FF. As in, you downloaded FF straight from Mozilla and not through the package manager?

frankbell 01-03-2012 08:16 PM

I've always been able to get the Adobe Flashplayer tarball here:

http://get.adobe.com/flashplayer/otherversions/

Select Linux 32- or 64-bit in the first dialog box, then select "Flashplayer 11 for other Linux (tar.gz)" in the second dialog box, and click "Download Now."

tommcd 01-04-2012 01:53 AM

Quote:

Originally Posted by twin.iri (Post 4564005)
@tommcd, I also tried what you said and when i make sudo apt-get install flashplugin-installer it says: unable to locate package flashplugin-installer. Do you have any idea why and what should i do?

The flashplugin-installer package is the flash package that is in the Ubutnu 11.10 repos and it is what I have installed on my Ubuntu 11.10: http://packages.ubuntu.com/oneiric/f...ugin-installer
Make sure you have the multiverse repo enabled. You can check this in Synaptic Package Manger or in your Software Sources. The multiverse repo should be enabled by default though.
Can you run sudo apt-get install flashplugin-installer from the terminal and post the complete output here.

Installing the flashplugin-installer package worked for this guy who was having a similar problem. See post #11: http://www.linuxquestions.org/questi...-files-919376/
I don't know why this is not working for you.

snowday 01-04-2012 11:08 AM

Quote:

Originally Posted by tommcd (Post 4565506)
I don't know why this is not working for you.

ARM architecture.

EDDY1 01-04-2012 12:43 PM

Did you install flashplugin-nonfree?


All times are GMT -5. The time now is 09:10 PM.