I have just attempted to install Koha on a Raspberry Pi 4 (8Gb) running Ubuntu 22.04 following your instructions at https://wiki.koha-community.org/wiki/Debian Reviewing your koha-common package requirements in aptitude, I find that all the required packages are "satisfiable" *except* `libcache-memcached-fast-safe-perl` which is marked as "unavailable". Following the same instructions (via a bash script) on an Intel based laptop (running Ubuntu 22.04) shows all required packages are "satisfiable". This suggests that you are missing the ARM64 version of `libcache-memcached-fast-safe-perl`. --------- For a *small* (school) library, a Raspberry Pi 4 (8GB) should be sufficient, and more importantly inexpensive and greener to run 24/7. ---------
(In reply to Stephen Gaito from comment #0) > I have just attempted to install Koha on a Raspberry Pi 4 (8Gb) running > Ubuntu 22.04 following your instructions at > https://wiki.koha-community.org/wiki/Debian > > Reviewing your koha-common package requirements in aptitude, I find that all > the required packages are "satisfiable" *except* > `libcache-memcached-fast-safe-perl` which is marked as "unavailable". > > Following the same instructions (via a bash script) on an Intel based laptop > (running Ubuntu 22.04) shows all required packages are "satisfiable". > > This suggests that you are missing the ARM64 version of > `libcache-memcached-fast-safe-perl`. > > --------- > > For a *small* (school) library, a Raspberry Pi 4 (8GB) should be sufficient, > and more importantly inexpensive and greener to run 24/7. > > --------- hi Stephen can you provide the output of the following commands sudo apt update apt policy libcache-memcached-fast-safe-perl koha-common
Hi Mason, I am sorry to have taken a while to reply. I have just recently gotten back into using Koha (testing for a School Library). I am *very* happy to say, Koha can now be installed (and runs very nicely) on a Raspberry Pi 4 with 8GB. For the record here are the outputs you requested: > $ sudo apt update > Hit:1 http://deb.debian.org/debian bullseye InRelease > Get:2 http://security.debian.org/debian-security bullseye-security InRelease [48.4 kB] > Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease > Get:4 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] > Hit:5 https://debian.koha-community.org/koha stable InRelease > Get:6 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [249 kB] > Get:7 http://security.debian.org/debian-security bullseye-security/main armhf Packages [249 kB] > Get:8 http://security.debian.org/debian-security bullseye-security/main Translation-en [164 kB] > Fetched 755 kB in 2s (450 kB/s) > Reading package lists... > Building dependency tree... > Reading state information... > All packages are up to date. and: > $ apt policy libcache-memcached-fast-safe-perl koha-common > libcache-memcached-fast-safe-perl: > Installed: 0.06-1~koha1 > Candidate: 0.06-1~koha1 > Version table: > *** 0.06-1~koha1 500 > 500 https://debian.koha-community.org/koha stable/main arm64 Packages > 500 https://debian.koha-community.org/koha stable/main armhf Packages > 100 /var/lib/dpkg/status > koha-common: > Installed: 23.05.02-1 > Candidate: 23.05.02-1 > Version table: > *** 23.05.02-1 500 > 500 https://debian.koha-community.org/koha stable/main arm64 Packages > 500 https://debian.koha-community.org/koha stable/main armhf Packages > 100 /var/lib/dpkg/status Since Koha can now be installed on a Raspberry Pi 4, please close this bug as solved. Many thanks for a wonderful tool! Regards, Stephen Gaito