LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
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 09-03-2012, 10:46 AM   #1
hgdcjq
LQ Newbie
 
Registered: Aug 2012
Posts: 29

Rep: Reputation: Disabled
Cool where to download software I need under slackware


well, slackware has no package manager like apt or rpm ,so I have a question that where can we download software I need ? how to deal with dependency ?
are there some books on slackware?
 
Old 09-03-2012, 10:56 AM   #2
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Try slackbuilds project
 
Old 09-03-2012, 11:01 AM   #3
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,058

Rep: Reputation: Disabled
Go to http://docs.slackware.com/
 
Old 09-03-2012, 11:19 AM   #4
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by hgdcjq View Post
well, slackware has no package manager like apt or rpm ,so I have a question that where can we download software I need ? how to deal with dependency ?
are there some books on slackware?
1. Three good sites for trusted Slackware software .

http://www.slackbuilds.org/

http://rlworkman.net/pkgs/

http://slackware.com/~alien/

2. As the system administrator you are responsible for resolving software dependency issues if and when they arise. A full install of Slackware works out of the box with all dependencies met. If you add third party applications from the above mentioned websites peruse the read-mes and how-tos for dependency information.

3. http://www.slackbook.org/
 
1 members found this post helpful.
Old 09-03-2012, 12:47 PM   #5
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Salix's packages are compatible with Slackware's packages also.

ftp://slackware.org.uk/salix/

There's always the source option as well.

I tend to store source builds in /usr/src and use this general build command only edited if necessary:

Code:
./configure --prefix=/usr --libdir=/usr/lib$LIBDIRSUFFIX --sysconfdir=/etc --localstatedir=/var --mandir=/usr/man --build=$ARCH-slackware-linux --host=$ARCH-slackware-linux && make install clean
 
Old 09-03-2012, 01:27 PM   #6
caduqued
Member
 
Registered: Apr 2008
Location: Coventry, United Kingdom
Distribution: Slackware64, Slackware64 13.37, linuxslackware
Posts: 83

Rep: Reputation: 25
All links in previous posts are really good for getting software for Slackware.

However, I assume that if you are asking about the dependency matter, you are new to Slackware. The short answer to this specific point is: not. Slackware does not manage dependencies per-se or by itself. If you are used to that kind of package management, at the beginning Slackware-approach can be a bit baffling (even intimidating?). Anyway, the good news are that is actually just a matter of few executions in CLI and that's it. Besides, the help that you can get from the lot of LQ's members, just to mention one source, is great and sometimes enough to get your system running. In any case, forget about "sudo apt-get install" or "yum package", in Slackware-world that just won't work.

In short, the (easy) steps are:

- Find/Download the appropriate SlackBuild source for <package_to_install>
- adjust (if necessary) the <package_to_install>.SlackBuild
- run as root
- install with "installpkg <package_to_install>.tgz"

and that's it. Of course, given that dependencies are not solved, you just need to be sure you have any required package already installed.

Happy slacking

Last edited by caduqued; 09-03-2012 at 01:35 PM.
 
Old 09-03-2012, 01:30 PM   #7
mrascii
Member
 
Registered: Jun 2012
Location: on the Net
Distribution: Slackware
Posts: 100

Rep: Reputation: Disabled
Slackware comes with a lot of software out of the box if you do the full install that is recommended so you may find that you don't need much else. For additional software check slackbuilds as others have suggested. The Slackbuilds site will list any dependencies you need to install. Spent some time reading the Slackware book and become comfortable with Slackware. Come back here when you have questions or need help. Slackware will grow on you. Guaranteed.

DNA
AKA mrascii
 
Old 09-03-2012, 01:51 PM   #8
NyteOwl
Member
 
Registered: Aug 2008
Location: Nova Scotia, Canada
Distribution: Slackware, OpenBSD, others periodically
Posts: 512

Rep: Reputation: 139Reputation: 139
All the above is good. I'll add that Slackware does indeed have package management. it does not however have dependencies management.
 
Old 09-03-2012, 02:47 PM   #9
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
Quote:
Originally Posted by hgdcjq View Post
well, slackware has no package manager like apt or rpm
Umm ... what? It has Pkgtools!
 
Old 09-03-2012, 06:12 PM   #10
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
Here are a bunch of good links regarding package management in Slackware, but some of them are quite dated.

Personally I like Eric's packages first, then SBo and once you get the hang of SlackBuilds (Slackware build scripts) then sbopkg is just super great.

The most common commands for package management are installpkg, upgradepkg, and removepkg which have a few options and for system updates there is a program/command slackpkg which if you look around you will find plenty of good information on. Happy Slacking!

Last edited by damgar; 09-03-2012 at 06:19 PM.
 
Old 09-03-2012, 06:33 PM   #11
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Code:
wget http://slackware.com/~alien/slackbuilds/openjdk/pkg/13.37/openjdk-7u7_b30-i486-1alien.txz
installpkg ./openjdk-7u7_b30-i486-1alien.txz
Pretty damn easy, if you ask me.
 
Old 09-03-2012, 06:41 PM   #12
Knightron
Senior Member
 
Registered: Jan 2011
Location: Australia
Distribution: openSUSE
Posts: 1,465
Blog Entries: 6

Rep: Reputation: 200Reputation: 200Reputation: 200
Quote:
Originally Posted by hgdcjq View Post
well, slackware has no package manager like apt or rpm
Quote:
Originally Posted by ruario View Post
Umm ... what? It has Pkgtools!
And Rpm.
 
Old 09-03-2012, 08:42 PM   #13
hgdcjq
LQ Newbie
 
Registered: Aug 2012
Posts: 29

Original Poster
Rep: Reputation: Disabled
thanks,I will have a try!
 
Old 09-03-2012, 11:14 PM   #14
Ramurd
Member
 
Registered: Mar 2009
Location: Rotterdam, the Netherlands
Distribution: Slackwarelinux
Posts: 703

Rep: Reputation: 111Reputation: 111
hmm... reminds me; since rpm is evil incarnate How hard would it be to tweak the rpm that comes with slackware to use /var/log/packages as its database? :-)
 
Old 09-03-2012, 11:58 PM   #15
StreamThreader
Member
 
Registered: Mar 2012
Location: Ukraine/Odesa
Distribution: Slackware
Posts: 152

Rep: Reputation: 64
I have a FTP server with my packages - ftp://ifconfig.com.ua/pub/Software/Linux/Slackware/
 
  


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
Hi!anyone how to download wine software and media player software llmi187 Linux - Software 4 06-01-2012 06:22 AM

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

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