We currently only support the LTS versions of Ubuntu (18 - Bionic Beaver / 20 -
Focal Fossa / 22 - Jammy Jellyfish), as we expect those to be used in a production environment.
https://cdn.crate.io/downloads/deb/stable/dists/
an option might be to use the tarball directly:
Introduction, Try CrateDB without installing, Linux, Docker, Ad-hoc (Unix, macOS), Basic configuration, Post-install notes. Introduction: This part of the documentation covers the installation of CrateDB on Linux and macOS systems. The first step to...
This might also be an interesting read, if you want to run CrateDB on an unsupported Linux distro and set up a service:
I ran into some difficulties installing Crate on my favourite Linux distros and after solving them, @proddata kindly asked to write a short tutorial about it. It is really simple
Download Crate for AMD64
curl https://cdn.crate.io/downloads/releases/cratedb/x64_linux/crate-4.5.1.tar.gz --output crate.tar.gz
or ARM, respectively:
curl https://cdn.crate.io/downloads/releases/cratedb/aarch64_linux/crate-4.5.1.tar.gz --output crate.tar.gz
Unpack the downloaded file and change into die newly crea…