Verified on:
- Ubuntu 24.04 (Noble Numbat)
- Ubuntu 22.04 (Jammy Jellyfish)
- Ubuntu 20.04 (Focal Fossa)
- Debian 12 (Bookworm)
- Debian 11 (Bullseye)
This repository contains the instructions to install the Koha on Ubuntu distributions with setup and support scripts.
Before you begin, ensure that curl is installed on your system. If curl is not installed, you can install it using the following command:
sudo apt-get install -y curl-
Download the setup script:
curl -fsSLO https://raw.githubusercontent.com/saiful-semantic/KohaOnUbuntu/main/koha_setup.sh
-
Run the Koha setup script with sudo:
sudo -E bash koha_setup.sh
Optional: To install a specific Koha release (e.g.
oldstable):sudo KOHA_RELEASE=oldstable bash koha_setup.sh
-
Install Koha:
sudo apt-get install -y koha-common
To check the version of the script:
./koha_setup.sh --version