Kolibri Server on Ubuntu Server 22.04

Summary

How to install Kolibri Server on Ubuntu Server 22.04
I used Kolibri some years ago, now coming back, tried to install Kolibri Server following the steps here - Debian/Ubuntu — Kolibri User Guide

specific commands I ran

sudo add-apt-repository ppa:learningequality/kolibri
sudo apt-get update
sudo apt-get install kolibri-server

Got the below error

zaid@kolibri:~$ sudo apt-get install kolibri-server
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package kolibri-server

My System is
Fresh Ubuntu install and Kolibri install commands were ran immediately after the first sudo apt update and sudo apt upgrade

zaid@kolibri:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.04.3 LTS
Release:        22.04
Codename:       jammy

for now, I installed Kolibri and that worked, is the kolibri server still recommended ? I want to deploy on a local server for an IT Lab - 20+ users will be connecting to it at the same time.

Hi @ZaidPirwani
I apologize for your problem. kolibri-server is still maitained, it’s just no actions have been needed since the last kolibri release because there has not been any change affecting the way it works. It’s under test with the beta of the next kolibri release and it just works.

However, as no work has been needed, the package has not been added to the most recent Ubuntu versions. I’ve just added it for jammy in Launchpad and will be available in a few minutes.

Please, if you find any problem don’t hestitate in contacting again.
Best
José

1 Like

THANKS, will test in morning.