LinuxQuestions.org
Review your favorite Linux distribution.
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 05-14-2009, 03:48 AM   #1
uppman
Member
 
Registered: Jul 2008
Location: Stockholm, Sweden
Distribution: Slackware 13.1 32-bit
Posts: 145

Rep: Reputation: 24
Post your slapt-getrc for slapt-get/gslapt


Where do you find Slackware packages?

This is what I have:

WORKINGDIR=/var/slapt-get
EXCLUDE=^kernel-.*,^glibc.*,.*-[0-9]+dl$,^devs$,^udev$,aaa_elflibs,x86_64
#DISABLED=ftp://ftp.sunet.se/pub/Linux/distributions/slackware/slackware-current/:OFFICIAL
#DISABLED=ftp://ftp.sunet.se/pub/Linux/distributions/slackware/slackware-12.1/:OFFICIAL
#DISABLED=ftp://ftp.slackware.com/pub/slackware/slackware-12.2/:OFFICIAL
#DISABLED=http://software.jaos.org/slackpacks/12.2/:OFFICIAL
SOURCE=http://slackware.mirrors.tds.net/pub/slackware/slackware-12.2/
#DISABLED=http://scxd.info/pub/
#DISABLED=http://slackware.sukkology.net/repository
#DISABLED=http://linuxpackages.inode.at/Slackware/Slackware-12.2/
#DISABLED=http://repository.slacky.eu/slackware-12.2/
#DISABLED=http://rlworkman.net/pkgs/12.2/
#DISABLED=http://www.slackers.it/repository/
#DISABLED=http://www.slackware.com/~alien/slackbuilds/
 
Old 05-14-2009, 08:51 PM   #2
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 uppman View Post
Where do you find Slackware packages?
There are only a few places I'll get Slackware packages. I download security updates from the Slackware mirrors. I download trusted Slackware packages from Robby and Eric. I download, install software using the build scripts from slackbuilds.org. I use src2pkg to install source.
Under no circumstances will I install anything from linuxpackages.net as their software is $hit.

Last edited by hitest; 05-14-2009 at 09:03 PM.
 
Old 05-15-2009, 01:56 AM   #3
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Slackbuilds.org should always be your first port of call. Their slackbuilds have never failed for me. You can use sbopkg to automate the compiling and install of programs from slackbuilds.org:
http://sbopkg.org/
The slackbuilds from rworkman's and alien_bob's repos are very good also.
 
Old 05-15-2009, 04:42 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
I've read a few negative things about slapt-get, so I've never used it. Slackpkg, sbopkg, and src2pkg, work for me.
 
Old 05-15-2009, 06:22 AM   #5
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 brianL View Post
I've read a few negative things about slapt-get, so I've never used it.
Yeah, I never use slapt-get.
 
Old 05-15-2009, 06:23 AM   #6
uppman
Member
 
Registered: Jul 2008
Location: Stockholm, Sweden
Distribution: Slackware 13.1 32-bit
Posts: 145

Original Poster
Rep: Reputation: 24
So there are no other trustworthy Slackware repos?
 
Old 05-15-2009, 06:40 AM   #7
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 uppman View Post
So there are no other trustworthy Slackware repos?
Well someone may list one that they consider trustworthy.
Robby and Eric are two Slackware developers and their software always functions very well indeed (see my signature for links). Slackbuilds.org has exceptional quality control; the slackware packages that their build scripts create always work flawlessly for me. gnashley's src2pkg utility takes vanilla source code and creates solid Slackware packages. The Slackware mirrors are the only sites to go to for security updates.
I don't need any other sites.
 
Old 05-15-2009, 07:13 AM   #8
pwc101
Senior Member
 
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847

Rep: Reputation: 128Reputation: 128
SlackBuilds.org currently has (exactly) 1600 build scripts on it (according to my local mirror). That's my primary source of packages. If they're not on there, I will try and write a script myself and submit it so that someone else doesn't have to go through the trouble of doing it. Maintaining a package on SlackBuilds.org is almost no effort, and just requires replying to the odd email about a particular package.

Obviously, if you're like ppr:kut, who maintains 123 packages on SlackBuilds.org, or Erik Hanson with 102, I imagine the workload increases somewhat!

edit: I made a graph!

Disclaimer: this is how I got the stats:
Code:
find ./sborepo -iname "*.info" -exec grep MAINTAINER {} + | cut -f2 -d= | sort | uniq -c | sort -r | head -20
Ran that from my local SBo repository.
Attached Thumbnails
Click image for larger version

Name:	sbo_stats.png
Views:	36
Size:	23.2 KB
ID:	618  

Last edited by pwc101; 05-15-2009 at 07:25 AM. Reason: added graph
 
Old 05-15-2009, 06:40 PM   #9
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
+1 for slackbuilds.org and also Robby's and AlienBob's repos.

If slackbuilds doesn't have it, I also make a build script and submit it.

