How to Install Drivers for Canon Printers PIXMA MX Series on Ubuntu 14.04/13.10/13.04/12.10/12.04, Linux Mint 16/15/14/13, Pear OS 8/7 And Elementary OS 0.2

Hello Linux Geeksters. As you may know, Canon is the largest printer manufacturer, but it does not have drivers for every printer model, running on Linux.

Watch Free Movies

In this article I will show you how to install the Ubuntu drivers for Canon MX Series Printers, on Ubuntu 14.04 Trusty Tahr, Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Pear OS 8, Pear OS 7 and Elementary OS 0.2 Luna.

This article has installation instructions for:

  • Canon MX320 Ubuntu Driver – cnijfilter-mx320series
  • Canon MX330 Ubuntu Driver – cnijfilter-mx330series
  • Canon MX350 Ubuntu Driver – cnijfilter-mx350series
  • Canon MX360 Ubuntu Driver – cnijfilter-mx360series
  • Canon MX410 Ubuntu Driver – cnijfilter-mx410series
  • CanonMX420 Ubuntu Driver – cnijfilter-mx420series
  • CanonMX420 Ubuntu Driver – cnijfilter-mx420series
  • Canon MX860 Ubuntu Driver – cnijfilter-mx860series
  • Canon MX870 Ubuntu Driver – cnijfilter-mx870series
  • Canon MX880 Ubuntu Driver – cnijfilter-mp880series

In order to get a successful installation, you have to add the repo and update the system:

$ sudo add-apt-repository ppa:michael-gruz/canon-trunk
$ sudo apt-get update

For Ubuntu 14.04 Trusty Tahr and Linux Mint 17 Qiana ONLY, you need the libtiff4 library which is not available via the default repositories, but we can download it from the Debian Sid sources.

Download and install the libtiff4 library, for either 32 bit and 64 bit systems:

How to install the libtiff4 library on 32 bit Ubuntu 14.04 and Linux Mint 17 systems:

$ wget http://cz.archive.ubuntu.com/ubuntu/pool/universe/t/tiff3/libtiff4_3.9.7-2ubuntu1_i386.deb
$ sudo dpkg -i libtiff4_3.9.7-2ubuntu1_i386.deb
$ sudo apt-get install -f

How to install the libtiff4 library on 64 bit Ubuntu 14.04 and Linux Mint 17 systems:

$ wget http://cz.archive.ubuntu.com/ubuntu/pool/universe/t/tiff3/libtiff4_3.9.7-2ubuntu1_amd64.deb
$ sudo dpkg -i libtiff4_3.9.7-2ubuntu1_amd64.deb
$ sudo apt-get install -f

And install the drivers for your printer:

Canon MX320 Ubuntu Driver:

$ sudo apt-get install cnijfilter-mx320series

Canon MX330 Ubuntu Driver:

$ sudo apt-get install cnijfilter-mx330series

Canon MX350 Ubuntu Driver:

$ sudo apt-get install cnijfilter-mx350series

Canon MX360 Ubuntu Driver:

$ sudo apt-get install cnijfilter-mx360series

Canon MX410 Ubuntu Driver:

$ sudo apt-get install cnijfilter-mx410series

Canon MX420 Ubuntu Driver:

$ sudo apt-get install cnijfilter-mx420series

Canon MX860 Ubuntu Driver:

$ sudo apt-get install cnijfilter-mx860series

Canon MX870 Ubuntu Driver:

$ sudo apt-get install cnijfilter-mx870series

Canon MX880 Ubuntu Driver:

$ sudo apt-get install cnijfilter-mx880series

Scroll to Top