citus icon indicating copy to clipboard operation
citus copied to clipboard

Local installation instruction on Linux Mint

Open AlekseiKhatkevich opened this issue 5 months ago • 2 comments

Please add instruction how to install Citus on Linux Mint locally. Ubuntu instruction does not work.

AlekseiKhatkevich avatar Jul 19 '25 07:07 AlekseiKhatkevich

Could you share what kind of error do you get at which stage?

ihalatci avatar Jul 23 '25 11:07 ihalatci

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....

AlekseiKhatkevich avatar Jul 23 '25 14:07 AlekseiKhatkevich