J'essaye d'installer Indi sur un Raspberry Pi 0 W en me basant sur la doc Indi https://indilib.org/get-indi/download-rpi.html
mais j'obtiens une erreur lors de l'installation des paquets.
J'ai fais l'installation de l'OS à partir de https://www.raspberrypi.com/software/operating-systems/
J'ai pris l'installation lite donc je n'ai pas de bureau.
pi@raspberrypi:~ $ wget -O - https://www.astroberry.io/repo/key | sudo apt-key add -
--2021-12-18 08:42:54-- https://www.astroberry.io/repo/key
Resolving www.astroberry.io (www.astroberry.io)... 64:ff9b::5762:ebb8, 87.98.235.184
Connecting to www.astroberry.io (www.astroberry.io)|64:ff9b::5762:ebb8|:443... connected.
HTTP request sent, awaiting response... Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
200 OK
Length: 4365 (4.3K)
Saving to: ‘STDOUT’
- 100%[========================================================================================>] 4.26K --.-KB/s in 0s
2021-12-18 08:42:55 (91.3 MB/s) - written to stdout [4365/4365]
OK
pi@raspberrypi:~ $
pi@raspberrypi:~ $ cat /etc/apt/sources.list.d/astroberry.list
deb https://www.astroberry.io/repo/ buster main
pi@raspberrypi:~ $
pi@raspberrypi:~ $ sudo apt update
Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
Hit:3 https://www.astroberry.io/repo buster InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
pi@raspberrypi:~ $ sudo apt install indi-full gsc
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
indi-apogee : Depends: libcfitsio7 (>= 3.450~) but it is not installable
indi-asi : Depends: libcfitsio7 (>= 3.450~) but it is not installable
indi-atik : Depends: libcfitsio7 (>= 3.450~) but it is not installable
indi-bin : Depends: libcfitsio7 (>= 3.450~) but it is not installable
Depends: libgsl23 (>= 2.5) but it is not installable
indi-celestronaux : Depends: libgsl23 (>= 2.5) but it is not installable
indi-dsi : Depends: libcfitsio7 (>= 3.450~) but it is not installable
indi-eqmod : Depends: libgsl23 (>= 2.5) but it is not installable
indi-ffmv : Depends: libcfitsio7 (>= 3.450~) but it is not installable
indi-fishcamp : Depends: libcfitsio7 (>= 3.450~) but it is not installable
indi-fli : Depends: libcfitsio7 (>= 3.450~) but it is not installable
indi-gphoto : Depends: libcfitsio7 (>= 3.450~) but it is not installable
Depends: libraw19 (>= 0.19.0) but it is not installable
indi-gpsd : Depends: libgps23 (>= 3.3) but it is not installable
indi-mi : Depends: libcfitsio7 (>= 3.450~) but it is not installable
indi-nightscape : Depends: libcfitsio7 (>= 3.450~) but it is not installable
indi-pentax : Depends: libcfitsio7 (>= 3.450~) but it is not installable
Depends: libraw19 (>= 0.16.0) but it is not installable
indi-playerone : Depends: libcfitsio7 (>= 3.450~) but it is not installable
indi-qhy : Depends: libcfitsio7 (>= 3.450~) but it is not installable
indi-qsi : Depends: libcfitsio7 (>= 3.450~) but it is not installable
indi-sbig : Depends: libcfitsio7 (>= 3.450~) but it is not installable
indi-sv305 : Depends: libcfitsio7 (>= 3.450~) but it is not installable
indi-toupbase : Depends: libcfitsio7 (>= 3.450~) but it is not installable
libindi1 : Depends: libcfitsio7 (>= 3.450~) but it is not installable
Depends: libgsl23 (>= 2.5) but it is not installable
E: Unable to correct problems, you have held broken packages.
pi@raspberrypi:~ $
pi@raspberrypi:~ $ sudo apt install libcfitsio7
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libcfitsio7 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libcfitsio7' has no installation candidate
pi@raspberrypi:~ $ sudo apt install libraw19
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libraw19 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libraw19' has no installation candidate