(From Stack Overflow)
- 64 bit requirements for pre-made binaries:
123sudo dpkg --add-architecture i386sudo apt-get updatesudo apt-get install libstdc++6:i386 libxml2:i386 zlib1g:i386 libpopt0:i386 - Install CUPS
12sudo apt-get updatesudo apt-get install cups - Download DriverGo to http://support-au.canon.com.au/contents/AU/EN/0100459602.html and download driver
164e2d00f0c8764d4032687d29e88f06727d88825 Linux_CAPT_PrinterDriver_V270_uk_EN.tar.gz - Extract and enter extracted folder
12tar xf Linux_CAPT_PrinterDriver_V270_uk_EN.tar.gzcd Linux_CAPT_PrinterDriver_V270_uk_EN - Install the custom drivers and ccpd
1sudo dpkg -i 64-bit_Driver/Debian/*.deb - Add the printer to CUPS and ccpd
1234sudo lpadmin -p CANON_LBP6000 -m CNCUPSLBP6018CAPTS.ppd -v ccp://localhost:59687sudo lpadmin -p CANON_LBP6000 -Esudo ccpdadmin -p CANON_LBP6000 -o /dev/usb/lp0 - Set the default printer
1sudo lpoptions -d CANON_LBP6000 - Set ccpd to start on boot
1sudo update-rc.d ccpd defaults