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


View Poll Results: How do you manage software in Slackware?
If Pat doesn't make it, I don't use it 9 4.81%
installpkg from LP.net or other repo 57 30.48%
make install 58 31.02%
checkinstall 69 36.90%
makepkg or SlackBuilds 66 35.29%
Package Manager (swaret, slapt-get, etc.) 65 34.76%
Multiple Choice Poll. Voters: 187. You may not vote on this poll

Reply
  Search this Thread
Old 06-18-2006, 05:36 PM   #31
Ellops
Member
 
Registered: Nov 2005
Location: ath.gr
Distribution: Slackware 11.0 / 2.6.19.1 /Linux Mint
Posts: 124

Rep: Reputation: 15

I have no problem

portpkg

or

source..
 
Old 06-20-2006, 04:38 AM   #32
the_real_absinthe
LQ Newbie
 
Registered: May 2006
Distribution: slackware linux
Posts: 28

Rep: Reputation: 15
I use precompiled tgzs from pat or from slacky (dot) it. if I don't find anything else I search inside linux packages or for source (this is realy a boring think: I must compile, make a slackbuild to manage updates... build the tgz... uff...).
I'm also developing a script similar to slackpkg but with an "on the fly" dependency check for compiled stuff (I'm lazy and I don't like to make it by hand :P).

M
 
Old 06-30-2006, 10:02 PM   #33
Andy Alt
Member
 
Registered: Jun 2004
Location: Minnesota, USA
Distribution: Slackware64-stable, Manjaro, Debian64 stable
Posts: 528

Rep: Reputation: 167Reputation: 167
checkinstall, http://www.linuxpackages.net, kde's KPackage program. Before KPackage, I used slackpkg.
 
Old 06-30-2006, 10:12 PM   #34
FreeDoughnut
Member
 
Registered: Jun 2006
Distribution: Slackware 10.2, Debian Testing/Unstable, Ubuntu Breezy Badger, working on LFS
Posts: 228

Rep: Reputation: 30
Slackpkg! First I tried swaret as in Shilo's guide, but that broke my install. Slackpkg rocks!
EDIT: Ironic twist: I just had to fix a problem. Some mirrors are broken.

Last edited by FreeDoughnut; 06-30-2006 at 10:18 PM.
 
Old 07-01-2006, 01:23 PM   #35
ciotog
Member
 
Registered: Mar 2004
Location: Canada
Distribution: Slackware current
Posts: 728
Blog Entries: 2

Rep: Reputation: 43
I use swaret to update the standard packages to -current, and checkinstall on the source for others. I might investigate slackpkg or pkgbuild when I get a new HDD and install from scratch, but as long as I can use pkgtool to see everything that's installed and can uninstall easily from there, I'm happy.
 
Old 07-03-2006, 02:25 AM   #36
KMcD
Member
 
Registered: Jun 2003
Location: Dublin, Ireland
Distribution: Slack -- current
Posts: 354

Rep: Reputation: 30
I also use swaret for keeping up with current and use checkinstall for everything else.
 
Old 07-03-2006, 04:08 PM   #37
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
I added 32 packages to my collection just this weekend, using PkgBuild. Actually, I'm testing a new wrapper front-end that makes most scripts unnecessary. You just call it like: 'src2pkg mytarball-0.1.tar.bz2' and it does the rest for an amazing number of packages. It accepts a few arguments also which help it succeed even more.

http://distro.ibiblio.org/pub/linux/.../ChangeLog.txt
 
Old 07-04-2006, 12:05 AM   #38
zetabill
Member
 
Registered: Oct 2005
Location: Rhode Island, USA
Distribution: Slackware, Xubuntu
Posts: 348

Original Poster
Rep: Reputation: 32
Upgrading Slackware as a Distribution

Quote:
Originally Posted by KMcD
I also use swaret for keeping up with current and use checkinstall for everything else.
Ironically, I've been severely compelled to upgrade to the latest version of -current. I usually don't worry so much about how -current my system is, but I do want to have a distinct plan... especially for when v11 arrives. I've been really thinking about just how to go about this and I've read some various literature about what a severe pain it can be upgrading the system. Apparently there are some things about doing a distro-upgrade that can really be a horror with slackware.

