LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-11-2006, 12:10 PM   #1
dudds
Member
 
Registered: Sep 2003
Posts: 36

Rep: Reputation: 15
Slackware 10.2 Packages


Is Slackware like other Linux distributions and has a repository of precompiled binary packages that can be easily installed, or does everything have to be compiled from source?

If there are repositories where do I find them? I have just installed Slackware and was wondering. Thanks.
 
Old 06-11-2006, 12:18 PM   #2
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Rep: Reputation: 45
You can find precompiled Slackware packages around the net, but personally, I like building my source into my own package for greater control.

FYI: SLackware packages arn't really binaries, it's just a .tar.gz (renamed to .tgz to destinguish between a source tarball) of the source build directory and 2 helper files for a description and extra commands after install if needed.

Helpful sites:
Slackware Package HOWTO
official slackware package browser (look in extra under slack-current for special software )
http://www.google.com (the best resource for finding slackware packages)

regards,
...drkstr
 
Old 06-11-2006, 12:20 PM   #3
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,218
Blog Entries: 1

Rep: Reputation: 2073Reputation: 2073Reputation: 2073Reputation: 2073Reputation: 2073Reputation: 2073Reputation: 2073Reputation: 2073Reputation: 2073Reputation: 2073Reputation: 2073
New packages are available at slackware-current. Also you can find the most up to date applications at linuxpackages.net
 
Old 06-11-2006, 12:36 PM   #4
Xian
Member
 
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919

Rep: Reputation: 32
Goto sites like Slacky.it, Develia.org, and LinuxPackages.net. You can use a program like Slapt-get to manage applicable repositories.
 
Old 06-11-2006, 01:02 PM   #5
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Rep: Reputation: 55
Yeah man, Slackware packages are indeed binaries. You can use the installation dialog pkgtool (as root) to install and remove stuff.
 
Old 06-11-2006, 01:04 PM   #6
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8119Reputation: 8119Reputation: 8119Reputation: 8119Reputation: 8119Reputation: 8119Reputation: 8119Reputation: 8119Reputation: 8119Reputation: 8119Reputation: 8119
Quote:
Originally Posted by drkstr
FYI: SLackware packages arn't really binaries, it's just a .tar.gz (renamed to .tgz to destinguish between a source tarball) of the source build directory and 2 helper files for a description and extra commands after install if needed.
To stop the confusion - the Slackware packages you install on your computer, just like with Redhat, SuSE, Mandriva etc... are "binary packages", in the sense that they contain pre-compiled binaries (along with program documentation, post-installation script etcetera). Gentoo is the distro where you have to compile every single piece of software by hand if you want it on your system.

If you want to install any software that is not available as a Slackware package, it is absolutely common to grab the sources and compile/install them yourself. Some people/sites offer SlackBuild scripts, which are quite similar to Gentoo ebuilds or RPM spec files, in that they allow you to create a binary Slackware package from the sources without the need for you to exactly know how to compile the software (the SlackBuild script does all the hard work for you).

Eric
 
Old 06-11-2006, 01:08 PM   #7
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by drkstr
The package browser is out of date (and so are the changelogs on slackware.it/en) and seems to have been for quite some time.
 
Old 06-11-2006, 01:40 PM   #8
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Rep: Reputation: 45
Quote:
the Slackware packages you install on your computer, just like with Redhat, SuSE, Mandriva etc... are "binary packages", in the sense that they contain pre-compiled binaries (along with program documentation
I guess I misunderstood what a binary package was. I thought it refered to the package itself. For instance, you can browse though a .tgz package in KDE or extract it with a basic 'tar zxf' command, as apposed to a '.rpm' or '.deb'. Of course it's quite possible you can do these things with those types of packages as well, I just wasn't able to figure out how to do it with basic arch commands.

Quote:
The package browser is out of date (and so are the changelogs on slackware.it/en) and seems to have been for quite some time.
Yeah, I really just use it to find out what files are in what package if I ever get a "file not found" error. slackware.oregonstate.edu is a pretty up to date mirror for fast downloads.

regards,
...drkstr
 
Old 06-11-2006, 07:40 PM   #9
dudds
Member
 
Registered: Sep 2003
Posts: 36

Original Poster
Rep: Reputation: 15
Thanks for the info guys you've all been very helpful. I think I'll find myself visiting this forum quite a bit. Anyway I just have to get my head around the Slackware way of doing things. My only experience with Linux thus far has been with Kubuntu (Ubuntu) which had a very easy method for installing precompiled binary packages.

However I now want to have a greater understanding of what is going on under the hood so to speak and from what I've read it sounds like Slackware is the distro for that.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
slackware packages warpedlinuxmind Slackware 3 08-02-2005 02:05 AM
Slackware Packages Zuggy Slackware 2 11-03-2004 09:18 PM
slackware packages olscratch Slackware 6 03-29-2004 06:57 AM
Newer Slackware Packages on older slackware version pengStudent Slackware 2 11-12-2003 01:47 PM
Slackware packages PeaceFrog Slackware 3 02-08-2003 03:04 PM

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

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