Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
We have moved to a new forum at http://jevois.usc.edu, please check it out. The forum at jevois.org/qa will not allow new user registrations but is maintained alive for its useful past questions and answers.
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.

Can't load package jevois-sdk-dev on 16.04.1-Ubuntu x86_64

0 votes
cga@a1:~$ sudo apt install jevois-sdk-dev
...
Some packages could not be installed. This may mean that you have
requested an impossible situation ...
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 jevois-sdk-dev : Depends: jevois-sdk (>= 1.5.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

*********************************************************

sudo apt-get update says:

N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'https://jevois.usc.edu/apt xenial InRelease' doesn't support architecture 'arm64'
asked Oct 27, 2017 in Programmer Questions by Chris Atkeson (170 points)

1 Answer

0 votes
oh, yes, we do not support ARM hosts with the debian packages.

those are only for AMD64 architectures.

Is compiling from source an option for you, using the INSTALL in the jevois repository?
answered Oct 27, 2017 by JeVois (46,580 points)
Tried to follow the install instructions, but couldn't load several desired packages on Ubuntu 16.04. I will try on a clean 17.04 installation.
...