aaronwmorris / indi-allsky

Software to manage a Linux-based All Sky Camera.
GNU General Public License v3.0
188 stars 31 forks source link

Install error #1357

Closed pierrebilb closed 3 days ago

pierrebilb commented 1 week ago

I try to install on orange pi 3B with debian bookworm; i get that in the terminal: The following packages have unmet dependencies: libmount-dev : Depends: libblkid-dev but it is not going to be installed Depends: libmount1 (= 2.38.1-5+b1) but 2.38.1-5+deb12u1 is to be installed libxft-dev : Depends: libfontconfig1-dev E: Unable to correct problems, you have held broken packages.

aaronwmorris commented 1 week ago

You may try doing a full package upgrade first and then see if it resolves.

sudo apt-get update

sudo apt-get dist-upgrade
pierrebilb commented 1 week ago

Hi Aaron, still the same error: The following packages have unmet dependencies: libmount-dev : Depends: libblkid-dev but it is not going to be installed Depends: libmount1 (= 2.38.1-5+b1) but 2.38.1-5+deb12u1 is to be installed libxft-dev : Depends: libfontconfig1-dev E: Unable to correct problems, you have held broken packages.

aaronwmorris commented 1 week ago

Is this a 32-bit distribution or 64-bit?

pierrebilb commented 5 days ago

It'a 64 bit distribution; the debian image found at this page: http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/service-and-support/Orange-Pi-3B.html Thanks for your help! Pierre

pierrebilb commented 3 days ago

I installed instead the ubuntu distribution and everything went fine! No more errors.