I've tried to install Memgraph on Debian 12 (on Intel based server, not a cloud deployment). I'm getting package dependency issues when I try to install it. This were my steps:
use apt-get install -f
to install dependenciesapt-get
uninstalls Memgraph because some dependencies are not installableIf I do a roll back to Debian 11 it all works fine.
EDIT and UPDATE: Support for Debian 12 was added in Memgraph 2.15.1.
It seems that at the moment Debian 12 is not officially supported. Supported distributions are listed at https://memgraph.com/docs/getting-started/install-memgraph/direct-download-links. At the moment Debian 10 and Debian 11 listed.