Installing Koha's software stack

In this final section we demonstrate the installation steps on Debian and openSUSE.

Installing packages using the package manager

We will install most packages using the package manager. Having installed Git in an earlier section, readers are already familiar with the commands used to install individual packages; in this section, we also look at ways of speeding up the process.

Installing packages from the Linux prompt

You can install the packages one-by-one like this:

koha@li190-245:~/kohaclone> sudo apt-get install apache2

On openSuSE, the command would look like this:

koha@li190-245:~/kohaclone> sudo yast -i apache2

Or you can install multiple packages in one statement:

koha@li190-245:~/kohaclone> sudo apt-get install ...

Get Koha 3 Library Management System now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.