LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Downloading Adobe Flash player 10 on acer aspire one limpus lite (https://www.linuxquestions.org/questions/linux-newbie-8/downloading-adobe-flash-player-10-on-acer-aspire-one-limpus-lite-850729/)

OscarBunson 12-16-2010 02:55 PM

Downloading Adobe Flash player 10 on acer aspire one limpus lite
 
With the help of this site I have just downloaded Firefox 3.6.13 onto an acer aspire one which has limpus lite. On completion it told me to upgrade my flash player. Went to Adobe and I clicked on the drop down menu and selected .tar.gz (I have no idea what this means at all but it was the same ending as the stuff for firefox). So I've now got the flash player 10 thing in my 'downloads' but I don't know what to do next through the 'run programme window'.

Any further help would be appreciated.

markush 12-16-2010 03:11 PM

Hi,

download here: http://download.macromedia.com/pub/l..._111710.tar.gz
extract the file with
Code:

tar xf flashplayer12_2_2p_32bit_linux_111710.tar.gz
afterwards you have a file "libflashplayer.so", this copy to /usr/lib/mozilla/plugins
Code:

cp libflashplayer.so /usr/lib/mozilla/plugins
Markus

OscarBunson 12-16-2010 03:41 PM

I'm clearly doing something wrong .....
 
followed the first point and got the following response when I tried to extract:

tar: flashplayer12_2_2p_32bit_linux_111710.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now


Any ideas why it says this?

markush 12-16-2010 04:00 PM

Well, you'll have to execute the command within the directory where the file is downloaded. And the filename in the command has to be exactly the same as the name of the file. Check this.
You may as well type "tar xf flashpl" and then press the <TAB> key, which will expand the filename.

Markus

EDIT: it was a typo in my first post, must be ...player10_...

steffen jønsson 12-27-2010 01:36 AM

Hi.

I tried to do all the things you said, but in the end I got the message " cp: try to overwrite `/usr/lib/mozilla/plugins/libflashplayer.so', overriding mode 0755 (rwxr-xr-x)?

what does this mean, and how can I update my flashplayer.
My daughter is going to play this moshi monster on this computer and I need to update my flash pl.

nigelc 12-27-2010 01:56 AM

Hi,

It is probably tying to write over the old version of the file.

You may have to become root user.

Code:

su
Password: put the root password


cheers

markush 12-27-2010 03:52 AM

Quote:

Originally Posted by steffen jønsson (Post 4203972)
... the message " cp: try to overwrite `/usr/lib/mozilla/plugins/libflashplayer.so', overriding mode 0755 (rwxr-xr-x)?

what does this mean, and how can I update my flashplayer....

It's as nigelc wrote, you'll have to overwrite the old version of flashplayer, the files always have the same name "libflasplayer.so" independent of the versionnumber.

Markus

steffen jønsson 12-30-2010 02:40 AM

Quote:

Originally Posted by markush (Post 4204072)
It's as nigelc wrote, you'll have to overwrite the old version of flashplayer, the files always have the same name "libflasplayer.so" independent of the versionnumber.

Markus

thanks for all your helpful solutions.

I am sure that if I did all of those things you all said, it would work .
But after some search on the net, I found a way to install xp on it instead, and this is much better for me.

But once again thanks for all of your feedback.

Happy newyear.


All times are GMT -5. The time now is 04:50 PM.