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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-08-2009, 03:55 AM
|
#1
|
LQ Newbie
Registered: Nov 2009
Posts: 4
Rep:
|
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?
|
|
|
11-08-2009, 04:02 AM
|
#2
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
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
|
|
|
11-08-2009, 05:15 AM
|
#3
|
LQ 5k Club
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
|
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
|
|
|
11-08-2009, 05:17 AM
|
#4
|
Member
Registered: Oct 2007
Location: MI
Distribution: Debian Slackware
Posts: 528
Rep:
|
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
|
|
|
11-09-2009, 04:56 AM
|
#5
|
LQ Newbie
Registered: Nov 2009
Posts: 4
Original Poster
Rep:
|
I managed to open the tar.gz archive. Can anyone of u please tell me how and where should i install libflashplayer.so?
|
|
|
11-09-2009, 05:17 AM
|
#6
|
LQ Newbie
Registered: Nov 2009
Posts: 4
Original Poster
Rep:
|
i tried this but it says:
bash-3.1# ./libflashplayer.so
Segmentation fault
bash-3.1#
|
|
|
11-09-2009, 05:22 AM
|
#7
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
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
|
|
|
11-09-2009, 05:38 AM
|
#8
|
LQ 5k Club
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,311
Rep: 
|
Copy libflashplayer.so to /usr/lib/mozilla/plugins.
|
|
|
11-09-2009, 12:36 PM
|
#9
|
LQ Newbie
Registered: Nov 2009
Posts: 4
Original Poster
Rep:
|
i tried but no luck
bash-3.1# cd /usr
bash-3.1# cp libflashplayer.so /usr/lib/mozilla/plugins
|
|
|
11-11-2009, 05:52 PM
|
#10
|
LQ Newbie
Registered: Nov 2009
Posts: 2
Rep:
|
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. 
|
|
|
All times are GMT -5. The time now is 05:40 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|