LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-21-2012, 09:14 AM   #1
dsplayer14
Member
 
Registered: Nov 2011
Distribution: Arch Linux and Slackware 13.37
Posts: 127

Rep: Reputation: 1
Trying to install Flash Player 11 to my browsers in Slackware 13.37.


This is really confusing. I have Konqueror, Seamonkey, and Firefox install in Slackware and I dont know how to add Flash to them. I downloaded the .tar.gz file from adobe.com and extracted it. Ive searched the web for solutions but non of them have worked.
 
Old 03-21-2012, 10:10 AM   #2
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
You can either move libflashplayer.so from the extracted .tar.gz to /usr/lib/mozilla/plugins, or get and run the SlackBuild:
http://slackbuilds.org/repository/13...player-plugin/
EDIT
The SlackBuild option is best, since it will put all the other files in the right places. Once upon a time there was only libflashplayer.so in those .tar.gz downloads, now there's more odds'n'sods.

Last edited by brianL; 03-21-2012 at 10:24 AM.
 
Old 03-21-2012, 10:27 AM   #3
dsplayer14
Member
 
Registered: Nov 2011
Distribution: Arch Linux and Slackware 13.37
Posts: 127

Original Poster
Rep: Reputation: 1
Im having a problem with the Slackbuild. I get this error when I execute the .slackbuild file:
tar: /home/user/Slackbuilds/Flash: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
It seems like its trying to do something in /home/user/Slackbuilds/Flash, which is a directory I dont have. How do I change the directory?
 
Old 03-21-2012, 10:34 AM   #4
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
Have you read the SlackBuild HOWTO page?
http://slackbuilds.org/howto/
 
Old 03-21-2012, 10:53 AM   #5
dsplayer14
Member
 
Registered: Nov 2011
Distribution: Arch Linux and Slackware 13.37
Posts: 127

Original Poster
Rep: Reputation: 1
K, this is probably the part where the error is happening, and I dont quite understand it.

"Note that for many builds, you will need to have a true login shell in order to have a correctly populated environment. Among other things, /usr/share/texmf/bin will not be in your PATH if you simply do "su" -- therefore, you will need to either use "su -l" when switching to root, or source the /etc/profile script after doing "su", or perhaps modifying /root/.bashrc to include necessary PATH elements."
 
Old 03-21-2012, 10:57 AM   #6
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
Enter su - in the terminal, then run the SlackBuild.
 
Old 03-21-2012, 11:22 AM   #7
dsplayer14
Member
 
Registered: Nov 2011
Distribution: Arch Linux and Slackware 13.37
Posts: 127

Original Poster
Rep: Reputation: 1
I tried to execute it again while I was root with the su - command, I got the same error, so I made the directory /home/user/Flash and then this error pops up:
tar: /home/user/Slackbuilds/Flash: Cannot read: Is a directory
tar: At beginning of tape, quitting now
tar: Error is not recoverable: exiting now
 
Old 03-21-2012, 03:16 PM   #8
dsplayer14
Member
 
Registered: Nov 2011
Distribution: Arch Linux and Slackware 13.37
Posts: 127

Original Poster
Rep: Reputation: 1
bump
 
Old 03-21-2012, 03:29 PM   #9
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Download
Code:
flash-player-plugin.tar.gz
from
http://slackbuilds.org/repository/13...player-plugin/
CD to the directory where you downloaded the file
As root:
Code:
tar -xvzf flash-player-plugin.tar.gz
cd flash-player-plugin
wget http://fpdownload.macromedia.com/get...ux.i386.tar.gz
./flash-player-plugin.SlackBuild 
installpkg /tmp/flash-player-plugin-11.1.102.62-i386-1_SBo.tgz
Kind regards
 
Old 03-21-2012, 03:40 PM   #10
dsplayer14
Member
 
Registered: Nov 2011
Distribution: Arch Linux and Slackware 13.37
Posts: 127

Original Poster
Rep: Reputation: 1
Im running a 64 bit version of Slack, should I be using flash-player-plugin-11.1.102.62-i386-1_SBo.tgz?
 
Old 03-21-2012, 03:46 PM   #11
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
This is for the 32 bit version.
Look in the
Code:
flash-player-plugin.info
file to see which file to download.
As suggested by brianL:
Please read
http://slackbuilds.org/howto/

Kind regards
 
Old 03-21-2012, 03:58 PM   #12
dsplayer14
Member
 
Registered: Nov 2011
Distribution: Arch Linux and Slackware 13.37
Posts: 127

