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

Canon MP740 Driver Ubuntu 16.04 Xenial How to Install

June 29, 2018 | By the+gnu+linux+evangelist.

Install Canon MP740 Printer Ubuntu 16.04 Xenial

Hi! The Tutorial shows you Step-by-Step How to Install Canon PIXMA MP740 Driver on Ubuntu 16.04 Xenial LTS GNU/Linux Desktop.

Especially relevant: Canon has not released a proprietary MP568 Ubuntu 16.04 Driver.

So to Install Canon MP740 on Ubuntu we’ll make use of the Gutenprint suite Drivers release.

And Gutenprint is a Suite of Printer Drivers that may be Used with most common UNIX Print Spooling Systems, including CUPS, lpr, LPRng, or others.

Canon MP740 Driver Ubuntu 16.04 Xenial How to Download and Install - Featured
  1. First, Open Terminal Window
    Ctrl+Alt+t
    (Press “Enter” to Execute Commands)

    Canon MP740 Driver Ubuntu 16.04 Xenial How to Download and Install - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. Then Install Required Packages
    First, Update the Apt repositories:

    Copy
    sudo apt update

    And Setup the tools:

    Copy
    sudo apt install gcc libtool libssl-dev libc-dev 
    libjpeg-turbo8-dev libpng12-dev libtiff5-dev cups
  3. Download GutenPrint Source for Linux

    Here GutenPrint Linux Source
    Please Donate $1 to Remove Ads!



    blank
    Link to Download the Latest GutenPrint Source Archive for Linux.

    Grab the Latest gutenprint tar.bz2 file.

  4. Next Double-Click on Archive
    And Extract into /tmp

    GutenPrint Printers Drivers for CUPS/Ghostscript and Gimp Plugin on Ubuntu 16.04 Xenial LTS Archive Extraction

    Or from Shell:

    Copy
    tar xvf ~/Downloads/gutenprint*.tar.bz2 -C /tmp
  5. Finally, Install Gutenprint for Ubuntu.

    Copy
    cd /tmp/gutenprint*
    Copy
    ./configure
    Copy
    make clean
    Copy
    make
    Copy
    sudo make install

    The Installation will be Quickly Achieved in about 5 Minutes.
    For further Instructions and Details Look to the README File…