$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Canon MAXIFY Printer on Debian

March 27, 2018 | By the+gnu+linux+evangelist.

Installing Driver

  1. 2. Downloading Canon MAXIFY Driver

    Download Canon Printers Linux Debian Drivers

    Here Canon MAXIFY .deb Driver
    Getting-Started with Canon Printing on Linux Debian.

    Grab Linux Debian Package
    Furthermore, the Driver is Valid for All Series Printer…
    EG: the “iB4040” package is Valid for All “iB40[X]0” Printer models!

  2. 3. Extracting Canon MAXIFY Driver

    Then Extract Printer Driver
    Possibly Double-Click/Right-Click and Open with Archive Manager:

    How to Install Canon MAXIFY Printer in Debian - File Manager

    Decompress it into the /tmp directory.

    How to Install Canon MAXIFY Printer in Debian - Extract
  3. 4. Installing Canon MAXIFY Driver

    Now to Install Canon MAXIFY Printer Driver
    First, access the Target location:

    Copy
    cd /tmp/cnijfilter*

    Run the Installation script:

    Copy
    sudo ./install.sh

    You could be asked to Connect and Turn On the Printer…
    In case of Installation Issues see this Troubleshooting!

    How to Install Canon MAXIFY Printer in Debian - Installing

    Now in case of Issue then try first to Install the Packages:

    Copy
    cd packages

    Then on 64-bit Systems:

    Copy
    sudo gdebi ./*amd64.deb

    Instead for 32-bit Systems:

    Copy
    sudo gdebi ./*i386.deb

Contents