Skip to content

Instantly share code, notes, and snippets.

@ikbelkirasan
Created November 2, 2018 11:18
Show Gist options
  • Save ikbelkirasan/8c301cd959fb38795e493697936841c9 to your computer and use it in GitHub Desktop.
Save ikbelkirasan/8c301cd959fb38795e493697936841c9 to your computer and use it in GitHub Desktop.
Install Canon LBP6030b drivers on Ubuntu 18.04 (64bit)

How to install the driver

This dependency for some reason cannot be installed using the package managers (apt, apt-get or aptitude).

Download the .deb file

Try to install it using:

sudo dpkg -i libxml2_2.9.4+dfsg1-6.1ubuntu1.2_i386.deb

This might fail and a quick workaround to fix it is to run the following command which will install the missing dependencies.

sudo apt --fix-broken install

# Now retry the installation
sudo dpkg -i libxml2_2.9.4+dfsg1-6.1ubuntu1.2_i386.deb

Download the drivers from the official website:

http://gdlp01.c-wss.com/gds/0/0100005950/09/linux-UFRIILT-drv-v150-uken.tar.gz

Extract and run the installer script.

sudo bash installer.sh

The installation should work now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment