I have installed Ubuntu on a Nexus 7 (with an ARM processor). I want to install a DEB package made for i386 architecture.
Is that possible ? How should I proceed ?
I have installed Ubuntu on a Nexus 7 (with an ARM processor). I want to install a DEB package made for i386 architecture.
Is that possible ? How should I proceed ?
You can't install a i386 package on ARM, but it is very well possible that an ARM alternative exists or if source code is available you might be able to compile from sources.
apt
it is very well possible to install packages from foreign architectures. I need some x86 libraries for a x86 binary blob I need to run. My problem is that ARM packages are on ports.ubuntu.com while i386/amd64 packages are on the main mirrors and apt-get update
fails.
– Daniel Böhmer
Feb 17 '20 at 05:05
Like others have said, the i386 package likely won't run, but if you want to install it anyway, you can run
sudo dpkg --force-architecture -i /path/to/package.deb