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.

First, Open Terminal Window
Ctrl+Alt+t
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
Then Install Required Packages
First, Update the Apt repositories:Copysudo apt update
And Setup the tools:
Copysudo apt install gcc libtool libssl-dev libc-dev libjpeg-turbo8-dev libpng12-dev libtiff5-dev cups
Download GutenPrint Source for Linux
Here GutenPrint Linux SourcePlease Donate $1 to Remove Ads!Link to Download the Latest GutenPrint Source Archive for Linux.Grab the Latest gutenprint tar.bz2 file.
Next Double-Click on Archive
And Extract into /tmpOr from Shell:
Copytar xvf ~/Downloads/gutenprint*.tar.bz2 -C /tmp
Finally, Install Gutenprint for Ubuntu.
Copycd /tmp/gutenprint*
Copy./configure
Copymake clean
Copymake
Copysudo make install
The Installation will be Quickly Achieved in about 5 Minutes.
For further Instructions and Details Look to the README File…