The problem about Skipping acquire of configured file

Hi all,
My TX2 got this message below.

Command:

$ sudo apt-get update                                                                                   

Output:

~~~ Skip ~~~
Fetched 5095 B in 5s (1038 B/s)                    
Reading package lists... Done
N: Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'https://repo.download.nvidia.com/jetson/common r32 InRelease' doesn't support architecture 'armhf'
N: Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'https://repo.download.nvidia.com/jetson/t186 r32 InRelease' doesn't support architecture 'armhf'
N: Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic InRelease' doesn't support architecture 'armhf'

I cannot find a way to get rid of these output messages.
Is there any idea about this issue?
Thank you.

1 Like

How,

You could just remove the armhf architecture by using the dpkg tool.
It is ubuntu tool so you should be able to find tutorial over the internet.

1 Like

Thanks for your hint.

I found:

sudo apt-get purge ".*:armhf"
sudo dpkg --remove-architecture armhf
2 Likes

After running those commands I got this skipping warning,
N: Skipping acquire of configured file ‘main/binary-arm64/Packages’ as repository ‘http://deb.anydesk.com all InRelease’ doesn’t support architecture ‘arm64’

1 Like