src2pkg is ok, but I only use it for quick tests to see if a package has a straight-forward build, before I make a script.

Really you should avoid *any* prebuilt packages except those I listed above in my opinion. There is no quality control of any sort at linuxpackages.net as far as I recall, and probably the same at slacky. Yes, people have had problems with lp.net packages (including a rootkit in one if I recall correctly).

Using a slackbuild script from SBo is the safest option and you will usually get some support in #slackbuilds on irc.freenode.net as well. The maintainer is always listed in the .info along with email.

sbopkg is a very nice app and can be downloaded from sbopkg.org with support in #sbopkg.
 
Old 05-15-2009, 08:30 PM   #10
botnet
Member
 
Registered: May 2009
Posts: 158

Rep: Reputation: 40
Just curious, what are your guys' opinions on swaret?

And if one uses only the official ftp.slackware.com repo with slapt-get, what could be the risk?

I recently migrated from Gentoo to Slackware as I was getting sick of trying to maintain a gentoo system, but I thought emerge was a pretty solid package manager. I have so far built most packages on my Slackware install by untarring and manually compiling the source code, but this is becoming tedious.
 
Old 05-15-2009, 08:52 PM   #11
mRgOBLIN
Slackware Contributor
 
Registered: Jun 2002
Location: New Zealand
Distribution: Slackware
Posts: 999

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by botnet View Post
Just curious, what are your guys' opinions on swaret?
No sir I don't like it, don't like it at all.

Quote:
Originally Posted by botnet View Post
And if one uses only the official ftp.slackware.com repo with slapt-get, what could be the risk?
Well if you are only using the official slackware mirror then use the official Slackware tool "slackpkg".

Quote:
Originally Posted by botnet View Post
I recently migrated from Gentoo to Slackware as I was getting sick of trying to maintain a gentoo system, but I thought emerge was a pretty solid package manager. I have so far built most packages on my Slackware install by untarring and manually compiling the source code, but this is becoming tedious.
Try sbopkg, it will remove much of the tedium involved.
 
Old 05-15-2009, 10:03 PM   #12
botnet
Member
 
Registered: May 2009
Posts: 158

Rep: Reputation: 40
Thanks. I had heard bad things about both slapt-get and swaret. I have used slapt-get twice to install a few things that for some reason, were not manually installing properly (libdvdread and some gnome app i dont recall)

What exactly makes them such horrible applications though?

I did notice after the second use of slapt-get, I had to fix a few things by linking some libraries (sloppy I know)...

I'll try out sbopkg, it looks at least similar to using slackbuilds which has worked out well (apart from having to do a lot of editing on the virtualbox slackbuild to get it to compile)

I know the words "dependency resolution" are looked at unfavorably, but for non-integral applications, and for the sake of saving some time, it can be pretty handy.
 
Old 05-15-2009, 10:18 PM   #13
botnet
Member
 
Registered: May 2009
Posts: 158

Rep: Reputation: 40
one other question on this topic.

Is there any utility for keeping on top of security updates?

I have grown weary of updating my entire system daily, but i don't think i want to fall behind on anything crucial

Just like a script that can read any security announcements that i could run to display a list of important updates?

as opposed to subscribing to a mailing list or reading through the changelogs

I know i am asking too much...

Last edited by botnet; 05-15-2009 at 10:20 PM.
 
Old 05-15-2009, 10:31 PM   #14
joutlancpa
Member
 
Registered: Apr 2009
Location: Orlando, FL
Distribution: Scientific Linux 6 x64
Posts: 211
Blog Entries: 1

Rep: Reputation: 31
I've found Sbopkg to be excellent,and I use RW and A-Bob's stuff....I've installed a couple of things from Slacky.eu like Exaile without problem....I'm fairly new to Slackware, and it doesn't take long to find all this out for yourself :-) I'm on my third install, clean, with a studiously recompiled kernel, VB is running with usb support for my vertical market programs...even my Dell keyboard layout, i.e. dedicated keys are working, it all works, and it runs quite frankly like a raped ape

Last edited by joutlancpa; 05-15-2009 at 10:34 PM.
 
Old 05-15-2009, 10:34 PM   #15
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
Nevermind. Misread the question.

But, really it is good to subscribe to the slackware security mailing list.

Last edited by dive; 05-15-2009 at 10:38 PM.
 
  


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
slapt-get not calling /etc/slapt-getrc halfpower Slackware 1 04-09-2009 03:49 PM
slapt-get and gslapt install problem snakeapple Slackware 3 04-20-2008 07:41 PM
Gslapt/slapt-get upgraded packages saf Slackware 4 05-31-2006 12:34 AM
slapt-get (gslapt) dhbiker Slackware 9 02-17-2006 03:27 AM
/etc/slapt-getrc modification fails to influence slapt-get timsch75 Slackware 1 04-07-2004 08:48 AM

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

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