LinuxQuestions.org
Visit Jeremy's Blog.
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 07-03-2003, 03:55 AM   #1
mipia
Member
 
Registered: May 2003
Location: lake michigan
Distribution: Debian, Mint, Slackware
Posts: 457

Rep: Reputation: 35
apt-get on slack9?? is it possible?


Im sure by some means anything is possible with slack.

I was pocking around in the debian forum listening to everyone talk about how great apt-get is...
So far I've heard it can run on Redhat and Mandrake as well as Debian.
Would it be worth a shot to try it on Slack or does it only work with those Debian specific packages (dpkg?)
Just curious if anyone has installed/ran it in Slackware before I attempt anything like that.
 
Old 07-03-2003, 05:30 AM   #2
Azmeen
Senior Member
 
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307

Rep: Reputation: 47
Updating Slackware is IMHO easier than using RPMs. I can't comment much about apt-get because I haven't used it before, but from it's description it's pretty much something similar to Swaret.

You might want to check that out.
 
Old 07-03-2003, 07:02 AM   #3
Gnux
LQ Newbie
 
Registered: Jul 2003
Location: France
Distribution: Arch Linux
Posts: 19

Rep: Reputation: 0
I've a tgz get project on slackware.tuxfamily.org
but it's in french
Indeed it sounds interesting
 
Old 07-03-2003, 07:21 AM   #4
Noryungi
Member
 
Registered: Jul 2003
Location: --> X <-- You are here.
Distribution: Slackware, OpenBSD
Posts: 305

Rep: Reputation: 53
apt-get is the debian way of fetching and installing applications. It is, indeed, supposed to be the next best thing to sliced bread.

Unless your app is very, very specific, it's better -- under Slackware -- to get the source code and compile it by hand.

That means *you* (and not a Debian maintainer) have to follow the application updates, security patch, etc. but it is usually pretty simple to do.
 
Old 07-03-2003, 03:24 PM   #5
mipia
Member
 
Registered: May 2003
Location: lake michigan
Distribution: Debian, Mint, Slackware
Posts: 457

Original Poster
Rep: Reputation: 35
alright, that answers my question. Thanks.
 
Old 07-03-2003, 03:46 PM   #6
contrasutra
LQ Guru
 
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445

Rep: Reputation: 47
Slacware packages have no dependancy checking built in, so the idea of a an APT-GET system for it is almost out of the question. Because no in-package dependancies could be resolved, the maintainers of the system would have to deal with dependancies, and thats an almost unmanagable job.

The only way I could see it really happening is if they modify Slackpacks to include some sort of even simple dependancies, but without Patricks support, it wouldn't happen.
 
Old 07-04-2003, 04:03 AM   #7
Noryungi
Member
 
Registered: Jul 2003
Location: --> X <-- You are here.
Distribution: Slackware, OpenBSD
Posts: 305

Rep: Reputation: 53
Quote:
Originally posted by contrasutra
Slacware packages have no dependancy checking built in, so the idea of a an APT-GET system for it is almost out of the question. Because no in-package dependancies could be resolved, the maintainers of the system would have to deal with dependancies, and thats an almost unmanagable job.

The only way I could see it really happening is if they modify Slackpacks to include some sort of even simple dependancies, but without Patricks support, it wouldn't happen.
Well, yes, everything you say is true BUT... on the other hand, Slackware was designed to be as complete & stable as possible.

This means that there are very few programs that actually require you to muck around with their dependencies to compile them.

In my experience -- and I compile software all the time on my Slack machine -- 90% of software compile right out of the box. It's just a matter of checking that you give "configure" the right directories.

For the other 9%, it's just a matter of installing/compiling the correct libraries -- and that is pretty rare. Usually, it's just a matter of downloading library foobar-1.X.tgz, and compiling it *before* compiling whatever software you want.

For instance, one trick, which I found out recently, was to install some libs from the Slack 8.1 CD-ROM, which are required if you want to compile Gnome 1 apps under Slack 9.

There is about 1% of Linux software that are a real pain in the neck to install, and, yes, this is when Slackware becomes painful to use...
 
Old 07-04-2003, 04:29 AM   #8
BittaBrotha
Member
 
Registered: Jan 2002
Location: Third Stone from the Sun
Distribution: Debian Sid, SourceMage 0.9.5, & To be Continued on a TP
Posts: 800

Rep: Reputation: 31
I think it would be very good if Slack had a better package manager then the one it uses, IMHO.

Apt-get or something similar could be modified to work I guess.
 
Old 07-04-2003, 01:19 PM   #9
bughead1
Member
 
Registered: Jul 2002
Posts: 78

Rep: Reputation: 15
I use both Debian and Slackware in a commercial setting. Apt-get is great, but frankly, is not inherently any better than pkgtool.

The secret to apt-get is the thousands of pre-compiled and tested .deb packages. Without those, apt-get is pretty much worthless by itself.

In terms of administrative effort, the only disadvantage to using pkgtool (or installpkg/removpkg) is that you need to download the slackpackage first. It's as easy to type installpkg foo.tgz as it is to type apt-get install foo.

Of course, there are those who will tell you that apt-get is the be all and end all of package management tools because of the dist-upgrade feature. Those who are fans of that haven't had a server break because of an ill-advised upgrade. It happens with Debian systems.

Linuxpackages has a grwoing repository of precompiled Slackware packages. Help that grow and nobody will want apt-get on Slackware because it won't be needed.
 
  


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
apt-get update errors since Debian released ( bad /etc/apt/sources.list ?) forgox Debian 10 06-13-2005 12:28 PM
knoppix 3.4 and no apt-setup how to fix info install apt-file + base-config maximalred Debian 0 10-16-2004 06:36 PM
apt-proxy and cron-apt - download once for the whole LAN Abject Debian 1 06-20-2004 01:53 PM
rh9 xd2 apt apt-get problem fix and solution transeunt Red Hat 0 12-16-2003 10:54 PM
slack9.0 ?!?! Crunch Slackware 3 03-05-2003 10:10 PM

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

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