![]() |
![]() |
![]() |
Category: Ubuntu |
|
|
![]() |
Files: 0 | |
Stable ReleaseINDI Library is available for Ubuntu 16.04 and higher. To install stable INDI Library, run the following commands: sudo apt-add-repository ppa:mutlaqja/ppa sudo apt-get update After update is complete, you can install INDI and optionally Ekos:
Nightly Builds1. Installing Nightly PPA buildsNightly unstable builds for INDI and KStars are available. Do NOT use this in production. It is only available for testing purposes. sudo apt-add-repository ppa:mutlaqja/indinightly sudo apt-get update Nightly build will replace INDI stable build packges. 2. Removing Night PPA and going back to stable PPAIf you would like to stop using Nightly PPA builds and instead return to using stable PPA builds then run the following commands: sudo apt-get install ppa-purge Common ErrorsIf you receive an error about some package trying to overwrite another, try this: sudo apt-get -o Dpkg::Options::="--force-overwrite" -f install |