caro3 Posted February 15, 2018 Posted February 15, 2018 Hi, can we use multiarch support on the ubuntu desktop? Is the debian server release supporting multiarch? I receive: N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://apt.armbian.com xenial InRelease' doesn't support architecture 'i386' N: Skipping acquire of configured file 'xenial-utils/binary-i386/Packages' as repository 'http://apt.armbian.com xenial InRelease' doesn't support architecture 'i386' N: Skipping acquire of configured file 'xenial-desktop/binary-i386/Packages' as repository 'http://apt.armbian.com xenial InRelease' doesn't support architecture 'i386' E: Failed to fetch http://ports.ubuntu.com/dists/xenial/main/binary-i386/Packages 404 Not Found [IP: 91.189.88.150 80] E: Failed to fetch http://ports.ubuntu.com/dists/xenial-security/main/binary-i386/Packages 404 Not Found [IP: 91.189.88.150 80] E: Failed to fetch http://ports.ubuntu.com/dists/xenial-updates/main/binary-i386/Packages 404 Not Found [IP: 91.189.88.150 80] E: Failed to fetch http://ports.ubuntu.com/dists/xenial-backports/main/binary-i386/Packages 404 Not Found [IP: 91.189.88.150 80] E: Some index files failed to download. They have been ignored, or old ones used instead. I try to add my epson v33 scanner ... make it available over the network. https://gist.github.com/SvenFestersen/d024fe8ca30fa0d98f7b thx
Xalius Posted February 15, 2018 Posted February 15, 2018 You can use multiarch on ARM boards of course, but only for architectures that the hardware supports. For example you can use armhf (32bit) and aarch64 at the same time. But looking at your post, you have added i386 which is a 32bit x86 architecture and can not run on ARM without emulation.
Moklev Posted February 15, 2018 Posted February 15, 2018 4 hours ago, caro3 said: Hi, can we use multiarch support on the ubuntu desktop? Is the debian server release supporting multiarch? https://wiki.debian.org/Multiarch/HOWTO 4 hours ago, caro3 said: I try to add my epson v33 scanner ... make it available over the network. https://gist.github.com/SvenFestersen/d024fe8ca30fa0d98f7b It's a x86 software... you can run it via qemu (multiarch/platform emulator) or: https://eltechs.com/product/exagear-desktop/ (only 32bit x86, closed source)
caro3 Posted March 17, 2018 Author Posted March 17, 2018 OK, using multiarch with qemu emulator, like in the github guide. I added the architecture "dpkg --add-architecture i386" add ubuntu sources list: Quote /etc/apt/sources.list.d# cat i386.list deb [arch=i386] http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse deb [arch=i386] http://security.ubuntu.com/ubuntu xenial-security main restricted universe multiverse deb [arch=i386] http://archive.ubuntu.com/ubuntu xenial-backports main restricted universe multiverse apt update gives me Quote N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://apt.armbian.com xenial InRelease' doesn't support architecture 'i386' N: Skipping acquire of configured file 'xenial-utils/binary-i386/Packages' as repository 'http://apt.armbian.com xenial InRelease' doesn't support architecture 'i386' N: Skipping acquire of configured file 'xenial-desktop/binary-i386/Packages' as repository 'http://apt.armbian.com xenial InRelease' doesn't support architecture 'i386' E: Failed to fetch http://ports.ubuntu.com/dists/xenial/main/binary-i386/Packages 404 Not Found [IP: 91.189.88.150 80] E: Failed to fetch http://ports.ubuntu.com/dists/xenial-security/main/binary-i386/Packages 404 Not Found [IP: 91.189.88.150 80] E: Failed to fetch http://ports.ubuntu.com/dists/xenial-updates/main/binary-i386/Packages 404 Not Found [IP: 91.189.88.150 80] E: Failed to fetch http://ports.ubuntu.com/dists/xenial-backports/main/binary-i386/Packages 404 Not Found [IP: 91.189.88.150 80] E: Some index files failed to download. They have been ignored, or old ones used instead.
Igor Posted March 17, 2018 Posted March 17, 2018 4 minutes ago, caro3 said: apt update gives me armbian hosts only arm and arm64, no i386 packages.
Recommended Posts