-
Notifications
You must be signed in to change notification settings - Fork 104
Description
I am trying to install FISSURE on a freshly installed and updated RPi 4
uname -a
Linux Fissure 6.6.62+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25) aarch64 GNU/Linux
The installation starts and there is a failure from which it recovers:
error: snap "netron" is not available on stable for this architecture (arm64) but exists on other
architectures (amd64).
After a while there is another failure that is effectively fatal:
E: Unable to locate package docker-compose-v2
Once this has occurred we are in a loop:
localhost:5432 - no response
Waiting for PostgreSQL to be ready...
localhost:5432 - no response
Waiting for PostgreSQL to be ready...
I tried installing docker and docker-compose but the error remains.
There are docker-compose-v2 guides here:
https://www.diyenjoying.com/2022/05/12/install-docker-compose-onto-raspberry-os/
https://docs.docker.com/engine/install/debian/
Should these be followed?