Ubuntu Forums Archive Viewer

Slackware: How does one manage the packages?

Archived thread 703355 from Slackware and derivatives. Markdown source: Slackware_and_derivatives/thread_703355_Slackware_How_does_one_manage_the_packages.md

Original URL About this archive
#1

I installed the base system. So now I should be installing xorg. The problem: No package manager. How does the common Slackware user manage to install something with a lot of dependencies without a package manager? Apt was not even included as a choice when selecting the packages during installation.

#2

Slackware uses the basic TGZ to install packages. When I first started using slackware I found this article about package management in slackware. Maybe it will be of some help to you (it's a pdf):

http://www.linuxpackages.net/gen_pdf.php?file=pkgtools.html

Here is another good article about installing packages:

http://www.slackbook.org/html/package-management.html

For the most part, you are going to have to read the readme files that come with the packages. Slackware is a great distro to learn the finer points of managing a linux system, it just has a much steeper learning curve. Try searching Google for any questions, as there is a lot of information out there for it.

#3

newnet said: I installed the base system. So now I should be installing xorg.

That's very easy :

mkdir ~/xorgpackages
cd ~/xorgpackages
wget ftp://ftp.lip6.fr/pub/linux/distributions/slackware/slackware-12.0/slackware/x/*.tgz
installpkg *.tgz

Wait a few minutes, you're done.