Original Poster
Rep: Reputation: 1
I dont get it. Im still getting this error:
tar: /home/user/Slackbuilds/Flash: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
I've read that slackbuild page too.
 
Old 03-21-2012, 04:00 PM   #13
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Please post the command you are using

Kind regards
 
Old 03-21-2012, 04:19 PM   #14
dsplayer14
Member
 
Registered: Nov 2011
Distribution: Arch Linux and Slackware 13.37
Posts: 127

Original Poster
Rep: Reputation: 1
Heres what I do step by step:
Code:
user@darkstar:~$ cd /home/user/Flash\ Player/
user@darkstar:~/Flash Player$ ls
user@darkstar:~/Flash Player$ ls
flash-player-plugin.tar.gz
user@darkstar:~/Flash Player$ tar -xvzf flash-player-plugin.tar.gz
flash-player-plugin/
flash-player-plugin/flash-player-plugin.SlackBuild
flash-player-plugin/README
flash-player-plugin/doinst.sh
flash-player-plugin/slack-desc
flash-player-plugin/flash-player-plugin.info
user@darkstar:~/Flash Player$ cd flash-player-plugin
user@darkstar:~/Flash Player/flash-player-plugin$ wget http://fpdownload.macromedia.com/get/flashplayer/pdc/11.1.102.62/install_flash_player_11_linux.x86_64.tar.gz
--2012-03-21 17:13:12--  http://fpdownload.macromedia.com/get/flashplayer/pdc/11.1.102.62/install_flash_player_11_linux.x86_64.tar.gz
Resolving fpdownload.macromedia.com (fpdownload.macromedia.com)... 23.56.2.70
Connecting to fpdownload.macromedia.com (fpdownload.macromedia.com)|23.56.2.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7042811 (6.7M) [application/x-gzip]
Saving to: "install_flash_player_11_linux.x86_64.tar.gz"

100%[=======================================================================================>] 7,042,811   1.46M/s   in 5.0s    

2012-03-21 17:13:18 (1.34 MB/s) - "install_flash_player_11_linux.x86_64.tar.gz" saved [7042811/7042811]

user@darkstar:~/Flash Player/flash-player-plugin$ su
Password: 
root@darkstar:/home/user/Flash Player/flash-player-plugin# ./flash-player-plugin.SlackBuild 
tar: /home/user/Flash: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
root@darkstar:/home/user/Flash Player/flash-player-plugin# exit
exit
user@darkstar:~/Flash Player/flash-player-plugin$ su -
Password: 

Stress has been pinpointed as a major cause of illness.  To avoid overload
and burnout, keep stress out of your life.  Give it to others instead.  Learn
the "Gaslight" treatment, the "Are you talking to me?" technique, and the
"Do you feel okay?  You look pale." approach.  Start with negotiation and
implication.  Advance to manipulation and humiliation.  Above all, relax
and have a nice day.

root@darkstar:~# cd /home/user/Flash\ Player/
root@darkstar:/home/user/Flash Player# ls                                                                                          
flash-player-plugin/  flash-player-plugin.tar.gz                                                                                   
root@darkstar:/home/user/Flash Player# cd flash-player-plugin
root@darkstar:/home/user/Flash Player/flash-player-plugin# ls
README  doinst.sh  flash-player-plugin.SlackBuild*  flash-player-plugin.info  install_flash_player_11_linux.x86_64.tar.gz  slack-desc
root@darkstar:/home/user/Flash Player/flash-player-plugin# ./flash-player-plugin.SlackBuild 
tar: /home/user/Flash: Cannot open: No such file or directory                                                                       
tar: Error is not recoverable: exiting now
root@darkstar:/home/user/Flash Player/flash-player-plugin#
 
Old 03-21-2012, 04:22 PM   #15
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
rename
Code:
/home/user/Flash Player
to
Code:
/home/user/FlashPlayer
Kind regards
 
  


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
[SOLVED] Install flash player and eclipse on Slackware ZebraIzToronto Linux - Software 2 11-05-2010 07:38 PM
install flash player under slackware 13 x64 newslack Slackware - Installation 19 06-16-2010 12:05 AM
I can not install Flash Player on a Slackware bogdanixx Linux - Newbie 9 11-11-2009 04:52 PM
Don't know how to install Flash Player in Slackware mongoosecage Linux - Software 9 05-23-2009 08:04 AM
Installing Adobe Flash Player on Konqueror, Epiphany and Other Browsers rm_-rf_windows Linux - Software 9 09-07-2007 05:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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

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