Pypi
Xandikos can be installed from pypi using pip by running:
$ python3 -m pip install --upgrade xandikos
Git
You can either clone the Xandikos repository at GitHub or from my personal server. E.g. by running either one of:
$ git clone https://github.com/jelmer/xandikos $ git clone https://jelmer.uk/code/xandikos
Debian/Ubuntu
If you're running a recent version of Debian or Ubuntu, you can install a nightly snapshot of Xandikos built by the Debian Janitor. See the instructions for details, or run:
echo deb "[arch=amd64 signed-by=/usr/share/keyrings/debian-janitor.gpg]" \ https://janitor.debian/net/ fresh-snapshots main | \ sudo tee /etc/apt/sources.list.d/fresh-snapshots.list sudo curl -o /usr/share/keyrings/debian-janitor.gpg https://janitor.debian.net/pgp_keys sudo apt update sudo apt install -t fresh-snapshots xandikos