Score:1

Can't install i386 package(s)

cn flag

This is not a duplicate question, I've followed the steps in the similar question that was posted on Ubuntu v. 18.04, but no solutions worked.

despite doing sudo dpkg --add-architecture i386

this is returned when I try to install i386 packages or after updating the list.

E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/hirsute-security/main/binary-i386/Packages  404  Not Found [IP: 91.189.91.38 80]
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/hirsute-updates/main/binary-amd64/Packages  404  Not Found [IP: 91.189.91.38 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.```
paladin avatar
kr flag
Ubuntu removed support for i386 with version 20. Only some minor libraries are available, mostly for Steam.
HasanTheSyrian_ avatar
cn flag
So what do I do? I need it for Steam.
hr flag
I think the issue may be that the *ARM ports repository* specifically does not provide i386 packages - they should still be available from mainstream x86 repositories. See for example [How to install i386/amd64 packages on ARM or any other arch from Ubuntu Ports](https://askubuntu.com/questions/1211022/how-to-install-i386-amd64-packages-on-arm-or-any-other-arch-from-ubuntu-ports)
Score:0
ci flag

I think you have an arm system.

i386 and amd64 are not at http://ports.ubuntu.com; They're are at http://archive.ubuntu.com/

Score:0
us flag

From: https://wiki.debian.org/Multiarch/Implementation

To enable the installation of multiarch binaries, apt and dpkg need configuration changes. For example, if you have an amd64 system that you want to install i386 libraries onto, do the following:

  • multiarch support is present from dpkg 1.16.2 (or 1.16.0 in Ubuntu) and apt 0.8.13.
  • run dpkg --add-architecture i386
  • run apt-get update to refresh the package cache with the newly added architecture
  • to delete i386 run dpkg --remove-architecture i386
HasanTheSyrian_ avatar
cn flag
I did that like 10 times.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.