Full Error
N: Skipping acquisition of configured file 'main/binary-i386/Packages', as repository 'https://download.mono-project.com/repo/ubuntu stable-focal InRelease' doesn't support architecture 'i386'
I edited /etc/apt/sources.list.d/mono-official-stable.list
From
deb https://download.mono-project.com/repo/ubuntu stable-focal main
to
deb [arch=i386] https://download.mono-project.com/repo/ubuntu stable-focal main
But now get error
N: Skipping acquisition of configured file 'main/binary-i386/Packages', as repository 'https://download.mono-project.com/repo/ubuntu stable-focal InRelease' doesn't support architecture 'i386'
When I browse the package I can see the i386 package ???
https://download.mono-project.com/repo/ubuntu/dists/stable-focal/main/binary-i386/
What stupid thing am I doing wrong ? many thanks
uname -m
x86_64
– Mark Mar 10 '22 at 09:49