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

How to Install Canon PIXMA Printer on Linux Mint 18 Easy Guide

February 9, 2019 | By the+gnu+linux+evangelist.

Setting Up Driver

  1. Download Canon Printers Linux Drivers

    Canon Printers .deb Driver

    Search for “linux [myCanonModRounded]”
    You may need to Round Down the Printer Model Number as here below…
    Eg: for ‘mx472’ search for “linux mx470”
    And for ‘MG2240’ search for “linux MG2200”

  2. Double-Click/Right-Click & Open with Archive Manager:

    How to Install Canon PIXMA Driver on Linux Mint 18 Sarah - File Manager
  3. Extract into the /tmp Directory.

    How to Install Canon PIXMA Driver on Linux Mint 18 Sarah - Extract
  4. Only for KDE Desktops, Check/Install GDebi Package Installer.

    which gdebi

    If not there then:

    sudo apt install gdebi-core gdebi

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

  5. Install the Canon Packages
    Access the Target with:

    cd /tmp/cnijfilter*deb/packages

    For 32-bit Systems:

    sudo gdebi ./*i386.deb

    For 64-bit Systems:

    sudo gdebi ./*amd64.deb

    Or If No cnijfilter Directory then instead:

    cd /tmp/

    And:

    sudo su -c "gdebi ./cnijfilter*.deb"
  6. Installing Canon Printer Driver:
    If No cnijfilter Directory then Skip this Step!

    cd /tmp/cnijfilter*

    Connect & Power On your Printer.

    sudo ./install.sh

    In case of Installation Issues see this Troubleshooting!
    How to Install Canon PIXMA Driver on Linux Mint 18 Sarah - Installing

Contents