On Wed, Jan 8, 2020 at 6:06 PM Curt <cu...@free.fr> wrote: > On 2020-01-07, Greg Wooledge <wool...@eeg.ccf.org> wrote: > > My idea of an equivs LSB package is also rather deficient, as the > required libraries would still be missing (lsb.so...) which would > doubtless be a showstopper. > > I've read that the Epson L375 driver contained in the > 'printer-driver-escpr' package (available in the Debian repositories) > works with the OP's L355. >
Hello friends, Curt mentioned Epson L375. But it also requires LSB package 3.2 or later, as indicated here: http://download.ebz.epson.net/dsc/du/02/DriverDownloadInfo.do?LG2=EN&CN2=&DSCMI=104918&DSCCHK=f4af1a8de19da08e2e1da28e9fbddefc949c9eed I'm now trying: https://salsa.debian.org/printing-team/epson-inkjet-printer-escpr/blob/debian/master/README 6.2 For Debian based distributions 6.2.1 Uncompress the src.rpm file $ rpm2cpio epson-inkjet-printer-escpr-1.7.xx-1lsb3.2.src.rpm | cpio -id $ tar zxvf epson-inkjet-printer-escpr-1.7.xx-1lsb3.2.tar.gz 6.2.2 Configure $ cd epson-inkjet-printer-escpr-1.7.xx $ ./bootstrap && ./configure --prefix=/usr 6.2.3 Create DEB package $ make $ debuild -us -uc -b Unfortunately I'm stuck in 6.2.2 kaye@laptop:~/Downloads/epson-inkjet-printer-escpr-1.7.7$ sudo ./bootstrap && ./configure --prefix=/usr sudo: ./bootstrap: command not found If I'm on the right track, can anyone please tell me how to get past step 6.2.2 Thank you!