So I've been thinking heavily about having a working package manager like swaret or slackpkg simply for the distribution stuff that Pat compiles himself.. and everything else that's not there I can checkinstall or makeinstall myself. I seem to have ciotog and KMcd's vote...

I haven't had a plethora of time to dwell on it... but I'm going to take a look at gnashley's PkgBuild tool. Looks very interesting.

My current plan is to get a good system going as far as package/software management and then wipe this Hard Drive clean. Between Windows, Ubuntu, Fedora, and Slackware... I've screwed up a lot. Windows sucks and it's going. I broke Ubuntu then installed Fedora over its many partitions (/boot, /usr, /, etc.). Not to mention I have odd-sized partitions, unpartitioned space on the disk, the annoying windows garbage with the vfat partition that used to share data... and a Slackware distro that started as an experiement on a smaller, single partition.. which has been broken a few times in the interest of science and perfection. When slack 11 comes out this laptop is going to be fresh meat... and I would like to be able to keep it clean. I'm inheriting a 5-year old desktop fairly soon, and that will be my new linux toy.

So if you use the package managers to distro-upgrade... let me know what kind of problems (if any) that you ran into.

I'd also like to thank everyone for participating in my first poll! There are a few Slack noobs that were able to get something from it I'm sure.

Last edited by zetabill; 07-04-2006 at 12:10 AM.
 
Old 07-27-2006, 08:37 AM   #39
Straterra
LQ Newbie
 
Registered: Mar 2004
Location: Indianapolis, Indiana
Distribution: Slackware 9.1, Slackware 10, Mandrake 9.1, Mandrake 9.2, Mandrake 10
Posts: 21

Rep: Reputation: 15
Yeah..as author of Stratdate, I am a little alarmed at the fact that my software has been lumped in together with all of the other dependency tracking managers. Stratdate does NOT track and handle dependencies. All it does is rsync with a -current mirror, and allow you to bring your machine to -current the official way that Pat says that all version upgrades should be done (Runlevel 1, yadda yadda yadda).
 
Old 07-01-2007, 04:29 PM   #40
thegeekster
Member
 
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513

Rep: Reputation: 34
Amigo Pkgbuild

[Off-Topic]

@ gnashley,

Hey Gilbert, I was wondering about the current status of your Amigo project.......It seems the ibibilio site no longer has all that it used to a year ago.......I'm interested in the Pkgbuild tools and would like to know if it's still being maintained, or have you abandoned it altogether?.......

I was starting a bash-based build program a while back when I first came across the Amigo project, and I was quite interested in it..........I don't like to reinvent the wheel much, so I moved on to other things at the time....

PM me if you like so as not to pollute this thread any more than it already is....... ;-)

[/Off-Topic]
 
Old 07-01-2007, 05:21 PM   #41
KStorm
Member
 
Registered: Jul 2006
Distribution: slamd64, pclinuxos2007/08, ubuntu8.04
Posts: 41

Rep: Reputation: 15
Slackpkg for the tree, SlackBuilds for everything else.
 
Old 07-01-2007, 05:29 PM   #42
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
It depends on the package I want. Sometimes I'll pull packages down from Source Forge and compile my own. I'll sometimes use Patrick's packages and also the packages at SlackBuilds.org.
It is great to have so many choices.
 
Old 07-01-2007, 05:33 PM   #43
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I install most things from source (if not, then from Alien Bob or Slackbuilds.org), and I use paco for source package management.
 
Old 07-01-2007, 06:14 PM   #44
erklaerbaer
Member
 
Registered: Mar 2006
Posts: 381

Rep: Reputation: 30
@the geekster :
http://www.linuxquestions.org/questi...d.php?t=560844

-----
ontopic: http://klik.atekon.de/ is interesting.
 
Old 07-02-2007, 12:23 AM   #45
TL_CLD
Member
 
Registered: Sep 2006
Posts: 366

Rep: Reputation: 45
slapt-get for official packages.

makepkg/installpkg/upgradepkg for everything else.
 
  


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
Software to manage repos from multiple distros? cmichaelboyd Slackware 1 12-11-2005 01:28 AM
Software to Manage Email Accounts. Ampex Linux - Software 5 01-25-2004 04:28 PM
webohsting/manage software evilchild Linux - Software 1 12-06-2003 10:20 AM
How to install/uninstall/manage software Griffon26 Linux - General 1 02-10-2002 06:49 AM

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

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