Thanks, Konstantin!
aslamK
>> In Ubuntu 22.04 (amd64), 'apt update' reports the following:
>>
>> N:
>>
>> Skipping acquire of configured file 'nginx/binary-i386/Packages'
>> as repository '
>> http://nginx.org/packages/u
>> buntu jammy InRelease'
>> doesn't support architecture 'i386'
>
> Looks like you have a foreign dpkg architecture enabled (i386) on an amd64 host. You may check it with `dpkg --print-foreign-architectures`.
That is indeed the case.
> If that's true, you can add arch=amd64 to sources.d/nginx.list options, so it will look similar to:
>
> deb [arch=amd64 signed-by=/usr/share/keyrings/nginx-archive-keyring.gpg] http://nginx.org/packages/ubuntu jammy nginx
Yep, that fixed it._______________________________________________
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx