Results 1 to 3 of 3

Thread: Slackware: How does one manage the packages?

  1. #1
    Join Date
    Dec 2007
    Beans
    30
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Slackware: How does one manage the packages?

    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. #2
    Join Date
    Dec 2007
    Location
    Minnesota
    Beans
    275
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Slackware: How does one manage the packages?

    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...=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.
    Intel e8400 [425x9=3.8Ghz]
    8GB OCZ Reaper [850Mhz 4-4-4-12]
    EVGA 8800gts 512
    1 x 150GB WD Raptor, 3 x 750GB WD

  3. #3
    Join Date
    Nov 2005
    Location
    Sendai, Japan
    Beans
    11,296
    Distro
    Kubuntu

    Re: Slackware: How does one manage the packages?

    Quote Originally Posted by newnet View Post
    I installed the base system. So now I should be installing xorg.
    That's very easy :

    Code:
    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •