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

How to Install Canon MG2140/MG2150 Scanner on CentOS Gnu/Linux

November 17, 2019 | By the+gnu+linux+evangelist.

Setting Up

  1. 2. Downloading

    How to Download Right Canon MG2140/MG2150 Scanner for CentOS

    Canon ScanGear .rpm Driver

    Search for “linux [myCanonModRounded]”
    You Need to Round Down the Scanner Model Number As here Below…
    Eg: for ‘mx472’ search for “linux mx470”
    And for ‘MG2240’ search for “linux MG2200”

  2. 3. Installing

    Then to Install Canon MG2140/MG2150 Scanner Driver.

    cd /tmp/scangear*
    sudo ./install.sh

    During installation you may be Asked to Connect & Power On your Scanner…
    How to Install Canon PIXMA MG2140/MG2150 Scanner on CentOS - Installing
    Now in case of Issue then try first to execute:

    cd /tmp/scangear*/packages
    sudo yum install ./*.rpm

Contents