2

I have installed ubuntu (20.04) on MacBookpro using UTM virtual machine. I have added architecture i386 while installing wine using below command. sudo dpkg --add-architecture i386 and sudo apt update

I am getting below error while update command. I don't know how to solve this. Can anyone help me to solve this problem.

Thanks


Ign:19 http://in.ports.ubuntu.com/ubuntu-ports focal-security/multiverse i386 Packages
Reading package lists... Done
N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'https://dl.winehq.org/wine-builds/ubuntu hirsute InRelease' doesn't support architecture 'arm64'
E: Failed to fetch http://in.ports.ubuntu.com/ubuntu-ports/dists/focal/main/binary-i386/Packages  404  Not Found [IP: 91.189.88.152 80]
E: Failed to fetch http://in.ports.ubuntu.com/ubuntu-ports/dists/focal-updates/main/binary-i386/Packages  404  Not Found [IP: 91.189.88.152 80]
E: Failed to fetch http://in.ports.ubuntu.com/ubuntu-ports/dists/focal-backports/main/binary-i386/Packages  404  Not Found [IP: 91.189.88.152 80]
E: Failed to fetch http://in.ports.ubuntu.com/ubuntu-ports/dists/focal-security/main/binary-i386/Packages  404  Not Found [IP: 91.189.88.152 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
nobody
  • 5,792
Aftab
  • 21

1 Answers1

2

There is no binary-i386 subdirectory on that server which is why you can't connect to it.

Suggest examining whatever procedure told you to attempt this.

enter image description here