LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing Flash Player (https://www.linuxquestions.org/questions/linux-newbie-8/installing-flash-player-832641/)

Ryan10 09-16-2010 02:13 PM

Installing Flash Player
 
I have no idea how to..ive tried a few ways but none of them have worked. Im running slackware 13.1.

Nylex 09-16-2010 02:23 PM

It really isn't that difficult. You download the .tar.gz file and then extract the libflashplayer.so file and put it in ~/.mozilla/plugins (assuming you're using Firefox), with, e.g.

tar -C ~/.mozilla/plugins -xvf install_flash_player.tar.gz

Obviously you need to do this from the directory in which the file is located (or give the full path to the file) and use the correct file name.

What were you trying to do?

Ryan10 09-16-2010 02:36 PM

The part i dont get is putting it into the mozilla plugins i have the file extracted (its showing as green) under root@ryan:~/desktop/flash10

Nylex 09-16-2010 02:40 PM

Quote:

Originally Posted by Ryan10 (Post 4099755)
The part i dont get is putting it into the mozilla plugins i have the file extracted (its showing as green) under root@ryan:~/desktop/flash10

First of all, are you using the root account for everything? You really shouldn't be and should make a regular user account for daily use. Use "adduser" to do this.

What don't you understand about putting the file (libflashplayer.so) in ~/.mozilla/plugins? You simply need to do "mv libflashplayer.so ~/.mozilla/plugins", assuming that .mozilla exists, which it should if you've actually run Firefox in the first place.

Ryan10 09-16-2010 02:48 PM

Well i just moved it..and it worked but when i go back to the root i dont see where mozilla/plugins would be. This is the newbie section just a reminder so dont get upset that i dont know how to move files

Nylex 09-16-2010 02:50 PM

It should be .mozilla. Notice the dot (or full stop, period, etc) before mozilla. Files and directories that begin with a dot won't show up if you just run ls. If you run "ls -a", however, they will.

I'd like to reiterate that you should not be using the root account for day to day use!

Ryan10 09-16-2010 02:52 PM

Well i moved it to the file now what am i supposed to do?

Nylex 09-16-2010 02:54 PM

If you've put libflashplayer.so in ~/.mozilla/plugins, that should be it; it should work now (you'll probably have to restart Firefox, though).

Ryan10 09-16-2010 02:56 PM

I dont see it...im in the directory mozilla but i dont see the file? I see plugins which is highlighted green

Nylex 09-16-2010 02:58 PM

Oops. There was a typo in my post - there should have been a '/' at the end of "plugins" in that mv command. Now you'll want to do

mv plugins libflashplayer.so
mkdir plugins
mv libflashplayer.so plugins/

mkdir creates the directory "plugins".

Ryan10 09-16-2010 03:03 PM

Well i did what you told me..i changed the file and restarted firefox and went to youtube to watch a video and it still says i need to install adobe flashplayer

Nylex 09-16-2010 03:04 PM

Can you post the output of "ls -la ~/.mozilla/plugins" please?

Ryan10 09-16-2010 03:05 PM

OK i got it now...thanks so much man appreciate it. +1

Nylex 09-16-2010 03:06 PM

No problem, but again, if you're not using a regular (i.e. not root) account, then do so.


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