LinuxQuestions.org
Help answer threads with 0 replies.
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 11-08-2009, 02:55 AM   #1
bogdanixx
LQ Newbie
 
Registered: Nov 2009
Posts: 4

Rep: Reputation: 0
I can not install Flash Player on a Slackware


I have downloaded flash_player.tar.gz from the Adobe site on Desktop.
I went to the terminal and tried to open it with "tar -zxvf (file).tar.gz
but the machine tells me this:

bash-3.1# tar -zxvf install_flash_player_10_linux.tar.gz
tar: install_flash_player_10_linux.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Exiting with failure status due to previous errors

Plus when Mozilla tries to "install missing updates" it just can't install Flash player.

Can u tell me why is this happening and how am i going to install Flash Player?
 
Old 11-08-2009, 03:02 AM   #2
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hi,

You'd better get it from here. Slackware is different from other distros. Download the source file and the Slackbuild file. Unpack the Slackbuild file, it will create a directory into which you move the source file. Next execute the Slackbuild script.

For more info read the Howto on http://slackbuilds.org/.

Kind regards,

Eric
 
Old 11-08-2009, 04:15 AM   #3
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
These notes may help.

Downloaded from http://slackbuilds.org/repository/13...player-plugin/ to /home/c/d/Repository/SlackBuilds (the Slackbuild) and /home/c/d/Repository (the plugin).

Code:
root:~# cd /home/c/d/Repository/SlackBuilds
root:/home/c/d/Repository/SlackBuilds# cp -p flash-player-plugin.tar.gz /tmp && cd /tmp && tar xzvf flash-player-plugin.tar.gz
root:/tmp# cd /home/c/d/Repository
root:/home/c/d/Repository# cp -p install_flash_player_10_linux.tar.gz /tmp/flash-player-plugin && cd /tmp/flash-player-plugin
root:/tmp/flash-player-plugin# ./flash-player-plugin.SlackBuild
root:/tmp/flash-player-plugin# installpkg /tmp/flash-player-plugin-10.0_r32-i386-1_SBo.tgz
 
Old 11-08-2009, 04:17 AM   #4
mrrangerman
Member
 
Registered: Oct 2007
Location: MI
Distribution: Debian Slackware
Posts: 528

Rep: Reputation: 59
Make sure you are in the same directory that the tar file is in. The error you are getting is because tar could not find the file as seen in the first line of the error

Code:
tar: install_flash_player_10_linux.tar.gz: Cannot open: No such file or directory
 
Old 11-09-2009, 03:56 AM   #5
bogdanixx
LQ Newbie
 
Registered: Nov 2009
Posts: 4

Original Poster
Rep: Reputation: 0
I managed to open the tar.gz archive. Can anyone of u please tell me how and where should i install libflashplayer.so?
 
Old 11-09-2009, 04:17 AM   #6
bogdanixx
LQ Newbie
 
Registered: Nov 2009
Posts: 4

Original Poster
Rep: Reputation: 0
i tried this but it says:

bash-3.1# ./libflashplayer.so
Segmentation fault
bash-3.1#
 
Old 11-09-2009, 04:22 AM   #7
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hi,

You don't have to execute that file, just copy it to the correct directory. Did you use the Slackbuild script or the file you downloaded from Adobe website? If you tried using the Adobe file, I advise you to use the Slackbuid as indicated in my last post.

The commands you have to run are listed in the post by catkin.

Kind regards,

Eric
 
Old 11-09-2009, 04:38 AM   #8
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Copy libflashplayer.so to /usr/lib/mozilla/plugins.
 
Old 11-09-2009, 11:36 AM   #9
bogdanixx
LQ Newbie
 
Registered: Nov 2009
Posts: 4

Original Poster
Rep: Reputation: 0
i tried but no luck
bash-3.1# cd /usr
bash-3.1# cp libflashplayer.so /usr/lib/mozilla/plugins
 
Old 11-11-2009, 04:52 PM   #10
jittles
LQ Newbie
 
Registered: Nov 2009
Posts: 2

Rep: Reputation: 0
I've been having some trouble with this too... libflashplayer.so is in the correct directory, and Konqueror should be looking there for plugins, but it doesn't seem to see it.
 
  


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
Don't know how to install Flash Player in Slackware mongoosecage Linux - Software 9 05-23-2009 08:04 AM
Installing Flash Player 10 in Slackware 12.2, a few tries as of yet no luck. fullmetalgerbil Slackware 13 04-03-2009 07:44 PM
Open-Source Flash Player for Slackware ? alMubarmij Slackware 10 02-11-2009 02:43 PM

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

All times are GMT -5. The time now is 10:54 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