LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Slack Package Manager? (https://www.linuxquestions.org/questions/slackware-14/slack-package-manager-394543/)

acidblue 12-19-2005 12:10 PM

Slack Package Manager?
 
What packge manager does Slack use??

Debian uses apt-get, .deb
Fedora uses yum and up2date, rpm

I used Slack a long time ago and can't remember what it used.

phil.d.g 12-19-2005 12:16 PM

pkgtool

If your looking for something with functionality like apt-get or yum, then pkgtool doesn't have that. There are however a few third party apps such as swaret for that

Vixiado 12-19-2005 12:22 PM

Slapt-get : software.jaos.org/#slapt-get
Swaret : swaret.sourceforge.net/
Slackpkg : slackpkg.sourceforge.net/


Enjoy ;)



Vixiado

jasone 12-19-2005 12:51 PM

Installpkg, upgradepkg, removepkg for slack-packages and there are also a nice site called linuxpackages.net for slack users. But I mainly use swaret for updates...

sweetnsourbkr 12-20-2005 12:26 PM

And the extension for slack packages is .tgz
even though tar.gz compressed binaries also tend to have that extension.

shilo 12-20-2005 02:12 PM

Quote:

Originally Posted by sweetnsourbkr
And the extension for slack packages is .tgz
even though tar.gz compressed binaries also tend to have that extension.

That's because .tgz==.tar.gz. They are the same thing. Used to be, some OSs used an 8.3 naming scheme. The naming is an abbreviation, like isn't==is not.

What makes a certain .tgz file a Slackware package, as opposed to just a compressed file (you may be wondering)? The /install directory. The Slackware package manager (pkgtool) just un-compresses the package (sans the /install directory) in the / directory, shows you the description contained in the /install directory, and (optionally) runs a bash script (if it is present in the /install directory. It also logs this in /var/log/packages.

This good stuff to know.


All times are GMT -5. The time now is 05:41 PM.