×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

[SOLVED] Problem installing the Daily INDI Library for RPi

  • Posts: 1957
  • Thank you received: 420
I am trying to follow the instructions on

www.indilib.org/download/raspberry-pi.html

to update INDI however I run into problems. When I execute
$> sudo dpkg -i *.deb

some deb packages fail to install. I get the same errors when I try to install those deb packages:
$> sudo dpkg -i libindi1_1.7.3_armhf.deb indi-dbg_1.7.3_armhf.deb libindi-dev_1.7.3_armhf.deb
dpkg: considering removing libindi-plugins:armhf in favour of libindi1:armhf ...
dpkg: no, cannot proceed with removal of libindi-plugins:armhf (--auto-deconfigure will help):
 libindialignmentdriver1:armhf depends on libindi-plugins (= 1.2.0-3)
  libindi-plugins:armhf is to be removed.
 
dpkg: regarding libindi1_1.7.3_armhf.deb containing libindi1:armhf:
 libindi1:armhf conflicts with libindi-plugins
  libindi-plugins:armhf (version 1.2.0-3) is present and installed.
 
dpkg: error processing archive libindi1_1.7.3_armhf.deb (--install):
 conflicting packages - not installing libindi1:armhf
(Reading database ... 154588 files and directories currently installed.)
Preparing to unpack indi-dbg_1.7.3_armhf.deb ...
Unpacking indi-dbg (1.7.3) over (1.7.3) ...
Preparing to unpack libindi-dev_1.7.3_armhf.deb ...
Unpacking libindi-dev (1.7.3) over (1.7.3) ...
dpkg: dependency problems prevent configuration of indi-dbg:
 indi-dbg depends on libindi1 (= 1.7.3); however:
  Version of libindi1:armhf on system is 1.2.0-3.
 
dpkg: error processing package indi-dbg (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libindi-dev:
 libindi-dev depends on libindi1 (= 1.7.3); however:
  Version of libindi1:armhf on system is 1.2.0-3.
 
dpkg: error processing package libindi-dev (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libindi1_1.7.3_armhf.deb
 indi-dbg
 libindi-dev

Any thoughts on how to proceed?
Last edit: 5 years 8 months ago by Wouter van Reeven.
5 years 8 months ago #28065

Please Log in or Create an account to join the conversation.

  • Posts: 1957
  • Thank you received: 420
This fixed the issue:
$> sudo dpkg --force-all -i libindi1_1.7.3_armhf.deb indi-dbg_1.7.3_armhf.deb libindi-dev_1.7.3_armhf.deb
5 years 8 months ago #28066

Please Log in or Create an account to join the conversation.

also the package is not current (1.7.3).. I will try to dust off raspian and upload 1.7.4 today
The following user(s) said Thank You: Wouter van Reeven
Last edit: 5 years 8 months ago by Jasem Mutlaq.
5 years 8 months ago #28073

Please Log in or Create an account to join the conversation.

Time to create page: 0.148 seconds