citus
citus copied to clipboard
Local installation instruction on Linux Mint
Please add instruction how to install Citus on Linux Mint locally. Ubuntu instruction does not work.
Could you share what kind of error do you get at which stage?
Yes, basically following installation instruction from here:
https://github.com/citusdata/citus?tab=readme-ov-file#install-citus-locally
curl https://install.citusdata.com/community/deb.sh > add-citus-repo.sh
sudo bash add-citus-repo.sh
sudo apt-get -y install postgresql-17-citus-13.0
at step 3 then:
E: Can not find package postgresql-17-citus-13.0 E: Could not find any package with regular expression «postgresql-17-citus-13.0»
Guess scrip does not have a branch dedicated for linux mint or something....