Ubuntu – Driver for canon LBP6030

printingubuntu-drivers

We have Canon laser printer (Canon LBP6030) Connected in Windows. how to make connection with that printer through LAN. Please provide driver software.also mention how to install the driver software.

Best Answer

If you go here http://support-asia.canon-asia.com/contents/ASIA/EN/0100595001.html to the Canon Asia site, you can download and SAVE what will be linux-UFRIILT-drv-v140_uken.tar.gz which was issued on 14th Nov 2017. It is a comprehensive package that has rpm and debian drivers; in both 32bit and 64bit variants. There is an install script that does all the work for you.

To install: open a terminal; (hold the control and alt and t buttons down ..)

To paste the commands below into a terminal; right-click at the flashing text prompt in the terminal; and select PASTE from the menu that appears .

.. so copy each command below; one line at a time; and paste into the terminal and hit the ENTER key ..

cd Downloads
tar -zxvf linux-UFRIILT-drv-v140_uken.tar.gz
cd linux-UFRIILT-drv-v140_uken

next comes the install script so watch the terminal as it runs, as it will likely ask you some questions .....

sudo ./install.sh

and that should 1) install the drivers and 2) register the printer with lpadmin so you can print from any programme ..