On Thu, Jun 28, 2001 at 03:11:49PM +0200, Nicola Botta wrote: > at installation, I get > > lt28:/usr/src# dpkg -i kernel-image-2.2.18pre21_lt28.2_i386.deb [..] > conflicting packages - not installing kernel-image-2.2.18pre21 > Errors were encountered while processing: > kernel-image-2.2.18pre21_lt28.2_i386.deb [..] > lt28:/usr/src# dpkg -i > pcmcia-modules-2.2.18pre21_3.1.22-0.2potato+lt28.2_i386.deb [..] > conflicting packages - not installing pcmcia-modules-2.2.18pre21 > Errors were encountered while processing: > pcmcia-modules-2.2.18pre21_3.1.22-0.2potato+lt28.2_i386.deb > > Any idea how to fix the problem ?
Try: dpkg -i *-0.2potato+lt28.2_i386.deb To install the debs in one common "transaction", so it does not trigger the dependency loop. Cheers, Joost