LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 06-26-2012, 09:30 AM   #1
ve1drg
Member
 
Registered: Mar 2006
Posts: 50

Rep: Reputation: 15
How does one install flash updates


I just recently installed the latest slackware distriubtion and now I can't figure out (the easy way) to install those things the browser asks to be installed, such as flash plugs or updates or whatever.

How does one install anything like that . Is it done through the downloading of an RPM file. And than installed?

Or does everyone simply use something like 'apt-get' and it does it all for you??

I am lost..
 
Old 06-26-2012, 12:27 PM   #2
salparadise
Senior Member
 
Registered: Nov 2002
Location: Birmingham UK
Distribution: Various
Posts: 1,736

Rep: Reputation: 146Reputation: 146
Presumably you mean slackware 13.37?

Slackware doesn't use rpm's, although there is an rpm2tgz utility included for converting rpm's to the native .tgz or .txz format.

Packages are installed with the (as root) installpkg command.
Eg #installpkg /home/you/Downloads/package.tgz

Or #installpkg package.tgz (if you open the terminal in the appropriate folder).

F4 will open a terminal within the Dolphin file manager (and close it again).

There's quite a few sources for pre-compiled packages although I personally would recommend getting your head round using slackbuild scripts (extremely easy to use) and compile locally. www.slackbuilds.org

There is no dependency controlling application on slackware - all dependencies need to be installed manually.

Lots of help available on this site.
 
1 members found this post helpful.
Old 06-26-2012, 12:41 PM   #3
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
The easiest way is to just download the package from AlienBob and install it with installpkg: http://connie.slackware.com/~alien/s...player-plugin/
 
1 members found this post helpful.
Old 06-26-2012, 06:49 PM   #4
ve1drg
Member
 
Registered: Mar 2006
Posts: 50

Original Poster
Rep: Reputation: 15
I should have mentioned it was slackware 13.37. And it is.
And thanks for the input. It really is appreciated and it did work.
I made a bunch of notes and am trying things. I am sure everything will fall in place.
I used to run Slackware many years ago and that is all I knew. And than recently I switched over to Ubuntu and wow, what a difference. It was so simple. Nothing to learn. But lots to forgot. And so here I am back at Slackware trying to relearn everything. Like how to get files and install them etc. etc.

Thanks.. for your input.





Quote:
Originally Posted by salparadise View Post
Presumably you mean slackware 13.37?

Slackware doesn't use rpm's, although there is an rpm2tgz utility included for converting rpm's to the native .tgz or .txz format.

Packages are installed with the (as root) installpkg command.
Eg #installpkg /home/you/Downloads/package.tgz

Or #installpkg package.tgz (if you open the terminal in the appropriate folder).

F4 will open a terminal within the Dolphin file manager (and close it again).

There's quite a few sources for pre-compiled packages although I personally would recommend getting your head round using slackbuild scripts (extremely easy to use) and compile locally. www.slackbuilds.org

There is no dependency controlling application on slackware - all dependencies need to be installed manually.

Lots of help available on this site.
 
Old 06-29-2012, 03:21 AM   #5
Arcosanti
Member
 
Registered: Apr 2004
Location: Mesa, AZ USA
Distribution: Slackware 14.1 kernel 4.1.13 gcc 4.8.2
Posts: 246

Rep: Reputation: 22
You might give IceCat or Swiftweasle a try as I believe that the addons work the same as they do with the windows Firefox.
 
Old 06-29-2012, 03:51 AM   #6
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
Here's from my log of installing Flash player browser plugin 11.2.202.236 for Firefox and Opera on Slackware 13.37 (32-bit) ...

Firefox: according to Tools → Add-ons → Plugins, Firefox does not have a Flash player.
Opera: according to Tools → Advanced → Plug-ins, Opera does not have a Flash player.

Downloaded from http://get.adobe.com/flashplayer/ → Download Adobe Flash Player and selected ".tar.gz for other Linux" as "/home/c/d/Repository/Other package formats/install_flash_player_11_linux.i386.tar.gz".

Found the browser plugins directories by:
Code:
root@CW9:~# find /usr/lib -type d -name plugins | grep -E 'opera|mozilla'
/usr/lib/mozilla/plugins
/usr/lib/opera/gstreamer/plugins
/usr/lib/opera/plugins
Installed:
Code:
root@CW9:~# tarball=install_flash_player_11_linux.i386.tar.gz; \
    tar -xzf "/home/c/d/Repository/Other package formats/$tarball" --directory /tmp \
    && chown root:root /tmp/libflashplayer.so \
    && chmod 755 /tmp/libflashplayer.so \
    && cp -p /tmp/libflashplayer.so /usr/lib/mozilla/plugins \
    && cp -p /tmp/libflashplayer.so /usr/lib/opera/plugins
After restarting Firefox, Tools → Add-ons → Plugins showed "Shockwave Flash 11.2 r202" enabled.
After restarting Opera, Tools → Advanced → Plug-ins showed "Shockwave Flash 11.2 r202" enabled (twice).
 
Old 06-29-2012, 02:23 PM   #7
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762
F.Y.I. You don't have to restart Opera. In Opera 12.00, go to opera:plugins and click "Refresh plug-ins".

If you have an older Opera, "Alt+p (to bring up preferences) → Advanced → Content → Plug-in options..." and click "Find new..." or better yet, upgrade to Opera 12.00. :D

Oh and the reason you now have it listed twice, is that we also scan the mozilla/plugins directory, so it is enough just to copy it there and both browsers will find it. ;)

Last edited by ruario; 06-29-2012 at 05:15 PM. Reason: Disabled smilies as it messed up the opera:plugins link :(
 
1 members found this post helpful.
Old 06-30-2012, 02:01 AM   #8
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
Thanks ruario

Helpful information and mystery solved.
 
  


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
VNC session seems to have permission problem with firewall, updates, usb flash mount mick1965 Fedora 6 06-27-2010 02:53 PM
LXer: Adobe Updates Flash Player to Fix Huge Security Hole LXer Syndicated Linux News 0 12-19-2008 05:10 PM
attempting to install flash player messed up my updates crazyjedi Linux - Newbie 1 09-23-2007 06:06 PM
Can't install any 10.1 updates gw1500se Mandriva 7 03-05-2007 06:21 AM
SuSE 9.3 Updates for Flash, Real Player ebrke SUSE / openSUSE 1 11-29-2005 06:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation

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