Re: problem with amd64 architecture

2018-08-26 Thread Reco
Hi. On Sun, Aug 26, 2018 at 06:24:59PM +0200, Pierre Frenkiel wrote: > hi, > get a amd64 deb package (franz, to name it), and converted it to i386, > using the recommended sequence: > >dpkg-deb -x ../paquet_amd64.deb . >dpkg -e ../paquet_amd64.deb >in DEBIAN/control, replace

problem with amd64 architecture

2018-08-26 Thread Pierre Frenkiel
hi, get a amd64 deb package (franz, to name it), and converted it to i386, using the recommended sequence: dpkg-deb -x ../paquet_amd64.deb . dpkg -e ../paquet_amd64.deb in DEBIAN/control, replaced amd64 by i386 dpkg-deb -b . ../paquet_i386.deb but after installing the resulting .de