Hello everyone i’m new here,
i’m working on a project that uses RPI’s for user interaction, i used to inject my deb packets manually inside these pi’s, but now i’m automatic everything and using a nexus3 as its repository
I do have a question regarding working with apt repo’s
i’m having problems downloading my packets from our apt nexus,
when doing inserting the url of the repo and doing a apt update, its telling me there is no support for armhf (or even arm64, i386…)
These packets ofcourse work on my pi’s as i use them now.
this also happens when trying to download from my ubuntu system (i386).
now when i go browse inside the repo and look at its attributes, it saying architecture all as it should be i guess?
i really no idea what is causing this problem and how i can solve/ work around this, since apt is also not giving an option to ‘ignore’ architectures, because i’m assuming its not even finding any.
Tried adding arm64 & i386 with dpkg --add-architecture, but with no avail.
Yes iam running this on Real Raspbian pie’s 3 & 4.
Well, i add the nexus apt repo to the pi, therefore its giving the architecture all error.
there are ofcourse no problems when this nexus apt repo is not added.
Hope this answered your questions!
Packages under ‘all’ architecture are not part of Packages file for amd64 or any specific arch.
apt-get should scan Packages file for ‘all’ architecture if ‘all’ is present in Architecures list in Release file.
But it does not work in apt version 1.0.9 (debian jessie). It is working on 1.4 (debian stretch).
Hello, I’m getting warning message of command “apt update”
N: Skipping acquire of configured file ‘main/binary-amd64/Packages’ as repository ‘http:///repository/apt-bionic-ansible bionic InRelease’ doesn’t support architecture ‘amd64’
N: Skipping acquire of configured file ‘main/binary-amd64/Packages’ as repository 'http:///repository/apt-hosted bionic InRelease’ doesn’t support architecture ‘amd64’
I can see that some of APT hosted repository have binary-all and binary-amd64 metadata files and some of then only binary-all. CapturenexusAPTmetadata|422x413
When file “binary-amd64” is created?
Can you hide this warning massages that repository doesn’t support architecture ‘amd64’?