Category: Raspberry PI
RaspberryRaspberry PI
Subcategories: 0
Files: 0

Stable Release

INDI Library is available for Raspbian Buster. To install stable INDI Library, run the following commands:

wget -O - https://www.astroberry.io/repo/key | sudo apt-key add -
sudo su -c "echo 'deb https://www.astroberry.io/repo/ buster main' > /etc/apt/sources.list.d/astroberry.list"
sudo apt update

After update is complete, you can install INDI and optionally Ekos:

  1. To Install INDI Library including all 3rd party drivers:
    sudo apt install indi-full gsc
  2. To install latest Ekos:
    sudo apt install indi-full kstars-bleeding
  3. To install only INDI Library with basic drivers:
    sudo apt install libindi1 indi-bin

Common Errors

If you receive an error about some package trying to overwrite another, try this:

sudo apt-get -o Dpkg::Options::="--force-overwrite" -f install