Showing posts with label first steps. Show all posts
Showing posts with label first steps. Show all posts

Monday, May 28, 2012

First steps with Slackware: how to install software

When I started using Slackware, I was coming from Ubuntu. Used as I was to a packet managers doing everything automagically, I was a bit puzzled by Slackware's way. So after messing up for a while my first installation I discovered three ways to install software that I'm comfortable with:
  • using a pre-compiled package (easier)
  • using a slackbuild script (easy)
  • using sources (less easy)
But let's start from the beginning.

Understanding how and where software files are stored


Usually in Slackware software is installed in /usr/, unless you specify otherwise. In most cases you will have all the software's files copied to /usr/lib/softwarename and a symlink in /usr/bin, usually linking the main executable placed in /usr/lib/softwarename.