0
votes
0answers
914 views

Wrong architecture “i386” installing 32-bit deb in 32-bit system

I have HP Presario (C2D, 500GB,3-GB, 32-bit system) running Ubuntu 12.10 using KDE deskto along with windows 7 . I don't know what exactly the problem is. I have installed many softwares but ...
1
vote
2answers
368 views

How to install i386 packages on Ubuntu on ARM-based Nexus 7?

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 ?
2
votes
1answer
179 views

Is it possible to cross-compile .deb files using debhelper? How?

I have a package (Dymo CUPS drivers in this instance) that I need to compile to a .deb file to include in a private network's repositories. The source itself is sufficiently architecture independent ...
1
vote
3answers
1k views

i386 deb package for amd64 machines

I am building an application and I want to build a DEB package, but I have a problem... I want that the DEB package can be installed both 32 bits machines and 64 bits machines. Then I build a 32 bits ...
7
votes
2answers
435 views

How to cross-compile an existing deb package from 64bit to 32bit architecture

I have rebuilt a deb package with a custom patch for my computer which is a 64bit machine. I did it using: sudo apt-get -b source [package name] Now my question is, how to do that in a similar ...
1
vote
1answer
520 views

When will deb multi arch support be included in Ubuntu?

When will deb multi arch support be included in Ubuntu? Is there any ongoing work?
2
votes
1answer
256 views

Packages not showing up in created APT repository

I created an APT repository using deb-scanpackages, and it seemed to go well. When I did a apt-get update on another server, the Packages.gz file was retrieved, and all seemed well - until I went to ...